Update EXP Yield for Indigo Disk mons + other data fixes (#3974)
* Update EXP Yield for Indigo Disk mons
* Update gen_8.h
* Also update all body colors
* Revert "Also update all body colors"
This reverts commit 530bbe7bae
.
---------
Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
This commit is contained in:
parent
1ced2bf324
commit
cdaf3031cb
2 changed files with 13 additions and 10 deletions
|
@ -1951,7 +1951,7 @@ const struct SpeciesInfo gSpeciesInfoGen8[] =
|
|||
.baseSpDefense = 80,
|
||||
.types = { TYPE_GRASS, TYPE_DRAGON },
|
||||
.catchRate = 10,
|
||||
.expYield = 170, //Currently unknown
|
||||
.expYield = 270,
|
||||
.evYield_SpAttack = 3,
|
||||
.genderRatio = PERCENT_FEMALE(50),
|
||||
.eggCycles = 20,
|
||||
|
@ -4307,7 +4307,7 @@ const struct SpeciesInfo gSpeciesInfoGen8[] =
|
|||
.baseSpDefense = 65,
|
||||
.types = { TYPE_STEEL, TYPE_DRAGON },
|
||||
.catchRate = 10,
|
||||
.expYield = 187, //Currently unknown
|
||||
.expYield = 300,
|
||||
.evYield_Defense = 3,
|
||||
.genderRatio = PERCENT_FEMALE(50),
|
||||
.eggCycles = 30,
|
||||
|
|
|
@ -5443,7 +5443,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
|
|||
.baseSpDefense = 93,
|
||||
.types = { TYPE_FIRE, TYPE_DRAGON },
|
||||
.catchRate = 10,
|
||||
.expYield = 261, //Currently unknown
|
||||
.expYield = 295,
|
||||
.evYield_Defense = 3,
|
||||
.genderRatio = MON_GENDERLESS,
|
||||
.eggCycles = 50,
|
||||
|
@ -5493,7 +5493,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
|
|||
.baseSpDefense = 89,
|
||||
.types = { TYPE_ELECTRIC, TYPE_DRAGON },
|
||||
.catchRate = 10,
|
||||
.expYield = 261, //Currently unknown
|
||||
.expYield = 295,
|
||||
.evYield_SpAttack = 3,
|
||||
.genderRatio = MON_GENDERLESS,
|
||||
.eggCycles = 50,
|
||||
|
@ -5543,7 +5543,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
|
|||
.baseSpDefense = 108,
|
||||
.types = { TYPE_ROCK, TYPE_PSYCHIC },
|
||||
.catchRate = 10,
|
||||
.expYield = 261, //Currently unknown
|
||||
.expYield = 295,
|
||||
.evYield_Speed = 3,
|
||||
.genderRatio = MON_GENDERLESS,
|
||||
.eggCycles = 50,
|
||||
|
@ -5592,7 +5592,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
|
|||
.baseSpDefense = 108,
|
||||
.types = { TYPE_STEEL, TYPE_PSYCHIC },
|
||||
.catchRate = 10,
|
||||
.expYield = 261, //Currently unknown
|
||||
.expYield = 295,
|
||||
.evYield_SpAttack = 3,
|
||||
.genderRatio = MON_GENDERLESS,
|
||||
.eggCycles = 50,
|
||||
|
@ -5635,9 +5635,8 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
|
|||
#define TERAPAGOS_MISC_INFO \
|
||||
.types = { TYPE_NORMAL, TYPE_NORMAL }, \
|
||||
.catchRate = 255, \
|
||||
.expYield = 275, \
|
||||
.genderRatio = PERCENT_FEMALE(50), \
|
||||
.eggCycles = 20, \
|
||||
.eggCycles = 5, \
|
||||
.friendship = STANDARD_FRIENDSHIP, \
|
||||
.growthRate = GROWTH_SLOW, \
|
||||
.eggGroups = { EGG_GROUP_NO_EGGS_DISCOVERED, EGG_GROUP_NO_EGGS_DISCOVERED }, \
|
||||
|
@ -5661,6 +5660,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
|
|||
.baseSpeed = 60,
|
||||
.baseSpAttack = 65,
|
||||
.baseSpDefense = 85,
|
||||
.expYield = 90,
|
||||
.evYield_Defense = 1,
|
||||
.abilities = { ABILITY_TERA_SHIFT, ABILITY_NONE },
|
||||
.height = 2,
|
||||
|
@ -5694,7 +5694,9 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
|
|||
.baseSpeed = 85,
|
||||
.baseSpAttack = 105,
|
||||
.baseSpDefense = 110,
|
||||
.expYield = 120,
|
||||
.evYield_Defense = 2,
|
||||
.evYield_SpDefense = 2,
|
||||
.abilities = { ABILITY_TERA_SHELL, ABILITY_NONE },
|
||||
.height = 3,
|
||||
.weight = 160,
|
||||
|
@ -5727,6 +5729,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
|
|||
.baseSpeed = 85,
|
||||
.baseSpAttack = 130,
|
||||
.baseSpDefense = 110,
|
||||
.expYield = 140,
|
||||
.evYield_HP = 3,
|
||||
.abilities = { ABILITY_TERAFORM_ZERO, ABILITY_NONE },
|
||||
.height = 17,
|
||||
|
@ -5763,10 +5766,10 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
|
|||
.baseSpDefense = 88,
|
||||
.types = { TYPE_POISON, TYPE_GHOST },
|
||||
.catchRate = 3,
|
||||
.expYield = 261, //Currently unknown
|
||||
.expYield = 300,
|
||||
.evYield_Defense = 3,
|
||||
.genderRatio = MON_GENDERLESS,
|
||||
.eggCycles = 50,
|
||||
.eggCycles = 20,
|
||||
.friendship = 0,
|
||||
.growthRate = GROWTH_SLOW,
|
||||
.eggGroups = { EGG_GROUP_NO_EGGS_DISCOVERED, EGG_GROUP_NO_EGGS_DISCOVERED },
|
||||
|
|
Loading…
Reference in a new issue