mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-09-09 10:35:41 -05:00
Remove Unbound Base Stat Changes
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_LEVITATE,
|
||||
.ability1 = ABILITY_CURSEDBODY,
|
||||
.ability2 = ABILITY_NONE,
|
||||
.safariZoneFleeRate = 0,
|
||||
.hiddenAbility = ABILITY_CURSEDBODY,
|
||||
.hiddenAbility = ABILITY_NONE,
|
||||
.noFlip = TRUE,
|
||||
},
|
||||
|
||||
@@ -12310,7 +12310,7 @@ const struct BaseStats gBaseStats[] =
|
||||
.genderRatio = MON_GENDERLESS,
|
||||
.eggCycles = 40,
|
||||
.friendship = 35,
|
||||
.growthRate = GROWTH_MEDIUM_SLOW,
|
||||
.growthRate = GROWTH_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_MEDIUM_SLOW,
|
||||
.growthRate = GROWTH_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_MEDIUM_SLOW,
|
||||
.growthRate = GROWTH_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_MEDIUM_SLOW,
|
||||
.growthRate = GROWTH_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_MEDIUM_SLOW,
|
||||
.growthRate = GROWTH_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_MEDIUM_SLOW,
|
||||
.growthRate = GROWTH_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_SHADOWTAG,
|
||||
.hiddenAbility = ABILITY_INFILTRATOR,
|
||||
.noFlip = TRUE,
|
||||
},
|
||||
|
||||
@@ -29074,7 +29074,7 @@ const struct BaseStats gBaseStats[] =
|
||||
.genderRatio = MON_GENDERLESS,
|
||||
.eggCycles = 40,
|
||||
.friendship = 35,
|
||||
.growthRate = GROWTH_MEDIUM_SLOW,
|
||||
.growthRate = GROWTH_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_MEDIUM_SLOW,
|
||||
.growthRate = GROWTH_SLOW,
|
||||
.eggGroup1 = EGG_GROUP_DRAGON,
|
||||
.eggGroup2 = EGG_GROUP_MONSTER,
|
||||
.ability1 = ABILITY_SANDFORCE,
|
||||
|
||||
Reference in New Issue
Block a user