Stat calculations

Trait value

To convert the Aavegotchi on-chain stats into the Gotchi Battler stats we must first convert each trait into a Trait Value like so:

  • If trait is < 50 then Trait Value = 50 - trait

  • If trait is >= 50 then Trait Value = trait - 50 + 1

Calculating the stat

Once we have the Trait Value for each trait then we calculate the final stat like so:

  • Stat Base Value + (Trait Value * Stat Multiplier)

Here are the Base Values and Multipliers for each stat:

NOTE: These values are subject to change for balancing

Here's how the stats are calculated for an example gotchi:

Last updated