mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-09-07 17:45:33 -05:00
Revert "Remove Unbound Base Stat Changes"
This reverts commit fd9c1e035c.
This commit is contained in:
@@ -3106,10 +3106,10 @@ const struct BaseStats gBaseStats[] =
|
||||
.growthRate = GROWTH_MEDIUM_SLOW,
|
||||
.eggGroup1 = EGG_GROUP_AMORPHOUS,
|
||||
.eggGroup2 = EGG_GROUP_AMORPHOUS,
|
||||
.ability1 = ABILITY_CURSEDBODY,
|
||||
.ability1 = ABILITY_LEVITATE,
|
||||
.ability2 = ABILITY_NONE,
|
||||
.safariZoneFleeRate = 0,
|
||||
.hiddenAbility = ABILITY_NONE,
|
||||
.hiddenAbility = ABILITY_CURSEDBODY,
|
||||
.noFlip = TRUE,
|
||||
},
|
||||
|
||||
@@ -12310,7 +12310,7 @@ const struct BaseStats gBaseStats[] =
|
||||
.genderRatio = MON_GENDERLESS,
|
||||
.eggCycles = 40,
|
||||
.friendship = 35,
|
||||
.growthRate = GROWTH_SLOW,
|
||||
.growthRate = GROWTH_MEDIUM_SLOW,
|
||||
.eggGroup1 = EGG_GROUP_MINERAL,
|
||||
.eggGroup2 = EGG_GROUP_MINERAL,
|
||||
.ability1 = ABILITY_CLEARBODY,
|
||||
@@ -12343,7 +12343,7 @@ const struct BaseStats gBaseStats[] =
|
||||
.genderRatio = MON_GENDERLESS,
|
||||
.eggCycles = 40,
|
||||
.friendship = 35,
|
||||
.growthRate = GROWTH_SLOW,
|
||||
.growthRate = GROWTH_MEDIUM_SLOW,
|
||||
.eggGroup1 = EGG_GROUP_MINERAL,
|
||||
.eggGroup2 = EGG_GROUP_MINERAL,
|
||||
.ability1 = ABILITY_CLEARBODY,
|
||||
@@ -12376,7 +12376,7 @@ const struct BaseStats gBaseStats[] =
|
||||
.genderRatio = MON_GENDERLESS,
|
||||
.eggCycles = 40,
|
||||
.friendship = 35,
|
||||
.growthRate = GROWTH_SLOW,
|
||||
.growthRate = GROWTH_MEDIUM_SLOW,
|
||||
.eggGroup1 = EGG_GROUP_MINERAL,
|
||||
.eggGroup2 = EGG_GROUP_MINERAL,
|
||||
.ability1 = ABILITY_CLEARBODY,
|
||||
@@ -15544,7 +15544,7 @@ const struct BaseStats gBaseStats[] =
|
||||
.genderRatio = PERCENT_FEMALE(50),
|
||||
.eggCycles = 40,
|
||||
.friendship = 70,
|
||||
.growthRate = GROWTH_SLOW,
|
||||
.growthRate = GROWTH_MEDIUM_SLOW,
|
||||
.eggGroup1 = EGG_GROUP_MONSTER,
|
||||
.eggGroup2 = EGG_GROUP_DRAGON,
|
||||
.ability1 = ABILITY_SANDVEIL,
|
||||
@@ -15577,7 +15577,7 @@ const struct BaseStats gBaseStats[] =
|
||||
.genderRatio = PERCENT_FEMALE(50),
|
||||
.eggCycles = 40,
|
||||
.friendship = 70,
|
||||
.growthRate = GROWTH_SLOW,
|
||||
.growthRate = GROWTH_MEDIUM_SLOW,
|
||||
.eggGroup1 = EGG_GROUP_MONSTER,
|
||||
.eggGroup2 = EGG_GROUP_DRAGON,
|
||||
.ability1 = ABILITY_SANDVEIL,
|
||||
@@ -15610,7 +15610,7 @@ const struct BaseStats gBaseStats[] =
|
||||
.genderRatio = PERCENT_FEMALE(50),
|
||||
.eggCycles = 40,
|
||||
.friendship = 70,
|
||||
.growthRate = GROWTH_SLOW,
|
||||
.growthRate = GROWTH_MEDIUM_SLOW,
|
||||
.eggGroup1 = EGG_GROUP_MONSTER,
|
||||
.eggGroup2 = EGG_GROUP_DRAGON,
|
||||
.ability1 = ABILITY_SANDVEIL,
|
||||
@@ -21028,7 +21028,7 @@ const struct BaseStats gBaseStats[] =
|
||||
.ability1 = ABILITY_FLASHFIRE,
|
||||
.ability2 = ABILITY_FLAMEBODY,
|
||||
.safariZoneFleeRate = 0,
|
||||
.hiddenAbility = ABILITY_INFILTRATOR,
|
||||
.hiddenAbility = ABILITY_SHADOWTAG,
|
||||
.noFlip = TRUE,
|
||||
},
|
||||
|
||||
@@ -29074,7 +29074,7 @@ const struct BaseStats gBaseStats[] =
|
||||
.genderRatio = MON_GENDERLESS,
|
||||
.eggCycles = 40,
|
||||
.friendship = 35,
|
||||
.growthRate = GROWTH_SLOW,
|
||||
.growthRate = GROWTH_MEDIUM_SLOW,
|
||||
.eggGroup1 = EGG_GROUP_MINERAL,
|
||||
.eggGroup2 = EGG_GROUP_MINERAL,
|
||||
.ability1 = ABILITY_TOUGHCLAWS,
|
||||
@@ -29305,7 +29305,7 @@ const struct BaseStats gBaseStats[] =
|
||||
.genderRatio = PERCENT_FEMALE(50),
|
||||
.eggCycles = 40,
|
||||
.friendship = 70,
|
||||
.growthRate = GROWTH_SLOW,
|
||||
.growthRate = GROWTH_MEDIUM_SLOW,
|
||||
.eggGroup1 = EGG_GROUP_DRAGON,
|
||||
.eggGroup2 = EGG_GROUP_MONSTER,
|
||||
.ability1 = ABILITY_SANDFORCE,
|
||||
|
||||
Reference in New Issue
Block a user