diff --git a/pokeemerald-tools/PkmnEvolved.h b/pokeemerald-tools/PkmnEvolved.h deleted file mode 100644 index 8076de805b..0000000000 --- a/pokeemerald-tools/PkmnEvolved.h +++ /dev/null @@ -1,14245 +0,0 @@ -//gen file for PkmnEvolved -#ifdef __INTELLISENSE__ -const struct SpeciesInfo gSpeciesInfoPkmnEvolved[] = -{ -#endif -#if P_FAMILY_BULBASAUR - [SPECIES_BULBASAUR] = - { - .speciesName = _("Bulbasaur"), - .baseHP = 45, - .baseAttack = 49, - .baseDefense = 49, - .baseSpeed = 45, - .baseSpAttack = 65, - .baseSpDefense = 65, - .types = MON_TYPES(TYPE_GRASS, TYPE_POISON), - .catchRate = 45, - .expYield = 60, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 1, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_OVERGROW, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_GREEN, - .noFlip = =TRUE(), - .cryId = CRY_BULBASAUR, - .categoryName = _("Seed"), - .height = 7, - .weight = 69, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 356, - .pokemonOffset = 16, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_IVYSAUR] = - { - .speciesName = _("Ivysaur"), - .baseHP = 60, - .baseAttack = 62, - .baseDefense = 63, - .baseSpeed = 60, - .baseSpAttack = 80, - .baseSpDefense = 80, - .types = MON_TYPES(TYPE_GRASS, TYPE_POISON), - .catchRate = 45, - .expYield = 121, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 1, - .evYield_SpDefense = 1, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_OVERGROW, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_GREEN, - .noFlip = =TRUE(), - .cryId = CRY_IVYSAUR, - .categoryName = _("Seed"), - .height = 10, - .weight = 130, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 332, - .pokemonOffset = 11, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_VENUSAUR] = - { - .speciesName = _("Venusaur"), - .baseHP = 80, - .baseAttack = 82, - .baseDefense = 83, - .baseSpeed = 80, - .baseSpAttack = 100, - .baseSpDefense = 100, - .types = MON_TYPES(TYPE_GRASS, TYPE_POISON), - .catchRate = 45, - .expYield = 185, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 1, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_OVERGROW, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_GREEN, - .noFlip = =TRUE(), - .cryId = CRY_VENUSAUR, - .categoryName = _("Seed"), - .height = 20, - .weight = 1000, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 1, - .trainerScale = 375, - .trainerOffset = 6, - }, - - [SPECIES_ECOSAUR] = - { - .speciesName = _("Ecosaur"), - .baseHP = 84, - .baseAttack = 90, - .baseDefense = 85, - .baseSpeed = 80, - .baseSpAttack = 118, - .baseSpDefense = 118, - .types = MON_TYPES(TYPE_GRASS, TYPE_POISON), - .catchRate = 45, - .expYield = 204, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 1, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_CHLOROPHYLL, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_GREEN, - .noFlip = =TRUE(), - .cryId = CRY_VENUSAUR, - .categoryName = _("Overgrown"), - .height = 20, - .weight = 2700, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 1, - .trainerScale = 375, - .trainerOffset = 6, - }, - - [SPECIES_TERARISAUR] = - { - .speciesName = _("Terarisaur"), - .baseHP = 90, - .baseAttack = 106, - .baseDefense = 91, - .baseSpeed = 80, - .baseSpAttack = 129, - .baseSpDefense = 129, - .types = MON_TYPES(TYPE_GRASS, TYPE_POISON), - .catchRate = 45, - .expYield = 215, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 1, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_CHLOROPHYLL, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_GREEN, - .noFlip = =TRUE(), - .cryId = CRY_VENUSAUR, - .categoryName = _("Jungle"), - .height = 20, - .weight = 3500, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 1, - .trainerScale = 375, - .trainerOffset = 6, - }, - - [SPECIES_SYMBISAUR] = - { - .speciesName = _("Symbisaur"), - .baseHP = 98, - .baseAttack = 119, - .baseDefense = 93, - .baseSpeed = 74, - .baseSpAttack = 138, - .baseSpDefense = 138, - .types = MON_TYPES(TYPE_GRASS, TYPE_POISON), - .catchRate = 45, - .expYield = 230, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 1, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_CHLOROPHYLL, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_GREEN, - .noFlip = =TRUE(), - .cryId = CRY_VENUSAUR, - .categoryName = _("Ecosystem"), - .height = 20, - .weight = 6000, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 1, - .trainerScale = 375, - .trainerOffset = 6, - }, - -#if P_FAMILY_CHARMANDER - [SPECIES_CHARMANDER] = - { - .speciesName = _("Charmander"), - .baseHP = 39, - .baseAttack = 52, - .baseDefense = 43, - .baseSpeed = 65, - .baseSpAttack = 60, - .baseSpDefense = 50, - .types = MON_TYPES(TYPE_FIRE), - .catchRate = 45, - .expYield = 58, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 1, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_BLAZE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_CHARMANDER, - .categoryName = _("Lizard"), - .height = 6, - .weight = 85, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 410, - .pokemonOffset = 16, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_CHARMELEON] = - { - .speciesName = _("Charmeleon"), - .baseHP = 58, - .baseAttack = 64, - .baseDefense = 58, - .baseSpeed = 80, - .baseSpAttack = 80, - .baseSpDefense = 65, - .types = MON_TYPES(TYPE_FIRE), - .catchRate = 45, - .expYield = 115, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 1, - .evYield_SpAttack = 1, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_BLAZE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_CHARMELEON, - .categoryName = _("Flame"), - .height = 11, - .weight = 190, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 294, - .pokemonOffset = 8, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_CHARIZARD] = - { - .speciesName = _("Charizard"), - .baseHP = 78, - .baseAttack = 84, - .baseDefense = 78, - .baseSpeed = 100, - .baseSpAttack = 109, - .baseSpDefense = 85, - .types = MON_TYPES(TYPE_FIRE, TYPE_FLYING), - .catchRate = 45, - .expYield = 179, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 3, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_BLAZE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_CHARIZARD, - .categoryName = _("Flame"), - .height = 17, - .weight = 905, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 271, - .pokemonOffset = 0, - .trainerScale = 317, - .trainerOffset = 3, - }, - - [SPECIES_CHARIGUANA] = - { - .speciesName = _("Chariguana"), - .baseHP = 83, - .baseAttack = 96, - .baseDefense = 78, - .baseSpeed = 117, - .baseSpAttack = 118, - .baseSpDefense = 85, - .types = MON_TYPES(TYPE_FIRE, TYPE_FLYING), - .catchRate = 45, - .expYield = 199, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 3, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_BLAZE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_CHARIZARD, - .categoryName = _("Inferno"), - .height = 24, - .weight = 1104, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 271, - .pokemonOffset = 0, - .trainerScale = 317, - .trainerOffset = 3, - }, - - [SPECIES_CHARIANA] = - { - .speciesName = _("Chariana"), - .baseHP = 91, - .baseAttack = 108, - .baseDefense = 78, - .baseSpeed = 127, - .baseSpAttack = 132, - .baseSpDefense = 85, - .types = MON_TYPES(TYPE_FIRE, TYPE_WATER), - .catchRate = 45, - .expYield = 211, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 3, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_MARVEL_SCALE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_CHARIZARD, - .categoryName = _("Depth"), - .height = 30, - .weight = 1542, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 271, - .pokemonOffset = 0, - .trainerScale = 317, - .trainerOffset = 3, - }, - - [SPECIES_CHARIATHAN] = - { - .speciesName = _("Chariathan"), - .baseHP = 93, - .baseAttack = 132, - .baseDefense = 80, - .baseSpeed = 127, - .baseSpAttack = 139, - .baseSpDefense = 88, - .types = MON_TYPES(TYPE_FIRE, TYPE_WATER), - .catchRate = 45, - .expYield = 220, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 3, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_MARVEL_SCALE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_CHARIZARD, - .categoryName = _("Abyss"), - .height = 102, - .weight = 3694, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 271, - .pokemonOffset = 0, - .trainerScale = 317, - .trainerOffset = 3, - }, - -#if P_FAMILY_SQUIRTLE - [SPECIES_SQUIRTLE] = - { - .speciesName = _("Squirtle"), - .baseHP = 44, - .baseAttack = 48, - .baseDefense = 65, - .baseSpeed = 43, - .baseSpAttack = 50, - .baseSpDefense = 64, - .types = MON_TYPES(TYPE_WATER), - .catchRate = 45, - .expYield = 62, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 1, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_TORRENT, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_SQUIRTLE, - .categoryName = _("Tiny turtle"), - .height = 5, - .weight = 90, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 412, - .pokemonOffset = 16, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_WARTORTLE] = - { - .speciesName = _("Wartortle"), - .baseHP = 59, - .baseAttack = 63, - .baseDefense = 80, - .baseSpeed = 58, - .baseSpAttack = 65, - .baseSpDefense = 80, - .types = MON_TYPES(TYPE_WATER), - .catchRate = 45, - .expYield = 118, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 1, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 1, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_TORRENT, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_WARTORTLE, - .categoryName = _("Turtle"), - .height = 10, - .weight = 225, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 334, - .pokemonOffset = 9, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_BLASTOISE] = - { - .speciesName = _("Blastoise"), - .baseHP = 79, - .baseAttack = 83, - .baseDefense = 100, - .baseSpeed = 78, - .baseSpAttack = 85, - .baseSpDefense = 105, - .types = MON_TYPES(TYPE_WATER), - .catchRate = 45, - .expYield = 182, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 3, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_TORRENT, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_BLASTOISE, - .categoryName = _("Shellfish"), - .height = 16, - .weight = 855, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 1, - .trainerScale = 329, - .trainerOffset = 3, - }, - - [SPECIES_FERRAPIN] = - { - .speciesName = _("Ferrapin"), - .baseHP = 85, - .baseAttack = 90, - .baseDefense = 113, - .baseSpeed = 84, - .baseSpAttack = 92, - .baseSpDefense = 116, - .types = MON_TYPES(TYPE_WATER), - .catchRate = 45, - .expYield = 202, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 3, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SHELL_ARMOR, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_BLASTOISE, - .categoryName = _("Bastion"), - .height = 23, - .weight = 1904, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 1, - .trainerScale = 329, - .trainerOffset = 3, - }, - - [SPECIES_FORTOISE] = - { - .speciesName = _("Fortoise"), - .baseHP = 94, - .baseAttack = 99, - .baseDefense = 123, - .baseSpeed = 87, - .baseSpAttack = 102, - .baseSpDefense = 125, - .types = MON_TYPES(TYPE_WATER, TYPE_STEEL), - .catchRate = 45, - .expYield = 218, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 3, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SHELL_ARMOR, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_BLASTOISE, - .categoryName = _("Fortress"), - .height = 40, - .weight = 4500, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 1, - .trainerScale = 329, - .trainerOffset = 3, - }, - - [SPECIES_TURTILLERY] = - { - .speciesName = _("Turtillery"), - .baseHP = 94, - .baseAttack = 105, - .baseDefense = 133, - .baseSpeed = 80, - .baseSpAttack = 118, - .baseSpDefense = 135, - .types = MON_TYPES(TYPE_WATER, TYPE_STEEL), - .catchRate = 45, - .expYield = 235, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 3, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SHELL_ARMOR, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_BLASTOISE, - .categoryName = _("Dreadnaut"), - .height = 42, - .weight = 6800, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 1, - .trainerScale = 329, - .trainerOffset = 3, - }, - -#if P_FAMILY_CATERPIE - [SPECIES_CATERPIE] = - { - .speciesName = _("Caterpie"), - .baseHP = 45, - .baseAttack = 30, - .baseDefense = 35, - .baseSpeed = 45, - .baseSpAttack = 20, - .baseSpDefense = 20, - .types = MON_TYPES(TYPE_BUG), - .catchRate = 255, - .expYield = 53, - .evYield_HP = 1, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SHIELD_DUST, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_GREEN, - .noFlip = =TRUE(), - .cryId = CRY_CATERPIE, - .categoryName = _("Worm"), - .height = 3, - .weight = 29, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 549, - .pokemonOffset = 20, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_METAPOD] = - { - .speciesName = _("Metapod"), - .baseHP = 50, - .baseAttack = 20, - .baseDefense = 55, - .baseSpeed = 30, - .baseSpAttack = 25, - .baseSpDefense = 25, - .types = MON_TYPES(TYPE_BUG), - .catchRate = 120, - .expYield = 72, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 2, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SHED_SKIN, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_GREEN, - .noFlip = =TRUE(), - .cryId = CRY_METAPOD, - .categoryName = _("Cocoon"), - .height = 7, - .weight = 99, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 350, - .pokemonOffset = 18, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_BUTTERFREE] = - { - .speciesName = _("Butterfree"), - .baseHP = 60, - .baseAttack = 45, - .baseDefense = 50, - .baseSpeed = 70, - .baseSpAttack = 90, - .baseSpDefense = 80, - .types = MON_TYPES(TYPE_BUG, TYPE_FLYING), - .catchRate = 45, - .expYield = 160, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 1, - .itemCommon = ????????, - .itemRare = SILVER_POWDER, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_COMPOUND_EYES, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_WHITE, - .noFlip = =TRUE(), - .cryId = CRY_BUTTERFREE, - .categoryName = _("Butterfly"), - .height = 11, - .weight = 320, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 312, - .pokemonOffset = 2, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_BUTTEFLARE] = - { - .speciesName = _("Butteflare"), - .baseHP = 70, - .baseAttack = 45, - .baseDefense = 50, - .baseSpeed = 80, - .baseSpAttack = 105, - .baseSpDefense = 95, - .types = MON_TYPES(TYPE_BUG, TYPE_FIRE), - .catchRate = 45, - .expYield = 179, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 1, - .itemCommon = ????????, - .itemRare = SILVER_POWDER, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_BLAZE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_BUTTERFREE, - .categoryName = _("Fire bug"), - .height = 11, - .weight = 324, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 312, - .pokemonOffset = 2, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_PYREFREE] = - { - .speciesName = _("Pyrefree"), - .baseHP = 85, - .baseAttack = 50, - .baseDefense = 55, - .baseSpeed = 80, - .baseSpAttack = 125, - .baseSpDefense = 100, - .types = MON_TYPES(TYPE_BUG, TYPE_FIRE), - .catchRate = 45, - .expYield = 199, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 1, - .itemCommon = ????????, - .itemRare = SILVER_POWDER, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_BLAZE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_BUTTERFREE, - .categoryName = _("Torch wing"), - .height = 12, - .weight = 399, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 312, - .pokemonOffset = 2, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_IMPSECT] = - { - .speciesName = _("Impsect"), - .baseHP = 90, - .baseAttack = 55, - .baseDefense = 55, - .baseSpeed = 80, - .baseSpAttack = 130, - .baseSpDefense = 110, - .types = MON_TYPES(TYPE_BUG, TYPE_FIRE), - .catchRate = 45, - .expYield = 205, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 1, - .itemCommon = ????????, - .itemRare = SILVER_POWDER, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_FLASH_FIRE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_BUTTERFREE, - .categoryName = _("Imp bug"), - .height = 15, - .weight = 510, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 312, - .pokemonOffset = 2, - .trainerScale = 256, - .trainerOffset = -2, - }, - -#if P_FAMILY_WEEDLE - [SPECIES_WEEDLE] = - { - .speciesName = _("Weedle"), - .baseHP = 40, - .baseAttack = 35, - .baseDefense = 30, - .baseSpeed = 50, - .baseSpAttack = 20, - .baseSpDefense = 20, - .types = MON_TYPES(TYPE_BUG, TYPE_POISON), - .catchRate = 255, - .expYield = 52, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 1, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(25), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SHIELD_DUST, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_WEEDLE, - .categoryName = _("Hairy bug"), - .height = 3, - .weight = 32, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 455, - .pokemonOffset = 19, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_KAKUNA] = - { - .speciesName = _("Kakuna"), - .baseHP = 45, - .baseAttack = 25, - .baseDefense = 50, - .baseSpeed = 35, - .baseSpAttack = 25, - .baseSpDefense = 25, - .types = MON_TYPES(TYPE_BUG, TYPE_POISON), - .catchRate = 120, - .expYield = 71, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 2, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SHED_SKIN, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_YELLOW, - .noFlip = =TRUE(), - .cryId = CRY_KAKUNA, - .categoryName = _("Cocoon"), - .height = 6, - .weight = 100, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 424, - .pokemonOffset = 14, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_BEEDRILL] = - { - .speciesName = _("Beedrill"), - .baseHP = 65, - .baseAttack = 90, - .baseDefense = 40, - .baseSpeed = 75, - .baseSpAttack = 45, - .baseSpDefense = 80, - .types = MON_TYPES(TYPE_BUG, TYPE_POISON), - .catchRate = 45, - .expYield = 159, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 1, - .itemCommon = ????????, - .itemRare = POISON_BARB, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SWARM, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_YELLOW, - .noFlip = =TRUE(), - .cryId = CRY_BEEDRILL, - .categoryName = _("Poison bee"), - .height = 10, - .weight = 295, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 366, - .pokemonOffset = 2, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_BEEBRUTE] = - { - .speciesName = _("Beebrute"), - .baseHP = 75, - .baseAttack = 110, - .baseDefense = 70, - .baseSpeed = 60, - .baseSpAttack = 45, - .baseSpDefense = 80, - .types = MON_TYPES(TYPE_BUG, TYPE_POISON), - .catchRate = 45, - .expYield = 182, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 1, - .itemCommon = ????????, - .itemRare = POISON_BARB, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SWARM, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_YELLOW, - .noFlip = =TRUE(), - .cryId = CRY_BEEDRILL, - .categoryName = _("Guard bee"), - .height = 11, - .weight = 305, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 366, - .pokemonOffset = 2, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_DRONARCH] = - { - .speciesName = _("Dronarch"), - .baseHP = 80, - .baseAttack = 85, - .baseDefense = 135, - .baseSpeed = 50, - .baseSpAttack = 45, - .baseSpDefense = 115, - .types = MON_TYPES(TYPE_BUG, TYPE_POISON), - .catchRate = 45, - .expYield = 200, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 1, - .itemCommon = ????????, - .itemRare = POISON_BARB, - .genderRatio = MON_MALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SWARM, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_YELLOW, - .noFlip = =TRUE(), - .cryId = CRY_BEEDRILL, - .categoryName = _("Guard bee"), - .height = 14, - .weight = 351, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 366, - .pokemonOffset = 2, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_SEPISTRIKE] = - { - .speciesName = _("Sepistrike"), - .baseHP = 80, - .baseAttack = 135, - .baseDefense = 85, - .baseSpeed = 115, - .baseSpAttack = 50, - .baseSpDefense = 45, - .types = MON_TYPES(TYPE_BUG, TYPE_POISON), - .catchRate = 45, - .expYield = 200, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 1, - .itemCommon = ????????, - .itemRare = POISON_BARB, - .genderRatio = MON_FEMALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SWARM, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_BEEDRILL, - .categoryName = _("Queen bee"), - .height = 14, - .weight = 332, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 366, - .pokemonOffset = 2, - .trainerScale = 256, - .trainerOffset = -2, - }, - -#if P_FAMILY_PIDGEY - [SPECIES_PIDGEY] = - { - .speciesName = _("Pidgey"), - .baseHP = 40, - .baseAttack = 45, - .baseDefense = 40, - .baseSpeed = 56, - .baseSpAttack = 35, - .baseSpDefense = 35, - .types = MON_TYPES(TYPE_NORMAL, TYPE_FLYING), - .catchRate = 255, - .expYield = 55, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 1, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_KEEN_EYE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_PIDGEY, - .categoryName = _("Tiny bird"), - .height = 3, - .weight = 18, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 492, - .pokemonOffset = 18, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_PIDGEOTTO] = - { - .speciesName = _("Pidgeotto"), - .baseHP = 63, - .baseAttack = 60, - .baseDefense = 55, - .baseSpeed = 71, - .baseSpAttack = 50, - .baseSpDefense = 50, - .types = MON_TYPES(TYPE_NORMAL, TYPE_FLYING), - .catchRate = 120, - .expYield = 113, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_KEEN_EYE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_PIDGEOTTO, - .categoryName = _("Bird"), - .height = 11, - .weight = 300, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 334, - .pokemonOffset = 11, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_PIDGEOT] = - { - .speciesName = _("Pidgeot"), - .baseHP = 83, - .baseAttack = 80, - .baseDefense = 75, - .baseSpeed = 101, - .baseSpAttack = 70, - .baseSpDefense = 70, - .types = MON_TYPES(TYPE_NORMAL, TYPE_FLYING), - .catchRate = 45, - .expYield = 172, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 3, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_KEEN_EYE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_PIDGEOT, - .categoryName = _("Bird"), - .height = 15, - .weight = 395, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 269, - .pokemonOffset = -2, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_PIDGAERO] = - { - .speciesName = _("Pidgaero"), - .baseHP = 83, - .baseAttack = 95, - .baseDefense = 85, - .baseSpeed = 121, - .baseSpAttack = 70, - .baseSpDefense = 75, - .types = MON_TYPES(TYPE_NORMAL, TYPE_FLYING), - .catchRate = 45, - .expYield = 196, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 3, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_KEEN_EYE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_PIDGEOT, - .categoryName = _("Jet bird"), - .height = 18, - .weight = 454, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 269, - .pokemonOffset = -2, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_PIDGEOZONE] = - { - .speciesName = _("Pidgeozone"), - .baseHP = 83, - .baseAttack = 105, - .baseDefense = 95, - .baseSpeed = 141, - .baseSpAttack = 80, - .baseSpDefense = 75, - .types = MON_TYPES(TYPE_NORMAL, TYPE_FLYING), - .catchRate = 45, - .expYield = 209, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 3, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_KEEN_EYE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_PIDGEOT, - .categoryName = _("Fearless"), - .height = 20, - .weight = 499, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 269, - .pokemonOffset = -2, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_PIDGEPHYR] = - { - .speciesName = _("Pidgephyr"), - .baseHP = 90, - .baseAttack = 120, - .baseDefense = 95, - .baseSpeed = 151, - .baseSpAttack = 83, - .baseSpDefense = 75, - .types = MON_TYPES(TYPE_NORMAL, TYPE_FLYING), - .catchRate = 45, - .expYield = 218, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 3, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_AIR_LOCK, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_PIDGEOT, - .categoryName = _("Zephyr bird"), - .height = 25, - .weight = 663, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 269, - .pokemonOffset = -2, - .trainerScale = 256, - .trainerOffset = -2, - }, - -#if P_FAMILY_RATTATA - [SPECIES_RATTATA] = - { - .speciesName = _("Rattata"), - .baseHP = 30, - .baseAttack = 56, - .baseDefense = 35, - .baseSpeed = 72, - .baseSpAttack = 25, - .baseSpDefense = 35, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 255, - .expYield = 57, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 1, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_RUN_AWAY, ABILITY_GUTS , ABILITY_GUTS }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_RATTATA, - .categoryName = _("Mouse"), - .height = 3, - .weight = 35, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 481, - .pokemonOffset = 18, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_RATICATE] = - { - .speciesName = _("Raticate"), - .baseHP = 55, - .baseAttack = 81, - .baseDefense = 60, - .baseSpeed = 97, - .baseSpAttack = 50, - .baseSpDefense = 70, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 127, - .expYield = 116, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ORAN_BERRY, - .itemRare = SITRUS_BERRY, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_RUN_AWAY, ABILITY_GUTS , ABILITY_GUTS }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_RATICATE, - .categoryName = _("Mouse"), - .height = 7, - .weight = 185, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 401, - .pokemonOffset = 14, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_RATTCHET] = - { - .speciesName = _("Rattchet"), - .baseHP = 70, - .baseAttack = 90, - .baseDefense = 65, - .baseSpeed = 108, - .baseSpAttack = 55, - .baseSpDefense = 75, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 127, - .expYield = 141, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ORAN_BERRY, - .itemRare = SITRUS_BERRY, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_RUN_AWAY, ABILITY_GUTS , ABILITY_GUTS }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_RATICATE, - .categoryName = _("Greed rat"), - .height = 9, - .weight = 202, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 401, - .pokemonOffset = 14, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_RATTARULE] = - { - .speciesName = _("Rattarule"), - .baseHP = 110, - .baseAttack = 120, - .baseDefense = 65, - .baseSpeed = 100, - .baseSpAttack = 55, - .baseSpDefense = 113, - .types = MON_TYPES(TYPE_NORMAL, TYPE_POISON), - .catchRate = 127, - .expYield = 169, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ORAN_BERRY, - .itemRare = SITRUS_BERRY, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_POISON_POINT, ABILITY_GUTS , ABILITY_GUTS }, - .bodyColor = BODY_COLOR_BLACK, - .noFlip = =TRUE(), - .cryId = CRY_RATICATE, - .categoryName = _("Overlord"), - .height = 14, - .weight = 395, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 401, - .pokemonOffset = 14, - .trainerScale = 256, - .trainerOffset = -2, - }, - -#if P_FAMILY_SPEAROW - [SPECIES_SPEAROW] = - { - .speciesName = _("Spearow"), - .baseHP = 40, - .baseAttack = 60, - .baseDefense = 30, - .baseSpeed = 70, - .baseSpAttack = 31, - .baseSpDefense = 31, - .types = MON_TYPES(TYPE_NORMAL, TYPE_FLYING), - .catchRate = 255, - .expYield = 58, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 1, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_KEEN_EYE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_SPEAROW, - .categoryName = _("Tiny bird"), - .height = 3, - .weight = 20, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 571, - .pokemonOffset = 19, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_FEAROW] = - { - .speciesName = _("Fearow"), - .baseHP = 65, - .baseAttack = 90, - .baseDefense = 65, - .baseSpeed = 100, - .baseSpAttack = 61, - .baseSpDefense = 61, - .types = MON_TYPES(TYPE_NORMAL, TYPE_FLYING), - .catchRate = 90, - .expYield = 162, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = SHARP_BEAK, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_KEEN_EYE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_FEAROW, - .categoryName = _("Beak"), - .height = 12, - .weight = 380, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 282, - .pokemonOffset = -1, - .trainerScale = 272, - .trainerOffset = -2, - }, - - [SPECIES_SNEEROW] = - { - .speciesName = _("Sneerow"), - .baseHP = 65, - .baseAttack = 111, - .baseDefense = 75, - .baseSpeed = 115, - .baseSpAttack = 61, - .baseSpDefense = 65, - .types = MON_TYPES(TYPE_DARK, TYPE_FLYING), - .catchRate = 90, - .expYield = 189, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = SHARP_BEAK, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INSOMNIA, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLACK, - .noFlip = =TRUE(), - .cryId = CRY_FEAROW, - .categoryName = _("Stalker"), - .height = 18, - .weight = 412, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 282, - .pokemonOffset = -1, - .trainerScale = 272, - .trainerOffset = -2, - }, - - [SPECIES_ORNITHOW] = - { - .speciesName = _("Ornithow"), - .baseHP = 74, - .baseAttack = 120, - .baseDefense = 85, - .baseSpeed = 137, - .baseSpAttack = 91, - .baseSpDefense = 65, - .types = MON_TYPES(TYPE_DARK, TYPE_FLYING), - .catchRate = 90, - .expYield = 205, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = SHARP_BEAK, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INSOMNIA, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLACK, - .noFlip = =TRUE(), - .cryId = CRY_FEAROW, - .categoryName = _("Wicked"), - .height = 24, - .weight = 209, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 282, - .pokemonOffset = -1, - .trainerScale = 272, - .trainerOffset = -2, - }, - -#if P_FAMILY_EKANS - [SPECIES_EKANS] = - { - .speciesName = _("Ekans"), - .baseHP = 35, - .baseAttack = 60, - .baseDefense = 44, - .baseSpeed = 55, - .baseSpAttack = 40, - .baseSpDefense = 54, - .types = MON_TYPES(TYPE_POISON), - .catchRate = 255, - .expYield = 62, - .evYield_HP = 0, - .evYield_Attack = 1, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INTIMIDATE, ABILITY_SHED_SKIN , ABILITY_SHED_SKIN }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_EKANS, - .categoryName = _("Snake"), - .height = 20, - .weight = 69, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 298, - .pokemonOffset = 13, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_ARBOK] = - { - .speciesName = _("Arbok"), - .baseHP = 60, - .baseAttack = 95, - .baseDefense = 69, - .baseSpeed = 80, - .baseSpAttack = 65, - .baseSpDefense = 79, - .types = MON_TYPES(TYPE_POISON), - .catchRate = 90, - .expYield = 147, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = POISON_BARB, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INTIMIDATE, ABILITY_SHED_SKIN , ABILITY_SHED_SKIN }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_ARBOK, - .categoryName = _("Cobra"), - .height = 35, - .weight = 650, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 0, - .trainerScale = 296, - .trainerOffset = 1, - }, - - [SPECIES_NOHTYP] = - { - .speciesName = _("Nohtyp"), - .baseHP = 65, - .baseAttack = 119, - .baseDefense = 69, - .baseSpeed = 90, - .baseSpAttack = 65, - .baseSpDefense = 90, - .types = MON_TYPES(TYPE_POISON), - .catchRate = 90, - .expYield = 165, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = POISON_BARB, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INTIMIDATE, ABILITY_SHED_SKIN , ABILITY_SHED_SKIN }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_ARBOK, - .categoryName = _("Python"), - .height = 50, - .weight = 713, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 0, - .trainerScale = 296, - .trainerOffset = 1, - }, - - [SPECIES_ADNOKANA] = - { - .speciesName = _("Adnokana"), - .baseHP = 75, - .baseAttack = 135, - .baseDefense = 89, - .baseSpeed = 100, - .baseSpAttack = 89, - .baseSpDefense = 110, - .types = MON_TYPES(TYPE_POISON), - .catchRate = 90, - .expYield = 188, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = POISON_BARB, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INTIMIDATE, ABILITY_SHED_SKIN , ABILITY_SHED_SKIN }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_ARBOK, - .categoryName = _("Anaconda"), - .height = 95, - .weight = 1200, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 0, - .trainerScale = 296, - .trainerOffset = 1, - }, - -#if P_FAMILY_PIKACHU - [SPECIES_PIKACHU] = - { - .speciesName = _("Pikachu"), - .baseHP = 60, - .baseAttack = 95, - .baseDefense = 69, - .baseSpeed = 80, - .baseSpAttack = 65, - .baseSpDefense = 79, - .types = MON_TYPES(TYPE_ELECTRIC), - .catchRate = 190, - .expYield = 82, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_STATIC, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_YELLOW, - .noFlip = =TRUE(), - .cryId = CRY_PIKACHU, - .categoryName = _("Mouse"), - .height = 4, - .weight = 60, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 479, - .pokemonOffset = 16, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_RAICHU] = - { - .speciesName = _("Raichu"), - .baseHP = 60, - .baseAttack = 90, - .baseDefense = 55, - .baseSpeed = 110, - .baseSpAttack = 90, - .baseSpDefense = 80, - .types = MON_TYPES(TYPE_ELECTRIC), - .catchRate = 75, - .expYield = 122, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 3, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_STATIC, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_YELLOW, - .noFlip = =TRUE(), - .cryId = CRY_RAICHU, - .categoryName = _("Mouse"), - .height = 8, - .weight = 300, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 426, - .pokemonOffset = 10, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_GOROCHU] = - { - .speciesName = _("Gorochu"), - .baseHP = 70, - .baseAttack = 100, - .baseDefense = 55, - .baseSpeed = 125, - .baseSpAttack = 100, - .baseSpDefense = 85, - .types = MON_TYPES(TYPE_ELECTRIC, TYPE_DARK), - .catchRate = 75, - .expYield = 148, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 3, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_STATIC, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_RAICHU, - .categoryName = _("Voltage"), - .height = 10, - .weight = 353, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 426, - .pokemonOffset = 10, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_STROMACHU] = - { - .speciesName = _("Stromachu"), - .baseHP = 72, - .baseAttack = 100, - .baseDefense = 70, - .baseSpeed = 133, - .baseSpAttack = 125, - .baseSpDefense = 105, - .types = MON_TYPES(TYPE_ELECTRIC, TYPE_DARK), - .catchRate = 75, - .expYield = 178, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 3, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_LIGHTNINGROD, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_RAICHU, - .categoryName = _("Livewire"), - .height = 14, - .weight = 402, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 426, - .pokemonOffset = 10, - .trainerScale = 256, - .trainerOffset = -2, - }, - -#if P_FAMILY_SANDSHREW - [SPECIES_SANDSHREW] = - { - .speciesName = _("Sandshrew"), - .baseHP = 50, - .baseAttack = 75, - .baseDefense = 85, - .baseSpeed = 40, - .baseSpAttack = 20, - .baseSpDefense = 30, - .types = MON_TYPES(TYPE_GROUND), - .catchRate = 255, - .expYield = 93, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 1, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SAND_VEIL, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_YELLOW, - .noFlip = =TRUE(), - .cryId = CRY_SANDSHREW, - .categoryName = _("Mouse"), - .height = 6, - .weight = 120, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 370, - .pokemonOffset = 15, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_SANDSLASH] = - { - .speciesName = _("Sandslash"), - .baseHP = 75, - .baseAttack = 100, - .baseDefense = 110, - .baseSpeed = 65, - .baseSpAttack = 45, - .baseSpDefense = 55, - .types = MON_TYPES(TYPE_GROUND), - .catchRate = 90, - .expYield = 163, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 2, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = SOFT_SAND, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SAND_VEIL, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_YELLOW, - .noFlip = =TRUE(), - .cryId = CRY_SANDSLASH, - .categoryName = _("Mouse"), - .height = 10, - .weight = 295, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 341, - .pokemonOffset = 10, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_SANDSLAM] = - { - .speciesName = _("Sandslam"), - .baseHP = 90, - .baseAttack = 108, - .baseDefense = 125, - .baseSpeed = 65, - .baseSpAttack = 57, - .baseSpDefense = 55, - .types = MON_TYPES(TYPE_GROUND, TYPE_STEEL), - .catchRate = 90, - .expYield = 185, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 2, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = 203, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_STURDY, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_SANDSLASH, - .categoryName = _("Drill mouse"), - .height = 13, - .weight = 553, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 341, - .pokemonOffset = 10, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_FERODILLO] = - { - .speciesName = _("Ferodillo"), - .baseHP = 105, - .baseAttack = 119, - .baseDefense = 156, - .baseSpeed = 70, - .baseSpAttack = 70, - .baseSpDefense = 65, - .types = MON_TYPES(TYPE_GROUND, TYPE_STEEL), - .catchRate = 90, - .expYield = 202, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 2, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = 203, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_STURDY, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_SANDSLASH, - .categoryName = _("Plate armor"), - .height = 18, - .weight = 1004, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 341, - .pokemonOffset = 10, - .trainerScale = 256, - .trainerOffset = -2, - }, - -#if P_FAMILY_NIDORAN_F - [SPECIES_NIDORAN_F] = - { - .speciesName = _("Nidoran_f"), - .baseHP = 55, - .baseAttack = 47, - .baseDefense = 52, - .baseSpeed = 41, - .baseSpAttack = 40, - .baseSpDefense = 40, - .types = MON_TYPES(TYPE_POISON), - .catchRate = 235, - .expYield = 59, - .evYield_HP = 1, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_FEMALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_POISON_POINT, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_NIDORAN_F, - .categoryName = _("Poison pin"), - .height = 4, - .weight = 70, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 488, - .pokemonOffset = 19, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_NIDORINA] = - { - .speciesName = _("Nidorina"), - .baseHP = 70, - .baseAttack = 62, - .baseDefense = 67, - .baseSpeed = 56, - .baseSpAttack = 55, - .baseSpDefense = 55, - .types = MON_TYPES(TYPE_POISON), - .catchRate = 120, - .expYield = 117, - .evYield_HP = 2, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_FEMALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_POISON_POINT, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_NIDORINA, - .categoryName = _("Poison pin"), - .height = 8, - .weight = 200, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 381, - .pokemonOffset = 13, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_NIDOQUEEN] = - { - .speciesName = _("Nidoqueen"), - .baseHP = 90, - .baseAttack = 92, - .baseDefense = 87, - .baseSpeed = 76, - .baseSpAttack = 75, - .baseSpDefense = 85, - .types = MON_TYPES(TYPE_POISON, TYPE_GROUND), - .catchRate = 45, - .expYield = 194, - .evYield_HP = 3, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_FEMALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_POISON_POINT, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_NIDOQUEEN, - .categoryName = _("Drill"), - .height = 13, - .weight = 600, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 381, - .pokemonOffset = 13, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_NIDOREGAL] = - { - .speciesName = _("Nidoregal"), - .baseHP = 104, - .baseAttack = 118, - .baseDefense = 97, - .baseSpeed = 76, - .baseSpAttack = 75, - .baseSpDefense = 85, - .types = MON_TYPES(TYPE_POISON, TYPE_GROUND), - .catchRate = 45, - .expYield = 207, - .evYield_HP = 3, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_FEMALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_POISON_POINT, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_NIDOQUEEN, - .categoryName = _("Drill"), - .height = 16, - .weight = 623, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 381, - .pokemonOffset = 13, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_NIDOARCHY] = - { - .speciesName = _("Nidoarchy"), - .baseHP = 130, - .baseAttack = 138, - .baseDefense = 121, - .baseSpeed = 76, - .baseSpAttack = 85, - .baseSpDefense = 85, - .types = MON_TYPES(TYPE_POISON, TYPE_GROUND), - .catchRate = 45, - .expYield = 220, - .evYield_HP = 3, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_FEMALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INTIMIDATE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_WHITE, - .noFlip = =TRUE(), - .cryId = CRY_NIDOQUEEN, - .categoryName = _("Beauty"), - .height = 20, - .weight = 884, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 381, - .pokemonOffset = 13, - .trainerScale = 256, - .trainerOffset = -2, - }, - -#if P_FAMILY_NIDORAN_M - [SPECIES_NIDORAN_M] = - { - .speciesName = _("Nidoran_m"), - .baseHP = 46, - .baseAttack = 57, - .baseDefense = 40, - .baseSpeed = 50, - .baseSpAttack = 40, - .baseSpDefense = 40, - .types = MON_TYPES(TYPE_POISON), - .catchRate = 235, - .expYield = 60, - .evYield_HP = 0, - .evYield_Attack = 1, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_MALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_POISON_POINT, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_NIDORAN_M, - .categoryName = _("Poison pin"), - .height = 5, - .weight = 90, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 480, - .pokemonOffset = 17, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_NIDORINO] = - { - .speciesName = _("Nidorino"), - .baseHP = 61, - .baseAttack = 72, - .baseDefense = 57, - .baseSpeed = 65, - .baseSpAttack = 55, - .baseSpDefense = 55, - .types = MON_TYPES(TYPE_POISON), - .catchRate = 120, - .expYield = 118, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_MALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_POISON_POINT, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_NIDORINO, - .categoryName = _("Poison pin"), - .height = 9, - .weight = 195, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 408, - .pokemonOffset = 13, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_NIDOKING] = - { - .speciesName = _("Nidoking"), - .baseHP = 81, - .baseAttack = 102, - .baseDefense = 77, - .baseSpeed = 85, - .baseSpAttack = 85, - .baseSpDefense = 75, - .types = MON_TYPES(TYPE_POISON, TYPE_GROUND), - .catchRate = 45, - .expYield = 195, - .evYield_HP = 0, - .evYield_Attack = 3, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_MALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_POISON_POINT, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_NIDOKING, - .categoryName = _("Drill"), - .height = 14, - .weight = 620, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 408, - .pokemonOffset = 13, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_NIDORULY] = - { - .speciesName = _("Nidoruly"), - .baseHP = 85, - .baseAttack = 123, - .baseDefense = 82, - .baseSpeed = 100, - .baseSpAttack = 85, - .baseSpDefense = 80, - .types = MON_TYPES(TYPE_POISON, TYPE_GROUND), - .catchRate = 45, - .expYield = 208, - .evYield_HP = 0, - .evYield_Attack = 3, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_MALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_POISON_POINT, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_NIDOKING, - .categoryName = _("Drill"), - .height = 17, - .weight = 685, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 408, - .pokemonOffset = 13, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_NIDOMINATE] = - { - .speciesName = _("Nidominate"), - .baseHP = 90, - .baseAttack = 145, - .baseDefense = 115, - .baseSpeed = 118, - .baseSpAttack = 85, - .baseSpDefense = 82, - .types = MON_TYPES(TYPE_POISON, TYPE_GROUND), - .catchRate = 45, - .expYield = 221, - .evYield_HP = 0, - .evYield_Attack = 3, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_MALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INTIMIDATE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLACK, - .noFlip = =TRUE(), - .cryId = CRY_NIDOKING, - .categoryName = _("Beast"), - .height = 22, - .weight = 992, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 408, - .pokemonOffset = 13, - .trainerScale = 256, - .trainerOffset = -2, - }, - -#if P_FAMILY_CLEFAIRY - [SPECIES_CLEFAIRY] = - { - .speciesName = _("Clefairy"), - .baseHP = 70, - .baseAttack = 45, - .baseDefense = 48, - .baseSpeed = 35, - .baseSpAttack = 60, - .baseSpDefense = 65, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 150, - .expYield = 68, - .evYield_HP = 2, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = MOON_STONE, - .genderRatio = PERCENT_FEMALE(75), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_CUTE_CHARM, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PINK, - .noFlip = =TRUE(), - .cryId = CRY_CLEFAIRY, - .categoryName = _("Fairy"), - .height = 6, - .weight = 75, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 425, - .pokemonOffset = 18, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_CLEFABLE] = - { - .speciesName = _("Clefable"), - .baseHP = 95, - .baseAttack = 70, - .baseDefense = 73, - .baseSpeed = 60, - .baseSpAttack = 95, - .baseSpDefense = 90, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 25, - .expYield = 129, - .evYield_HP = 3, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = MOON_STONE, - .genderRatio = PERCENT_FEMALE(75), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_CUTE_CHARM, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PINK, - .noFlip = =TRUE(), - .cryId = CRY_CLEFABLE, - .categoryName = _("Fairy"), - .height = 13, - .weight = 400, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 3, - .trainerScale = 272, - .trainerOffset = -1, - }, - - [SPECIES_CLEFAEFAE] = - { - .speciesName = _("Clefaefae"), - .baseHP = 111, - .baseAttack = 70, - .baseDefense = 80, - .baseSpeed = 60, - .baseSpAttack = 111, - .baseSpDefense = 101, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 25, - .expYield = 150, - .evYield_HP = 3, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = MOON_STONE, - .genderRatio = PERCENT_FEMALE(75), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_CUTE_CHARM, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PINK, - .noFlip = =TRUE(), - .cryId = CRY_CLEFABLE, - .categoryName = _("Fairy"), - .height = 14, - .weight = 423, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 3, - .trainerScale = 272, - .trainerOffset = -1, - }, - - [SPECIES_CLEFANAUT] = - { - .speciesName = _("Clefanaut"), - .baseHP = 122, - .baseAttack = 90, - .baseDefense = 83, - .baseSpeed = 75, - .baseSpAttack = 122, - .baseSpDefense = 111, - .types = MON_TYPES(TYPE_NORMAL, TYPE_PSYCHIC), - .catchRate = 25, - .expYield = 177, - .evYield_HP = 3, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = MOON_STONE, - .genderRatio = PERCENT_FEMALE(75), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_ILLUMINATE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PINK, - .noFlip = =TRUE(), - .cryId = CRY_CLEFABLE, - .categoryName = _("Star fairy"), - .height = 18, - .weight = 509, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 3, - .trainerScale = 272, - .trainerOffset = -1, - }, - -#if P_FAMILY_VULPIX - [SPECIES_VULPIX] = - { - .speciesName = _("Vulpix"), - .baseHP = 38, - .baseAttack = 41, - .baseDefense = 40, - .baseSpeed = 65, - .baseSpAttack = 50, - .baseSpDefense = 65, - .types = MON_TYPES(TYPE_FIRE), - .catchRate = 190, - .expYield = 63, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 1, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = RAWST_BERRY, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(75), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_FLASH_FIRE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_VULPIX, - .categoryName = _("Fox"), - .height = 6, - .weight = 99, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 497, - .pokemonOffset = 18, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_NINETALES] = - { - .speciesName = _("Ninetales"), - .baseHP = 73, - .baseAttack = 76, - .baseDefense = 75, - .baseSpeed = 100, - .baseSpAttack = 81, - .baseSpDefense = 100, - .types = MON_TYPES(TYPE_FIRE), - .catchRate = 75, - .expYield = 178, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 1, - .evYield_SpAttack = 0, - .evYield_SpDefense = 1, - .itemCommon = RAWST_BERRY, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(75), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_FLASH_FIRE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_YELLOW, - .noFlip = =TRUE(), - .cryId = CRY_NINETALES, - .categoryName = _("Fox"), - .height = 11, - .weight = 199, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 339, - .pokemonOffset = 6, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_SPIRITALES] = - { - .speciesName = _("Spiritales"), - .baseHP = 73, - .baseAttack = 76, - .baseDefense = 77, - .baseSpeed = 117, - .baseSpAttack = 95, - .baseSpDefense = 117, - .types = MON_TYPES(TYPE_FIRE, TYPE_GHOST), - .catchRate = 75, - .expYield = 190, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 1, - .evYield_SpAttack = 0, - .evYield_SpDefense = 1, - .itemCommon = RAWST_BERRY, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(75), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_FLASH_FIRE, ABILITY_SHADOW_TAG , ABILITY_SHADOW_TAG }, - .bodyColor = BODY_COLOR_YELLOW, - .noFlip = =TRUE(), - .cryId = CRY_NINETALES, - .categoryName = _("Spirit fox"), - .height = 13, - .weight = 224, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 339, - .pokemonOffset = 6, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_YOKAYUBI] = - { - .speciesName = _("Yokayubi"), - .baseHP = 70, - .baseAttack = 91, - .baseDefense = 90, - .baseSpeed = 137, - .baseSpAttack = 115, - .baseSpDefense = 137, - .types = MON_TYPES(TYPE_FIRE, TYPE_GHOST), - .catchRate = 75, - .expYield = 204, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 1, - .evYield_SpAttack = 0, - .evYield_SpDefense = 1, - .itemCommon = RAWST_BERRY, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(75), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_FLASH_FIRE, ABILITY_SHADOW_TAG , ABILITY_SHADOW_TAG }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_NINETALES, - .categoryName = _("Restless"), - .height = 19, - .weight = 402, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 339, - .pokemonOffset = 6, - .trainerScale = 256, - .trainerOffset = -2, - }, - -#if P_FAMILY_JIGGLYPUFF - [SPECIES_JIGGLYPUFF] = - { - .speciesName = _("Jigglypuff"), - .baseHP = 115, - .baseAttack = 45, - .baseDefense = 20, - .baseSpeed = 20, - .baseSpAttack = 45, - .baseSpDefense = 25, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 170, - .expYield = 76, - .evYield_HP = 2, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ORAN_BERRY, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(75), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_CUTE_CHARM, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PINK, - .noFlip = =TRUE(), - .cryId = CRY_JIGGLYPUFF, - .categoryName = _("Balloon"), - .height = 5, - .weight = 55, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 419, - .pokemonOffset = 19, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_WIGGLYTUFF] = - { - .speciesName = _("Wigglytuff"), - .baseHP = 140, - .baseAttack = 70, - .baseDefense = 45, - .baseSpeed = 45, - .baseSpAttack = 85, - .baseSpDefense = 50, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 50, - .expYield = 109, - .evYield_HP = 3, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ORAN_BERRY, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(75), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_CUTE_CHARM, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PINK, - .noFlip = =TRUE(), - .cryId = CRY_WIGGLYTUFF, - .categoryName = _("Balloon"), - .height = 10, - .weight = 120, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 328, - .pokemonOffset = 9, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_GIGGLYHUFF] = - { - .speciesName = _("Gigglyhuff"), - .baseHP = 150, - .baseAttack = 75, - .baseDefense = 60, - .baseSpeed = 40, - .baseSpAttack = 90, - .baseSpDefense = 70, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 50, - .expYield = 130, - .evYield_HP = 3, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ORAN_BERRY, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(75), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_CLOUD_NINE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PINK, - .noFlip = =TRUE(), - .cryId = CRY_WIGGLYTUFF, - .categoryName = _("Cloud"), - .height = 12, - .weight = 131, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 328, - .pokemonOffset = 9, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_BOGGLYFUFF] = - { - .speciesName = _("Bogglyfuff"), - .baseHP = 160, - .baseAttack = 100, - .baseDefense = 75, - .baseSpeed = 40, - .baseSpAttack = 110, - .baseSpDefense = 90, - .types = MON_TYPES(TYPE_NORMAL, TYPE_FLYING), - .catchRate = 50, - .expYield = 166, - .evYield_HP = 3, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ORAN_BERRY, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(75), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_CLOUD_NINE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_WHITE, - .noFlip = =TRUE(), - .cryId = CRY_WIGGLYTUFF, - .categoryName = _("Puff cloud"), - .height = 16, - .weight = 200, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 328, - .pokemonOffset = 9, - .trainerScale = 256, - .trainerOffset = -2, - }, - -#if P_FAMILY_ZUBAT - [SPECIES_ZUBAT] = - { - .speciesName = _("Zubat"), - .baseHP = 40, - .baseAttack = 45, - .baseDefense = 35, - .baseSpeed = 55, - .baseSpAttack = 30, - .baseSpDefense = 40, - .types = MON_TYPES(TYPE_POISON, TYPE_FLYING), - .catchRate = 255, - .expYield = 54, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 1, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INNER_FOCUS, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_ZUBAT, - .categoryName = _("Bat"), - .height = 8, - .weight = 75, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 355, - .pokemonOffset = -4, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_GOLBAT] = - { - .speciesName = _("Golbat"), - .baseHP = 75, - .baseAttack = 80, - .baseDefense = 70, - .baseSpeed = 90, - .baseSpAttack = 65, - .baseSpDefense = 75, - .types = MON_TYPES(TYPE_POISON, TYPE_FLYING), - .catchRate = 90, - .expYield = 171, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INNER_FOCUS, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_GOLBAT, - .categoryName = _("Bat"), - .height = 16, - .weight = 550, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 291, - .pokemonOffset = 0, - .trainerScale = 296, - .trainerOffset = 2, - }, - - [SPECIES_CROBAT] = - { - .speciesName = _("Crobat"), - .baseHP = 85, - .baseAttack = 90, - .baseDefense = 80, - .baseSpeed = 130, - .baseSpAttack = 70, - .baseSpDefense = 80, - .types = MON_TYPES(TYPE_POISON, TYPE_FLYING), - .catchRate = 90, - .expYield = 204, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 3, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INNER_FOCUS, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_CROBAT, - .categoryName = _("Bat"), - .height = 18, - .weight = 750, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 279, - .pokemonOffset = -1, - .trainerScale = 313, - .trainerOffset = 2, - }, - - [SPECIES_POLABAT] = - { - .speciesName = _("Polabat"), - .baseHP = 75, - .baseAttack = 100, - .baseDefense = 80, - .baseSpeed = 160, - .baseSpAttack = 90, - .baseSpDefense = 80, - .types = MON_TYPES(TYPE_POISON, TYPE_FLYING), - .catchRate = 90, - .expYield = 210, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 3, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INNER_FOCUS, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_CROBAT, - .categoryName = _("Distorted"), - .height = 20, - .weight = 892, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 279, - .pokemonOffset = -1, - .trainerScale = 313, - .trainerOffset = 2, - }, - - [SPECIES_VISIBAT] = - { - .speciesName = _("Visibat"), - .baseHP = 65, - .baseAttack = 124, - .baseDefense = 82, - .baseSpeed = 168, - .baseSpAttack = 114, - .baseSpDefense = 82, - .types = MON_TYPES(TYPE_POISON, TYPE_FLYING), - .catchRate = 90, - .expYield = 215, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 3, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INNER_FOCUS, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_CROBAT, - .categoryName = _("Twisted"), - .height = 22, - .weight = 963, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 279, - .pokemonOffset = -1, - .trainerScale = 313, - .trainerOffset = 2, - }, - - [SPECIES_HORRIBAT] = - { - .speciesName = _("Horribat"), - .baseHP = 33, - .baseAttack = 134, - .baseDefense = 82, - .baseSpeed = 225, - .baseSpAttack = 114, - .baseSpDefense = 82, - .types = MON_TYPES(TYPE_POISON, TYPE_FLYING), - .catchRate = 90, - .expYield = 220, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 3, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INNER_FOCUS, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_CROBAT, - .categoryName = _("True sight"), - .height = 30, - .weight = 400, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 279, - .pokemonOffset = -1, - .trainerScale = 313, - .trainerOffset = 2, - }, - -#if P_FAMILY_ODDISH - [SPECIES_ODDISH] = - { - .speciesName = _("Oddish"), - .baseHP = 45, - .baseAttack = 50, - .baseDefense = 55, - .baseSpeed = 30, - .baseSpAttack = 75, - .baseSpDefense = 65, - .types = MON_TYPES(TYPE_GRASS, TYPE_POISON), - .catchRate = 255, - .expYield = 78, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 1, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_CHLOROPHYLL, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_ODDISH, - .categoryName = _("Weed"), - .height = 5, - .weight = 54, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 423, - .pokemonOffset = 15, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_GLOOM] = - { - .speciesName = _("Gloom"), - .baseHP = 60, - .baseAttack = 65, - .baseDefense = 70, - .baseSpeed = 40, - .baseSpAttack = 85, - .baseSpDefense = 75, - .types = MON_TYPES(TYPE_GRASS, TYPE_POISON), - .catchRate = 120, - .expYield = 132, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_CHLOROPHYLL, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_GLOOM, - .categoryName = _("Weed"), - .height = 8, - .weight = 86, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 329, - .pokemonOffset = 10, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_VILEPLUME] = - { - .speciesName = _("Vileplume"), - .baseHP = 75, - .baseAttack = 80, - .baseDefense = 85, - .baseSpeed = 50, - .baseSpAttack = 110, - .baseSpDefense = 90, - .types = MON_TYPES(TYPE_GRASS, TYPE_POISON), - .catchRate = 45, - .expYield = 184, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 3, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_CHLOROPHYLL, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_VILEPLUME, - .categoryName = _("Flower"), - .height = 12, - .weight = 186, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 4, - .trainerScale = 272, - .trainerOffset = -2, - }, - - [SPECIES_RAFFLURK] = - { - .speciesName = _("Rafflurk"), - .baseHP = 85, - .baseAttack = 80, - .baseDefense = 90, - .baseSpeed = 55, - .baseSpAttack = 120, - .baseSpDefense = 100, - .types = MON_TYPES(TYPE_GRASS, TYPE_POISON), - .catchRate = 45, - .expYield = 205, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 3, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_LIQUID_OOZE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_VILEPLUME, - .categoryName = _("Noxious"), - .height = 13, - .weight = 209, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 4, - .trainerScale = 272, - .trainerOffset = -2, - }, - - [SPECIES_CONCORPSIA] = - { - .speciesName = _("Concorpsia"), - .baseHP = 100, - .baseAttack = 85, - .baseDefense = 90, - .baseSpeed = 60, - .baseSpAttack = 135, - .baseSpDefense = 110, - .types = MON_TYPES(TYPE_GRASS, TYPE_POISON), - .catchRate = 45, - .expYield = 220, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 3, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_LIQUID_OOZE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_VILEPLUME, - .categoryName = _("Deadly"), - .height = 16, - .weight = 645, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 4, - .trainerScale = 272, - .trainerOffset = -2, - }, - -#if P_FAMILY_PARAS - [SPECIES_PARAS] = - { - .speciesName = _("Paras"), - .baseHP = 35, - .baseAttack = 70, - .baseDefense = 55, - .baseSpeed = 25, - .baseSpAttack = 45, - .baseSpDefense = 55, - .types = MON_TYPES(TYPE_BUG, TYPE_GRASS), - .catchRate = 190, - .expYield = 70, - .evYield_HP = 0, - .evYield_Attack = 1, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = TINY_MUSHROOM, - .itemRare = BIG_MUSHROOM, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_EFFECT_SPORE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_PARAS, - .categoryName = _("Mushroom"), - .height = 3, - .weight = 54, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 546, - .pokemonOffset = 21, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_PARASECT] = - { - .speciesName = _("Parasect"), - .baseHP = 60, - .baseAttack = 95, - .baseDefense = 80, - .baseSpeed = 30, - .baseSpAttack = 60, - .baseSpDefense = 80, - .types = MON_TYPES(TYPE_BUG, TYPE_GRASS), - .catchRate = 75, - .expYield = 128, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 1, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = TINY_MUSHROOM, - .itemRare = BIG_MUSHROOM, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_EFFECT_SPORE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_PARASECT, - .categoryName = _("Mushroom"), - .height = 10, - .weight = 295, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 307, - .pokemonOffset = 8, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_SECTASITE] = - { - .speciesName = _("Sectasite"), - .baseHP = 75, - .baseAttack = 110, - .baseDefense = 90, - .baseSpeed = 40, - .baseSpAttack = 70, - .baseSpDefense = 90, - .types = MON_TYPES(TYPE_BUG, TYPE_ROCK), - .catchRate = 75, - .expYield = 152, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 1, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = TINY_MUSHROOM, - .itemRare = BIG_MUSHROOM, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_EFFECT_SPORE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_PARASECT, - .categoryName = _("Big mush"), - .height = 14, - .weight = 384, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 307, - .pokemonOffset = 8, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_FUNGALITH] = - { - .speciesName = _("Fungalith"), - .baseHP = 110, - .baseAttack = 120, - .baseDefense = 100, - .baseSpeed = 50, - .baseSpAttack = 75, - .baseSpDefense = 95, - .types = MON_TYPES(TYPE_BUG, TYPE_ROCK), - .catchRate = 75, - .expYield = 188, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 1, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = TINY_MUSHROOM, - .itemRare = BIG_MUSHROOM, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_EFFECT_SPORE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_PARASECT, - .categoryName = _("Mega mush"), - .height = 18, - .weight = 992, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 307, - .pokemonOffset = 8, - .trainerScale = 256, - .trainerOffset = -2, - }, - -#if P_FAMILY_VENONAT - [SPECIES_VENONAT] = - { - .speciesName = _("Venonat"), - .baseHP = 60, - .baseAttack = 55, - .baseDefense = 50, - .baseSpeed = 45, - .baseSpAttack = 40, - .baseSpDefense = 55, - .types = MON_TYPES(TYPE_BUG, TYPE_POISON), - .catchRate = 190, - .expYield = 75, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 1, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_COMPOUNDEYES, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_VENONAT, - .categoryName = _("Insect"), - .height = 10, - .weight = 300, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 360, - .pokemonOffset = 14, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_VENOMOTH] = - { - .speciesName = _("Venomoth"), - .baseHP = 70, - .baseAttack = 65, - .baseDefense = 60, - .baseSpeed = 90, - .baseSpAttack = 90, - .baseSpDefense = 75, - .types = MON_TYPES(TYPE_BUG, TYPE_POISON), - .catchRate = 75, - .expYield = 138, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 1, - .evYield_SpAttack = 1, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = SILVER_POWDER, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SHIELD_DUST, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_VENOMOTH, - .categoryName = _("Poison moth"), - .height = 15, - .weight = 125, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 3, - .trainerScale = 293, - .trainerOffset = 1, - }, - - [SPECIES_VENOMENA] = - { - .speciesName = _("Venomena"), - .baseHP = 80, - .baseAttack = 80, - .baseDefense = 70, - .baseSpeed = 90, - .baseSpAttack = 105, - .baseSpDefense = 90, - .types = MON_TYPES(TYPE_BUG, TYPE_POISON), - .catchRate = 75, - .expYield = 164, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 1, - .evYield_SpAttack = 1, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = SILVER_POWDER, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SHIELD_DUST, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_VENOMOTH, - .categoryName = _("Violet moth"), - .height = 17, - .weight = 142, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 3, - .trainerScale = 293, - .trainerOffset = 1, - }, - - [SPECIES_VENOMENON] = - { - .speciesName = _("Venomenon"), - .baseHP = 85, - .baseAttack = 90, - .baseDefense = 80, - .baseSpeed = 85, - .baseSpAttack = 125, - .baseSpDefense = 105, - .types = MON_TYPES(TYPE_BUG, TYPE_PSYCHIC), - .catchRate = 75, - .expYield = 193, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 1, - .evYield_SpAttack = 1, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = SILVER_POWDER, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SHIELD_DUST, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_GREEN, - .noFlip = =TRUE(), - .cryId = CRY_VENOMOTH, - .categoryName = _("Elder moth"), - .height = 15, - .weight = 209, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 3, - .trainerScale = 293, - .trainerOffset = 1, - }, - -#if P_FAMILY_DIGLETT - [SPECIES_DIGLETT] = - { - .speciesName = _("Diglett"), - .baseHP = 10, - .baseAttack = 55, - .baseDefense = 25, - .baseSpeed = 95, - .baseSpAttack = 35, - .baseSpDefense = 45, - .types = MON_TYPES(TYPE_GROUND), - .catchRate = 255, - .expYield = 81, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 1, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SAND_VEIL, ABILITY_ARENA_TRAP , ABILITY_ARENA_TRAP }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_DIGLETT, - .categoryName = _("Mole"), - .height = 2, - .weight = 8, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 706, - .pokemonOffset = 22, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_DUGTRIO] = - { - .speciesName = _("Dugtrio"), - .baseHP = 35, - .baseAttack = 100, - .baseDefense = 50, - .baseSpeed = 120, - .baseSpAttack = 50, - .baseSpDefense = 70, - .types = MON_TYPES(TYPE_GROUND), - .catchRate = 50, - .expYield = 153, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SAND_VEIL, ABILITY_ARENA_TRAP , ABILITY_ARENA_TRAP }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_DUGTRIO, - .categoryName = _("Mole"), - .height = 7, - .weight = 333, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 384, - .pokemonOffset = 14, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_DUGROUPLE] = - { - .speciesName = _("Dugrouple"), - .baseHP = 45, - .baseAttack = 120, - .baseDefense = 65, - .baseSpeed = 135, - .baseSpAttack = 50, - .baseSpDefense = 75, - .types = MON_TYPES(TYPE_GROUND), - .catchRate = 50, - .expYield = 177, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SAND_VEIL, ABILITY_ARENA_TRAP , ABILITY_ARENA_TRAP }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_DUGTRIO, - .categoryName = _("Mole group"), - .height = 9, - .weight = 460, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 384, - .pokemonOffset = 14, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_UNEARTHLET] = - { - .speciesName = _("Unearthlet"), - .baseHP = 65, - .baseAttack = 135, - .baseDefense = 80, - .baseSpeed = 155, - .baseSpAttack = 55, - .baseSpDefense = 80, - .types = MON_TYPES(TYPE_GROUND), - .catchRate = 50, - .expYield = 196, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SAND_VEIL, ABILITY_ARENA_TRAP , ABILITY_ARENA_TRAP }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_DUGTRIO, - .categoryName = _("Unearthed"), - .height = 12, - .weight = 664, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 384, - .pokemonOffset = 14, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_DIGLENOID] = - { - .speciesName = _("Diglenoid"), - .baseHP = 100, - .baseAttack = 165, - .baseDefense = 90, - .baseSpeed = 135, - .baseSpAttack = 55, - .baseSpDefense = 85, - .types = MON_TYPES(TYPE_GROUND, TYPE_FIGHTING), - .catchRate = 50, - .expYield = 210, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SAND_VEIL, ABILITY_ARENA_TRAP , ABILITY_ARENA_TRAP }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_DUGTRIO, - .categoryName = _("Mole man"), - .height = 16, - .weight = 1094, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 384, - .pokemonOffset = 14, - .trainerScale = 256, - .trainerOffset = -2, - }, - -#if P_FAMILY_MEOWTH - [SPECIES_MEOWTH] = - { - .speciesName = _("Meowth"), - .baseHP = 40, - .baseAttack = 45, - .baseDefense = 35, - .baseSpeed = 90, - .baseSpAttack = 40, - .baseSpDefense = 40, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 255, - .expYield = 69, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 1, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = NUGGET, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_PICKUP, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_YELLOW, - .noFlip = =TRUE(), - .cryId = CRY_MEOWTH, - .categoryName = _("Scratch cat"), - .height = 4, - .weight = 42, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 480, - .pokemonOffset = 17, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_PERSIAN] = - { - .speciesName = _("Persian"), - .baseHP = 65, - .baseAttack = 70, - .baseDefense = 60, - .baseSpeed = 115, - .baseSpAttack = 65, - .baseSpDefense = 65, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 90, - .expYield = 148, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_LIMBER, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_YELLOW, - .noFlip = =TRUE(), - .cryId = CRY_PERSIAN, - .categoryName = _("Classy cat"), - .height = 10, - .weight = 320, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 320, - .pokemonOffset = 10, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_FELANKH] = - { - .speciesName = _("Felankh"), - .baseHP = 70, - .baseAttack = 110, - .baseDefense = 65, - .baseSpeed = 125, - .baseSpAttack = 65, - .baseSpDefense = 75, - .types = MON_TYPES(TYPE_NORMAL, TYPE_GROUND), - .catchRate = 90, - .expYield = 167, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_LIMBER, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_YELLOW, - .noFlip = =TRUE(), - .cryId = CRY_PERSIAN, - .categoryName = _("Ankh cat"), - .height = 16, - .weight = 394, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 320, - .pokemonOffset = 10, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_PATRAPHINX] = - { - .speciesName = _("Patraphinx"), - .baseHP = 95, - .baseAttack = 125, - .baseDefense = 115, - .baseSpeed = 30, - .baseSpAttack = 125, - .baseSpDefense = 115, - .types = MON_TYPES(TYPE_NORMAL, TYPE_GROUND), - .catchRate = 90, - .expYield = 199, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_MOXIE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_YELLOW, - .noFlip = =TRUE(), - .cryId = CRY_PERSIAN, - .categoryName = _("Sphinx cat"), - .height = 22, - .weight = 2829, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 320, - .pokemonOffset = 10, - .trainerScale = 256, - .trainerOffset = -2, - }, - -#if P_FAMILY_PSYDUCK - [SPECIES_PSYDUCK] = - { - .speciesName = _("Psyduck"), - .baseHP = 50, - .baseAttack = 52, - .baseDefense = 48, - .baseSpeed = 55, - .baseSpAttack = 65, - .baseSpDefense = 50, - .types = MON_TYPES(TYPE_WATER), - .catchRate = 190, - .expYield = 80, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 1, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_DAMP, ABILITY_CLOUD_NINE , ABILITY_CLOUD_NINE }, - .bodyColor = BODY_COLOR_YELLOW, - .noFlip = =TRUE(), - .cryId = CRY_PSYDUCK, - .categoryName = _("Duck"), - .height = 8, - .weight = 196, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 347, - .pokemonOffset = 11, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_GOLDUCK] = - { - .speciesName = _("Golduck"), - .baseHP = 80, - .baseAttack = 82, - .baseDefense = 78, - .baseSpeed = 85, - .baseSpAttack = 95, - .baseSpDefense = 80, - .types = MON_TYPES(TYPE_WATER), - .catchRate = 75, - .expYield = 174, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_DAMP, ABILITY_CLOUD_NINE , ABILITY_CLOUD_NINE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_GOLDUCK, - .categoryName = _("Duck"), - .height = 17, - .weight = 766, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 272, - .pokemonOffset = 4, - .trainerScale = 287, - .trainerOffset = 1, - }, - - [SPECIES_GILDUCK] = - { - .speciesName = _("Gilduck"), - .baseHP = 90, - .baseAttack = 85, - .baseDefense = 85, - .baseSpeed = 90, - .baseSpAttack = 110, - .baseSpDefense = 90, - .types = MON_TYPES(TYPE_WATER, TYPE_PSYCHIC), - .catchRate = 75, - .expYield = 190, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_DAMP, ABILITY_CLOUD_NINE , ABILITY_CLOUD_NINE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_GOLDUCK, - .categoryName = _("Regal duck"), - .height = 18, - .weight = 790, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 272, - .pokemonOffset = 4, - .trainerScale = 287, - .trainerOffset = 1, - }, - - [SPECIES_PLATINUPUS] = - { - .speciesName = _("Platinupus"), - .baseHP = 120, - .baseAttack = 85, - .baseDefense = 90, - .baseSpeed = 80, - .baseSpAttack = 120, - .baseSpDefense = 100, - .types = MON_TYPES(TYPE_WATER, TYPE_PSYCHIC), - .catchRate = 75, - .expYield = 205, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_DAMP, ABILITY_THICK_FAT , ABILITY_THICK_FAT }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_GOLDUCK, - .categoryName = _("Platypus"), - .height = 20, - .weight = 1022, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 272, - .pokemonOffset = 4, - .trainerScale = 287, - .trainerOffset = 1, - }, - -#if P_FAMILY_MANKEY - [SPECIES_MANKEY] = - { - .speciesName = _("Mankey"), - .baseHP = 40, - .baseAttack = 80, - .baseDefense = 35, - .baseSpeed = 70, - .baseSpAttack = 35, - .baseSpDefense = 45, - .types = MON_TYPES(TYPE_FIGHTING), - .catchRate = 190, - .expYield = 74, - .evYield_HP = 0, - .evYield_Attack = 1, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_VITAL_SPIRIT, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_MANKEY, - .categoryName = _("Pig monkey"), - .height = 5, - .weight = 280, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 388, - .pokemonOffset = 16, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_PRIMEAPE] = - { - .speciesName = _("Primeape"), - .baseHP = 65, - .baseAttack = 105, - .baseDefense = 60, - .baseSpeed = 95, - .baseSpAttack = 60, - .baseSpDefense = 70, - .types = MON_TYPES(TYPE_FIGHTING), - .catchRate = 75, - .expYield = 149, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_VITAL_SPIRIT, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_PRIMEAPE, - .categoryName = _("Pig monkey"), - .height = 10, - .weight = 320, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 326, - .pokemonOffset = 8, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_GORILLASH] = - { - .speciesName = _("Gorillash"), - .baseHP = 90, - .baseAttack = 115, - .baseDefense = 80, - .baseSpeed = 95, - .baseSpAttack = 60, - .baseSpDefense = 75, - .types = MON_TYPES(TYPE_FIGHTING), - .catchRate = 75, - .expYield = 166, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_VITAL_SPIRIT, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_PRIMEAPE, - .categoryName = _("Gym monkey"), - .height = 15, - .weight = 660, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 326, - .pokemonOffset = 8, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_BONUMBELL] = - { - .speciesName = _("Bonumbell"), - .baseHP = 115, - .baseAttack = 155, - .baseDefense = 100, - .baseSpeed = 90, - .baseSpAttack = 60, - .baseSpDefense = 75, - .types = MON_TYPES(TYPE_FIGHTING, TYPE_STEEL), - .catchRate = 75, - .expYield = 188, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_VITAL_SPIRIT, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_PRIMEAPE, - .categoryName = _("Champion"), - .height = 18, - .weight = 1625, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 326, - .pokemonOffset = 8, - .trainerScale = 256, - .trainerOffset = -2, - }, - -#if P_FAMILY_GROWLITHE - [SPECIES_GROWLITHE] = - { - .speciesName = _("Growlithe"), - .baseHP = 55, - .baseAttack = 70, - .baseDefense = 45, - .baseSpeed = 60, - .baseSpAttack = 70, - .baseSpDefense = 50, - .types = MON_TYPES(TYPE_FIRE), - .catchRate = 190, - .expYield = 91, - .evYield_HP = 0, - .evYield_Attack = 1, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = RAWST_BERRY, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(25), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INTIMIDATE, ABILITY_FLASH_FIRE , ABILITY_FLASH_FIRE }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_GROWLITHE, - .categoryName = _("Puppy"), - .height = 7, - .weight = 190, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 346, - .pokemonOffset = 14, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_ARCANINE] = - { - .speciesName = _("Arcanine"), - .baseHP = 80, - .baseAttack = 110, - .baseDefense = 75, - .baseSpeed = 95, - .baseSpAttack = 100, - .baseSpDefense = 75, - .types = MON_TYPES(TYPE_FIRE), - .catchRate = 75, - .expYield = 213, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = RAWST_BERRY, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(25), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INTIMIDATE, ABILITY_FLASH_FIRE , ABILITY_FLASH_FIRE }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_ARCANINE, - .categoryName = _("Legendary"), - .height = 19, - .weight = 1550, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = -1, - .trainerScale = 312, - .trainerOffset = 2, - }, - - [SPECIES_SINGESHA] = - { - .speciesName = _("Singesha"), - .baseHP = 90, - .baseAttack = 120, - .baseDefense = 80, - .baseSpeed = 105, - .baseSpAttack = 110, - .baseSpDefense = 80, - .types = MON_TYPES(TYPE_FIRE), - .catchRate = 75, - .expYield = 220, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = RAWST_BERRY, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(25), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INTIMIDATE, ABILITY_FLASH_FIRE , ABILITY_FLASH_FIRE }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_ARCANINE, - .categoryName = _("Loyal"), - .height = 20, - .weight = 1612, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = -1, - .trainerScale = 312, - .trainerOffset = 2, - }, - - [SPECIES_GUARDIANCE] = - { - .speciesName = _("Guardiance"), - .baseHP = 95, - .baseAttack = 135, - .baseDefense = 90, - .baseSpeed = 120, - .baseSpAttack = 120, - .baseSpDefense = 90, - .types = MON_TYPES(TYPE_FIRE, TYPE_DRAGON), - .catchRate = 75, - .expYield = 230, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = RAWST_BERRY, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(25), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SERENE_GRACE, ABILITY_FLASH_FIRE , ABILITY_FLASH_FIRE }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_ARCANINE, - .categoryName = _("Guardian"), - .height = 24, - .weight = 1724, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = -1, - .trainerScale = 312, - .trainerOffset = 2, - }, - -#if P_FAMILY_POLIWAG - [SPECIES_POLIWAG] = - { - .speciesName = _("Poliwag"), - .baseHP = 40, - .baseAttack = 50, - .baseDefense = 40, - .baseSpeed = 90, - .baseSpAttack = 40, - .baseSpDefense = 40, - .types = MON_TYPES(TYPE_WATER), - .catchRate = 255, - .expYield = 77, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 1, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_WATER_ABSORB, ABILITY_DAMP , ABILITY_DAMP }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_POLIWAG, - .categoryName = _("Tadpole"), - .height = 6, - .weight = 124, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 353, - .pokemonOffset = 17, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_POLIWHIRL] = - { - .speciesName = _("Poliwhirl"), - .baseHP = 65, - .baseAttack = 65, - .baseDefense = 65, - .baseSpeed = 90, - .baseSpAttack = 50, - .baseSpDefense = 50, - .types = MON_TYPES(TYPE_WATER), - .catchRate = 120, - .expYield = 131, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_WATER_ABSORB, ABILITY_DAMP , ABILITY_DAMP }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_POLIWHIRL, - .categoryName = _("Tadpole"), - .height = 10, - .weight = 200, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 288, - .pokemonOffset = 10, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_POLIWRATH] = - { - .speciesName = _("Poliwrath"), - .baseHP = 90, - .baseAttack = 85, - .baseDefense = 95, - .baseSpeed = 70, - .baseSpAttack = 70, - .baseSpDefense = 90, - .types = MON_TYPES(TYPE_WATER, TYPE_FIGHTING), - .catchRate = 45, - .expYield = 185, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 3, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_WATER_ABSORB, ABILITY_DAMP , ABILITY_DAMP }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_POLIWRATH, - .categoryName = _("Tadpole"), - .height = 13, - .weight = 540, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 5, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_POLITOES] = - { - .speciesName = _("Politoes"), - .baseHP = 105, - .baseAttack = 100, - .baseDefense = 110, - .baseSpeed = 75, - .baseSpAttack = 75, - .baseSpDefense = 90, - .types = MON_TYPES(TYPE_WATER, TYPE_FIGHTING), - .catchRate = 45, - .expYield = 205, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 3, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_WATER_ABSORB, ABILITY_DAMP , ABILITY_DAMP }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_POLIWRATH, - .categoryName = _("Frog"), - .height = 15, - .weight = 690, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 5, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_POLIWISE] = - { - .speciesName = _("Poliwise"), - .baseHP = 115, - .baseAttack = 115, - .baseDefense = 110, - .baseSpeed = 75, - .baseSpAttack = 85, - .baseSpDefense = 95, - .types = MON_TYPES(TYPE_WATER, TYPE_FIGHTING), - .catchRate = 45, - .expYield = 220, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 3, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_WATER_ABSORB, ABILITY_DAMP , ABILITY_DAMP }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_POLIWRATH, - .categoryName = _("Smart frog"), - .height = 18, - .weight = 995, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 5, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_POLIATH] = - { - .speciesName = _("Poliath"), - .baseHP = 130, - .baseAttack = 130, - .baseDefense = 115, - .baseSpeed = 70, - .baseSpAttack = 90, - .baseSpDefense = 100, - .types = MON_TYPES(TYPE_WATER, TYPE_FIGHTING), - .catchRate = 45, - .expYield = 235, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 3, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_WATER_ABSORB, ABILITY_DAMP , ABILITY_DAMP }, - .bodyColor = BODY_COLOR_GRAY, - .noFlip = =TRUE(), - .cryId = CRY_POLIWRATH, - .categoryName = _("Goliath"), - .height = 24, - .weight = 1552, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 5, - .trainerScale = 256, - .trainerOffset = -2, - }, - -#if P_FAMILY_ABRA - [SPECIES_ABRA] = - { - .speciesName = _("Abra"), - .baseHP = 25, - .baseAttack = 20, - .baseDefense = 15, - .baseSpeed = 90, - .baseSpAttack = 105, - .baseSpDefense = 55, - .types = MON_TYPES(TYPE_PSYCHIC), - .catchRate = 200, - .expYield = 73, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 1, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = TWISTED_SPOON, - .genderRatio = PERCENT_FEMALE(25), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SYNCHRONIZE, ABILITY_INNER_FOCUS , ABILITY_INNER_FOCUS }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_ABRA, - .categoryName = _("Psi"), - .height = 9, - .weight = 195, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 374, - .pokemonOffset = 14, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_KADABRA] = - { - .speciesName = _("Kadabra"), - .baseHP = 40, - .baseAttack = 35, - .baseDefense = 30, - .baseSpeed = 105, - .baseSpAttack = 120, - .baseSpDefense = 70, - .types = MON_TYPES(TYPE_PSYCHIC), - .catchRate = 100, - .expYield = 145, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = TWISTED_SPOON, - .genderRatio = PERCENT_FEMALE(25), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SYNCHRONIZE, ABILITY_INNER_FOCUS , ABILITY_INNER_FOCUS }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_KADABRA, - .categoryName = _("Psi"), - .height = 13, - .weight = 565, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 272, - .pokemonOffset = 2, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_ALAKAZAM] = - { - .speciesName = _("Alakazam"), - .baseHP = 55, - .baseAttack = 50, - .baseDefense = 45, - .baseSpeed = 120, - .baseSpAttack = 135, - .baseSpDefense = 85, - .types = MON_TYPES(TYPE_PSYCHIC), - .catchRate = 50, - .expYield = 186, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 3, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = TWISTED_SPOON, - .genderRatio = PERCENT_FEMALE(25), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SYNCHRONIZE, ABILITY_INNER_FOCUS , ABILITY_INNER_FOCUS }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_ALAKAZAM, - .categoryName = _("Psi"), - .height = 15, - .weight = 480, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 272, - .pokemonOffset = -1, - .trainerScale = 271, - .trainerOffset = -1, - }, - - [SPECIES_SIMSALABIM] = - { - .speciesName = _("Simsalabim"), - .baseHP = 65, - .baseAttack = 50, - .baseDefense = 50, - .baseSpeed = 125, - .baseSpAttack = 145, - .baseSpDefense = 105, - .types = MON_TYPES(TYPE_PSYCHIC), - .catchRate = 50, - .expYield = 203, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 3, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = TWISTED_SPOON, - .genderRatio = PERCENT_FEMALE(25), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SYNCHRONIZE, ABILITY_INNER_FOCUS , ABILITY_INNER_FOCUS }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_ALAKAZAM, - .categoryName = _("Psychic"), - .height = 17, - .weight = 599, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 272, - .pokemonOffset = -1, - .trainerScale = 271, - .trainerOffset = -1, - }, - - [SPECIES_VOHOO-DU] = - { - .speciesName = _("Vohoo-du"), - .baseHP = 75, - .baseAttack = 55, - .baseDefense = 55, - .baseSpeed = 125, - .baseSpAttack = 150, - .baseSpDefense = 120, - .types = MON_TYPES(TYPE_PSYCHIC, TYPE_DARK), - .catchRate = 50, - .expYield = 218, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 3, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = TWISTED_SPOON, - .genderRatio = PERCENT_FEMALE(25), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_EFFECT_SPORE, ABILITY_INNER_FOCUS , ABILITY_INNER_FOCUS }, - .bodyColor = BODY_COLOR_GREEN, - .noFlip = =TRUE(), - .cryId = CRY_ALAKAZAM, - .categoryName = _("Shaman"), - .height = 19, - .weight = 644, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 272, - .pokemonOffset = -1, - .trainerScale = 271, - .trainerOffset = -1, - }, - - [SPECIES_T'ZARKARTZ] = - { - .speciesName = _("T'zarkartz"), - .baseHP = 75, - .baseAttack = 75, - .baseDefense = 55, - .baseSpeed = 110, - .baseSpAttack = 190, - .baseSpDefense = 160, - .types = MON_TYPES(TYPE_PSYCHIC, TYPE_DARK), - .catchRate = 50, - .expYield = 225, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 3, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = TWISTED_SPOON, - .genderRatio = PERCENT_FEMALE(25), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INTIMIDATE, ABILITY_INNER_FOCUS , ABILITY_INNER_FOCUS }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_ALAKAZAM, - .categoryName = _("Dark caller"), - .height = 25, - .weight = 1114, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 272, - .pokemonOffset = -1, - .trainerScale = 271, - .trainerOffset = -1, - }, - -#if P_FAMILY_MACHOP - [SPECIES_MACHOP] = - { - .speciesName = _("Machop"), - .baseHP = 70, - .baseAttack = 80, - .baseDefense = 50, - .baseSpeed = 35, - .baseSpAttack = 35, - .baseSpDefense = 35, - .types = MON_TYPES(TYPE_FIGHTING), - .catchRate = 180, - .expYield = 88, - .evYield_HP = 0, - .evYield_Attack = 1, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(25), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_GUTS, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_GRAY, - .noFlip = =TRUE(), - .cryId = CRY_MACHOP, - .categoryName = _("Superpower"), - .height = 8, - .weight = 195, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 320, - .pokemonOffset = 12, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_MACHOKE] = - { - .speciesName = _("Machoke"), - .baseHP = 80, - .baseAttack = 100, - .baseDefense = 70, - .baseSpeed = 45, - .baseSpAttack = 50, - .baseSpDefense = 60, - .types = MON_TYPES(TYPE_FIGHTING), - .catchRate = 90, - .expYield = 146, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = FOCUS_BAND, - .genderRatio = PERCENT_FEMALE(25), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_GUTS, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_GRAY, - .noFlip = =TRUE(), - .cryId = CRY_MACHOKE, - .categoryName = _("Superpower"), - .height = 15, - .weight = 705, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 304, - .pokemonOffset = 6, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_MACHAMP] = - { - .speciesName = _("Machamp"), - .baseHP = 90, - .baseAttack = 130, - .baseDefense = 80, - .baseSpeed = 55, - .baseSpAttack = 65, - .baseSpDefense = 85, - .types = MON_TYPES(TYPE_FIGHTING), - .catchRate = 45, - .expYield = 193, - .evYield_HP = 0, - .evYield_Attack = 3, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = FOCUS_BAND, - .genderRatio = PERCENT_FEMALE(25), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_GUTS, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_GRAY, - .noFlip = =TRUE(), - .cryId = CRY_MACHAMP, - .categoryName = _("Superpower"), - .height = 16, - .weight = 1300, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 278, - .pokemonOffset = 2, - .trainerScale = 283, - .trainerOffset = 0, - }, - - [SPECIES_MACHULK] = - { - .speciesName = _("Machulk"), - .baseHP = 100, - .baseAttack = 150, - .baseDefense = 95, - .baseSpeed = 50, - .baseSpAttack = 70, - .baseSpDefense = 90, - .types = MON_TYPES(TYPE_FIGHTING), - .catchRate = 45, - .expYield = 210, - .evYield_HP = 0, - .evYield_Attack = 3, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = FOCUS_BAND, - .genderRatio = PERCENT_FEMALE(25), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_GUTS, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_GREEN, - .noFlip = =TRUE(), - .cryId = CRY_MACHAMP, - .categoryName = _("Enraged"), - .height = 25, - .weight = 5502, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 278, - .pokemonOffset = 2, - .trainerScale = 283, - .trainerOffset = 0, - }, - - [SPECIES_ABOMACHULK] = - { - .speciesName = _("Abomachulk"), - .baseHP = 125, - .baseAttack = 165, - .baseDefense = 105, - .baseSpeed = 50, - .baseSpAttack = 75, - .baseSpDefense = 95, - .types = MON_TYPES(TYPE_FIGHTING), - .catchRate = 45, - .expYield = 220, - .evYield_HP = 0, - .evYield_Attack = 3, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = FOCUS_BAND, - .genderRatio = PERCENT_FEMALE(25), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_GUTS, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_GRAY, - .noFlip = =TRUE(), - .cryId = CRY_MACHAMP, - .categoryName = _("Aggressive"), - .height = 26, - .weight = 4799, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 278, - .pokemonOffset = 2, - .trainerScale = 283, - .trainerOffset = 0, - }, - - [SPECIES_MACHITAN] = - { - .speciesName = _("Machitan"), - .baseHP = 135, - .baseAttack = 170, - .baseDefense = 115, - .baseSpeed = 50, - .baseSpAttack = 75, - .baseSpDefense = 105, - .types = MON_TYPES(TYPE_FIGHTING, TYPE_DARK), - .catchRate = 45, - .expYield = 235, - .evYield_HP = 0, - .evYield_Attack = 3, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = FOCUS_BAND, - .genderRatio = PERCENT_FEMALE(25), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_GUTS, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_MACHAMP, - .categoryName = _("Titan"), - .height = 25, - .weight = 4470, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 278, - .pokemonOffset = 2, - .trainerScale = 283, - .trainerOffset = 0, - }, - -#if P_FAMILY_BELLSPROUT - [SPECIES_BELLSPROUT] = - { - .speciesName = _("Bellsprout"), - .baseHP = 50, - .baseAttack = 75, - .baseDefense = 35, - .baseSpeed = 40, - .baseSpAttack = 70, - .baseSpDefense = 30, - .types = MON_TYPES(TYPE_GRASS, TYPE_POISON), - .catchRate = 255, - .expYield = 84, - .evYield_HP = 0, - .evYield_Attack = 1, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_CHLOROPHYLL, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_GREEN, - .noFlip = =TRUE(), - .cryId = CRY_BELLSPROUT, - .categoryName = _("Flower"), - .height = 7, - .weight = 40, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 354, - .pokemonOffset = 16, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_WEEPINBELL] = - { - .speciesName = _("Weepinbell"), - .baseHP = 65, - .baseAttack = 90, - .baseDefense = 50, - .baseSpeed = 55, - .baseSpAttack = 85, - .baseSpDefense = 45, - .types = MON_TYPES(TYPE_GRASS, TYPE_POISON), - .catchRate = 120, - .expYield = 151, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_CHLOROPHYLL, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_GREEN, - .noFlip = =TRUE(), - .cryId = CRY_WEEPINBELL, - .categoryName = _("Flycatcher"), - .height = 10, - .weight = 64, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = -1, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_VICTREEBEL] = - { - .speciesName = _("Victreebel"), - .baseHP = 80, - .baseAttack = 105, - .baseDefense = 65, - .baseSpeed = 70, - .baseSpAttack = 100, - .baseSpDefense = 70, - .types = MON_TYPES(TYPE_GRASS, TYPE_POISON), - .catchRate = 45, - .expYield = 191, - .evYield_HP = 0, - .evYield_Attack = 3, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_CHLOROPHYLL, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_GREEN, - .noFlip = =TRUE(), - .cryId = CRY_VICTREEBEL, - .categoryName = _("Flycatcher"), - .height = 17, - .weight = 155, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 2, - .trainerScale = 302, - .trainerOffset = 2, - }, - - [SPECIES_MUCKTRIBEL] = - { - .speciesName = _("Mucktribel"), - .baseHP = 105, - .baseAttack = 115, - .baseDefense = 65, - .baseSpeed = 75, - .baseSpAttack = 115, - .baseSpDefense = 70, - .types = MON_TYPES(TYPE_GRASS, TYPE_POISON), - .catchRate = 45, - .expYield = 208, - .evYield_HP = 0, - .evYield_Attack = 3, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_CHLOROPHYLL, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_GREEN, - .noFlip = =TRUE(), - .cryId = CRY_VICTREEBEL, - .categoryName = _("Pitcher"), - .height = 19, - .weight = 205, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 2, - .trainerScale = 302, - .trainerOffset = 2, - }, - - [SPECIES_CARNABELL] = - { - .speciesName = _("Carnabell"), - .baseHP = 115, - .baseAttack = 125, - .baseDefense = 90, - .baseSpeed = 70, - .baseSpAttack = 125, - .baseSpDefense = 70, - .types = MON_TYPES(TYPE_GRASS, TYPE_POISON), - .catchRate = 45, - .expYield = 220, - .evYield_HP = 0, - .evYield_Attack = 3, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_CHLOROPHYLL, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_GREEN, - .noFlip = =TRUE(), - .cryId = CRY_VICTREEBEL, - .categoryName = _("Appetite"), - .height = 22, - .weight = 450, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 2, - .trainerScale = 302, - .trainerOffset = 2, - }, - - [SPECIES_DEVLORA] = - { - .speciesName = _("Devlora"), - .baseHP = 125, - .baseAttack = 135, - .baseDefense = 100, - .baseSpeed = 55, - .baseSpAttack = 135, - .baseSpDefense = 75, - .types = MON_TYPES(TYPE_GRASS, TYPE_POISON), - .catchRate = 45, - .expYield = 230, - .evYield_HP = 0, - .evYield_Attack = 3, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_CHLOROPHYLL, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_GREEN, - .noFlip = =TRUE(), - .cryId = CRY_VICTREEBEL, - .categoryName = _("Devouring"), - .height = 24, - .weight = 999, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 2, - .trainerScale = 302, - .trainerOffset = 2, - }, - -#if P_FAMILY_TENTACOOL - [SPECIES_TENTACOOL] = - { - .speciesName = _("Tentacool"), - .baseHP = 40, - .baseAttack = 40, - .baseDefense = 35, - .baseSpeed = 70, - .baseSpAttack = 50, - .baseSpDefense = 100, - .types = MON_TYPES(TYPE_WATER, TYPE_POISON), - .catchRate = 190, - .expYield = 105, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 1, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_CLEAR_BODY, ABILITY_LIQUID_OOZE , ABILITY_LIQUID_OOZE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_TENTACOOL, - .categoryName = _("Jellyfish"), - .height = 9, - .weight = 455, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 0, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_TENTACRUEL] = - { - .speciesName = _("Tentacruel"), - .baseHP = 80, - .baseAttack = 70, - .baseDefense = 65, - .baseSpeed = 100, - .baseSpAttack = 80, - .baseSpDefense = 120, - .types = MON_TYPES(TYPE_WATER, TYPE_POISON), - .catchRate = 60, - .expYield = 205, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 2, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_CLEAR_BODY, ABILITY_LIQUID_OOZE , ABILITY_LIQUID_OOZE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_TENTACRUEL, - .categoryName = _("Jellyfish"), - .height = 16, - .weight = 550, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 272, - .pokemonOffset = -1, - .trainerScale = 312, - .trainerOffset = 0, - }, - - [SPECIES_TENTACATE] = - { - .speciesName = _("Tentacate"), - .baseHP = 100, - .baseAttack = 80, - .baseDefense = 70, - .baseSpeed = 100, - .baseSpAttack = 90, - .baseSpDefense = 125, - .types = MON_TYPES(TYPE_WATER, TYPE_POISON), - .catchRate = 60, - .expYield = 220, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 2, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_CLEAR_BODY, ABILITY_LIQUID_OOZE , ABILITY_LIQUID_OOZE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_TENTACRUEL, - .categoryName = _("Tenta mass"), - .height = 19, - .weight = 774, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 272, - .pokemonOffset = -1, - .trainerScale = 312, - .trainerOffset = 0, - }, - - [SPECIES_TENTABOMA] = - { - .speciesName = _("Tentaboma"), - .baseHP = 135, - .baseAttack = 90, - .baseDefense = 80, - .baseSpeed = 85, - .baseSpAttack = 110, - .baseSpDefense = 140, - .types = MON_TYPES(TYPE_WATER, TYPE_POISON), - .catchRate = 60, - .expYield = 230, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 2, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_CLEAR_BODY, ABILITY_LIQUID_OOZE , ABILITY_LIQUID_OOZE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_TENTACRUEL, - .categoryName = _("Tenta mass"), - .height = 23, - .weight = 1004, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 272, - .pokemonOffset = -1, - .trainerScale = 312, - .trainerOffset = 0, - }, - -#if P_FAMILY_GEODUDE - [SPECIES_GEODUDE] = - { - .speciesName = _("Geodude"), - .baseHP = 40, - .baseAttack = 80, - .baseDefense = 100, - .baseSpeed = 20, - .baseSpAttack = 30, - .baseSpDefense = 30, - .types = MON_TYPES(TYPE_ROCK, TYPE_GROUND), - .catchRate = 255, - .expYield = 86, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 1, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_ROCK_HEAD, ABILITY_STURDY , ABILITY_STURDY }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_GEODUDE, - .categoryName = _("Rock"), - .height = 4, - .weight = 200, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 330, - .pokemonOffset = 17, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_GRAVELER] = - { - .speciesName = _("Graveler"), - .baseHP = 55, - .baseAttack = 95, - .baseDefense = 115, - .baseSpeed = 35, - .baseSpAttack = 45, - .baseSpDefense = 45, - .types = MON_TYPES(TYPE_ROCK, TYPE_GROUND), - .catchRate = 120, - .expYield = 134, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 2, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = HARD_STONE, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_ROCK_HEAD, ABILITY_STURDY , ABILITY_STURDY }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_GRAVELER, - .categoryName = _("Rock"), - .height = 10, - .weight = 1050, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 272, - .pokemonOffset = 8, - .trainerScale = 305, - .trainerOffset = 1, - }, - - [SPECIES_GOLEM] = - { - .speciesName = _("Golem"), - .baseHP = 80, - .baseAttack = 110, - .baseDefense = 130, - .baseSpeed = 45, - .baseSpAttack = 55, - .baseSpDefense = 65, - .types = MON_TYPES(TYPE_ROCK, TYPE_GROUND), - .catchRate = 45, - .expYield = 177, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 3, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = HARD_STONE, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_ROCK_HEAD, ABILITY_STURDY , ABILITY_STURDY }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_GOLEM, - .categoryName = _("Megaton"), - .height = 14, - .weight = 3000, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 266, - .pokemonOffset = 3, - .trainerScale = 298, - .trainerOffset = 1, - }, - - [SPECIES_SLAGOLEM] = - { - .speciesName = _("Slagolem"), - .baseHP = 90, - .baseAttack = 120, - .baseDefense = 150, - .baseSpeed = 50, - .baseSpAttack = 70, - .baseSpDefense = 70, - .types = MON_TYPES(TYPE_ROCK, TYPE_GROUND), - .catchRate = 45, - .expYield = 198, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 3, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = HARD_STONE, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_ROCK_HEAD, ABILITY_STURDY , ABILITY_STURDY }, - .bodyColor = BODY_COLOR_GREEN, - .noFlip = =TRUE(), - .cryId = CRY_GOLEM, - .categoryName = _("Scorch rock"), - .height = 16, - .weight = 3477, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 266, - .pokemonOffset = 3, - .trainerScale = 298, - .trainerOffset = 1, - }, - - [SPECIES_MOLTREM] = - { - .speciesName = _("Moltrem"), - .baseHP = 100, - .baseAttack = 130, - .baseDefense = 175, - .baseSpeed = 55, - .baseSpAttack = 85, - .baseSpDefense = 70, - .types = MON_TYPES(TYPE_ROCK, TYPE_FIRE), - .catchRate = 45, - .expYield = 210, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 3, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = HARD_STONE, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_ROCK_HEAD, ABILITY_STURDY , ABILITY_STURDY }, - .bodyColor = BODY_COLOR_BLACK, - .noFlip = =TRUE(), - .cryId = CRY_GOLEM, - .categoryName = _("Molten rock"), - .height = 17, - .weight = 3999, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 266, - .pokemonOffset = 3, - .trainerScale = 298, - .trainerOffset = 1, - }, - - [SPECIES_VOLCANICOL] = - { - .speciesName = _("Volcanicol"), - .baseHP = 110, - .baseAttack = 130, - .baseDefense = 190, - .baseSpeed = 45, - .baseSpAttack = 100, - .baseSpDefense = 75, - .types = MON_TYPES(TYPE_ROCK, TYPE_FIRE), - .catchRate = 45, - .expYield = 225, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 3, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = HARD_STONE, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_ROCK_HEAD, ABILITY_STURDY , ABILITY_STURDY }, - .bodyColor = BODY_COLOR_BLACK, - .noFlip = =TRUE(), - .cryId = CRY_GOLEM, - .categoryName = _("Volcanic"), - .height = 20, - .weight = 4551, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 266, - .pokemonOffset = 3, - .trainerScale = 298, - .trainerOffset = 1, - }, - -#if P_FAMILY_PONYTA - [SPECIES_PONYTA] = - { - .speciesName = _("Ponyta"), - .baseHP = 50, - .baseAttack = 75, - .baseDefense = 40, - .baseSpeed = 90, - .baseSpAttack = 55, - .baseSpDefense = 55, - .types = MON_TYPES(TYPE_FIRE), - .catchRate = 190, - .expYield = 152, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 1, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_RUN_AWAY, ABILITY_FLASH_FIRE , ABILITY_FLASH_FIRE }, - .bodyColor = BODY_COLOR_YELLOW, - .noFlip = =TRUE(), - .cryId = CRY_PONYTA, - .categoryName = _("Fire horse"), - .height = 10, - .weight = 300, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 288, - .pokemonOffset = 7, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_RAPIDASH] = - { - .speciesName = _("Rapidash"), - .baseHP = 65, - .baseAttack = 100, - .baseDefense = 70, - .baseSpeed = 105, - .baseSpAttack = 80, - .baseSpDefense = 80, - .types = MON_TYPES(TYPE_FIRE), - .catchRate = 60, - .expYield = 192, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_RUN_AWAY, ABILITY_FLASH_FIRE , ABILITY_FLASH_FIRE }, - .bodyColor = BODY_COLOR_YELLOW, - .noFlip = =TRUE(), - .cryId = CRY_RAPIDASH, - .categoryName = _("Fire horse"), - .height = 17, - .weight = 950, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 282, - .pokemonOffset = -1, - .trainerScale = 312, - .trainerOffset = 1, - }, - - [SPECIES_COMBUSTANG] = - { - .speciesName = _("Combustang"), - .baseHP = 80, - .baseAttack = 110, - .baseDefense = 80, - .baseSpeed = 115, - .baseSpAttack = 100, - .baseSpDefense = 90, - .types = MON_TYPES(TYPE_FIRE), - .catchRate = 60, - .expYield = 208, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SPEED_BOOST, ABILITY_FLASH_FIRE , ABILITY_FLASH_FIRE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_RAPIDASH, - .categoryName = _("Armor horse"), - .height = 19, - .weight = 1030, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 282, - .pokemonOffset = -1, - .trainerScale = 312, - .trainerOffset = 1, - }, - - [SPECIES_KNIGHTMARE] = - { - .speciesName = _("Knightmare"), - .baseHP = 90, - .baseAttack = 125, - .baseDefense = 90, - .baseSpeed = 130, - .baseSpAttack = 120, - .baseSpDefense = 105, - .types = MON_TYPES(TYPE_FIRE, TYPE_STEEL), - .catchRate = 60, - .expYield = 217, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SPEED_BOOST, ABILITY_FLASH_FIRE , ABILITY_FLASH_FIRE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_RAPIDASH, - .categoryName = _("Fire steed"), - .height = 21, - .weight = 1302, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 282, - .pokemonOffset = -1, - .trainerScale = 312, - .trainerOffset = 1, - }, - -#if P_FAMILY_SLOWPOKE - [SPECIES_SLOWPOKE] = - { - .speciesName = _("Slowpoke"), - .baseHP = 90, - .baseAttack = 65, - .baseDefense = 65, - .baseSpeed = 15, - .baseSpAttack = 40, - .baseSpDefense = 40, - .types = MON_TYPES(TYPE_WATER, TYPE_PSYCHIC), - .catchRate = 190, - .expYield = 99, - .evYield_HP = 1, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_OBLIVIOUS, ABILITY_OWN_TEMPO , ABILITY_OWN_TEMPO }, - .bodyColor = BODY_COLOR_PINK, - .noFlip = =TRUE(), - .cryId = CRY_SLOWPOKE, - .categoryName = _("Dopey"), - .height = 12, - .weight = 360, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 271, - .pokemonOffset = 10, - .trainerScale = 272, - .trainerOffset = -2, - }, - - [SPECIES_SLOWBRO] = - { - .speciesName = _("Slowbro"), - .baseHP = 95, - .baseAttack = 75, - .baseDefense = 110, - .baseSpeed = 30, - .baseSpAttack = 100, - .baseSpDefense = 80, - .types = MON_TYPES(TYPE_WATER, TYPE_PSYCHIC), - .catchRate = 75, - .expYield = 164, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 2, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_OBLIVIOUS, ABILITY_OWN_TEMPO , ABILITY_OWN_TEMPO }, - .bodyColor = BODY_COLOR_PINK, - .noFlip = =TRUE(), - .cryId = CRY_SLOWBRO, - .categoryName = _("Hermit crab"), - .height = 16, - .weight = 785, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 257, - .pokemonOffset = -2, - .trainerScale = 312, - .trainerOffset = 0, - }, - - [SPECIES_SLOWMATE] = - { - .speciesName = _("Slowmate"), - .baseHP = 110, - .baseAttack = 75, - .baseDefense = 130, - .baseSpeed = 30, - .baseSpAttack = 110, - .baseSpDefense = 85, - .types = MON_TYPES(TYPE_WATER, TYPE_PSYCHIC), - .catchRate = 75, - .expYield = 185, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 2, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_OBLIVIOUS, ABILITY_OWN_TEMPO , ABILITY_OWN_TEMPO }, - .bodyColor = BODY_COLOR_PINK, - .noFlip = =TRUE(), - .cryId = CRY_SLOWBRO, - .categoryName = _("Shell armor"), - .height = 17, - .weight = 999, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 257, - .pokemonOffset = -2, - .trainerScale = 312, - .trainerOffset = 0, - }, - - [SPECIES_SLOWCHUM] = - { - .speciesName = _("Slowchum"), - .baseHP = 125, - .baseAttack = 80, - .baseDefense = 145, - .baseSpeed = 20, - .baseSpAttack = 120, - .baseSpDefense = 85, - .types = MON_TYPES(TYPE_WATER, TYPE_PSYCHIC), - .catchRate = 75, - .expYield = 203, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 2, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_OBLIVIOUS, ABILITY_OWN_TEMPO , ABILITY_OWN_TEMPO }, - .bodyColor = BODY_COLOR_PINK, - .noFlip = =TRUE(), - .cryId = CRY_SLOWBRO, - .categoryName = _("Possessed"), - .height = 19, - .weight = 1203, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 257, - .pokemonOffset = -2, - .trainerScale = 312, - .trainerOffset = 0, - }, - -#if P_FAMILY_MAGNEMITE - [SPECIES_MAGNEMITE] = - { - .speciesName = _("Magnemite"), - .baseHP = 25, - .baseAttack = 35, - .baseDefense = 70, - .baseSpeed = 45, - .baseSpAttack = 95, - .baseSpDefense = 55, - .types = MON_TYPES(TYPE_ELECTRIC, TYPE_STEEL), - .catchRate = 190, - .expYield = 89, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 1, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_MAGNET_PULL, ABILITY_STURDY , ABILITY_STURDY }, - .bodyColor = BODY_COLOR_GRAY, - .noFlip = =TRUE(), - .cryId = CRY_MAGNEMITE, - .categoryName = _("Magnet"), - .height = 3, - .weight = 60, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 294, - .pokemonOffset = -8, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_MAGNETON] = - { - .speciesName = _("Magneton"), - .baseHP = 50, - .baseAttack = 50, - .baseDefense = 75, - .baseSpeed = 60, - .baseSpAttack = 110, - .baseSpDefense = 60, - .types = MON_TYPES(TYPE_ELECTRIC, TYPE_STEEL), - .catchRate = 60, - .expYield = 161, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = MAGNET, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_MAGNET_PULL, ABILITY_STURDY , ABILITY_STURDY }, - .bodyColor = BODY_COLOR_GRAY, - .noFlip = =TRUE(), - .cryId = CRY_MAGNETON, - .categoryName = _("Magnet"), - .height = 10, - .weight = 600, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 293, - .pokemonOffset = -4, - .trainerScale = 273, - .trainerOffset = -2, - }, - - [SPECIES_MAGNEZONE] = - { - .speciesName = _("Magnezone"), - .baseHP = 70, - .baseAttack = 70, - .baseDefense = 115, - .baseSpeed = 60, - .baseSpAttack = 130, - .baseSpDefense = 90, - .types = MON_TYPES(TYPE_ELECTRIC, TYPE_STEEL), - .catchRate = 60, - .expYield = 190, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = MAGNET, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_MAGNET_PULL, ABILITY_STURDY , ABILITY_STURDY }, - .bodyColor = BODY_COLOR_GRAY, - .noFlip = =TRUE(), - .cryId = CRY_MAGNEZONE, - .categoryName = _("Magnet"), - .height = 10, - .weight = 600, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 293, - .pokemonOffset = -4, - .trainerScale = 273, - .trainerOffset = -2, - }, - - [SPECIES_MAGNEMELD] = - { - .speciesName = _("Magnemeld"), - .baseHP = 80, - .baseAttack = 75, - .baseDefense = 120, - .baseSpeed = 50, - .baseSpAttack = 135, - .baseSpDefense = 110, - .types = MON_TYPES(TYPE_ELECTRIC, TYPE_STEEL), - .catchRate = 60, - .expYield = 210, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = MAGNET, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_MAGNET_PULL, ABILITY_STURDY , ABILITY_STURDY }, - .bodyColor = BODY_COLOR_GRAY, - .noFlip = =TRUE(), - .cryId = CRY_MAGNEZONE, - .categoryName = _("Welded"), - .height = 20, - .weight = 1200, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 293, - .pokemonOffset = -4, - .trainerScale = 273, - .trainerOffset = -2, - }, - - [SPECIES_MAGNEMASTR] = - { - .speciesName = _("Magnemastr"), - .baseHP = 95, - .baseAttack = 105, - .baseDefense = 130, - .baseSpeed = 40, - .baseSpAttack = 145, - .baseSpDefense = 125, - .types = MON_TYPES(TYPE_ELECTRIC, TYPE_STEEL), - .catchRate = 60, - .expYield = 225, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = MAGNET, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_MAGNET_PULL, ABILITY_STURDY , ABILITY_STURDY }, - .bodyColor = BODY_COLOR_GRAY, - .noFlip = =TRUE(), - .cryId = CRY_MAGNEZONE, - .categoryName = _("Ulti magnet"), - .height = 18, - .weight = 1344, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 293, - .pokemonOffset = -4, - .trainerScale = 273, - .trainerOffset = -2, - }, - -#if P_FAMILY_FARFETCH'D - [SPECIES_FARFETCH'D] = - { - .speciesName = _("Farfetch'd"), - .baseHP = 52, - .baseAttack = 65, - .baseDefense = 55, - .baseSpeed = 60, - .baseSpAttack = 58, - .baseSpDefense = 62, - .types = MON_TYPES(TYPE_NORMAL, TYPE_FLYING), - .catchRate = 45, - .expYield = 94, - .evYield_HP = 0, - .evYield_Attack = 1, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = STICK, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_KEEN_EYE, ABILITY_INNER_FOCUS , ABILITY_INNER_FOCUS }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_FARFETCH'D, - .categoryName = _("Wild duck"), - .height = 8, - .weight = 150, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 317, - .pokemonOffset = -2, - .trainerScale = 256, - .trainerOffset = -3, - }, - - [SPECIES_FORFOWL'D] = - { - .speciesName = _("Forfowl'd"), - .baseHP = 65, - .baseAttack = 90, - .baseDefense = 60, - .baseSpeed = 70, - .baseSpAttack = 70, - .baseSpDefense = 65, - .types = MON_TYPES(TYPE_NORMAL, TYPE_FLYING), - .catchRate = 45, - .expYield = 150, - .evYield_HP = 0, - .evYield_Attack = 1, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = STICK, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_KEEN_EYE, ABILITY_INNER_FOCUS , ABILITY_INNER_FOCUS }, - .bodyColor = BODY_COLOR_WHITE, - .noFlip = =TRUE(), - .cryId = CRY_FARFETCH'D, - .categoryName = _("Goose"), - .height = 10, - .weight = 299, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 317, - .pokemonOffset = -2, - .trainerScale = 256, - .trainerOffset = -3, - }, - - [SPECIES_FOWLN'TOM] = - { - .speciesName = _("Fowln'tom"), - .baseHP = 75, - .baseAttack = 110, - .baseDefense = 75, - .baseSpeed = 85, - .baseSpAttack = 110, - .baseSpDefense = 90, - .types = MON_TYPES(TYPE_GHOST, TYPE_FLYING), - .catchRate = 45, - .expYield = 170, - .evYield_HP = 0, - .evYield_Attack = 1, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = STICK, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SHADOW_TAG, ABILITY_INNER_FOCUS , ABILITY_INNER_FOCUS }, - .bodyColor = BODY_COLOR_GRAY, - .noFlip = =TRUE(), - .cryId = CRY_FARFETCH'D, - .categoryName = _("Fowl spirit"), - .height = 13, - .weight = 80, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 317, - .pokemonOffset = -2, - .trainerScale = 256, - .trainerOffset = -3, - }, - -#if P_FAMILY_DODUO - [SPECIES_DODUO] = - { - .speciesName = _("Doduo"), - .baseHP = 35, - .baseAttack = 85, - .baseDefense = 45, - .baseSpeed = 75, - .baseSpAttack = 35, - .baseSpDefense = 35, - .types = MON_TYPES(TYPE_NORMAL, TYPE_FLYING), - .catchRate = 190, - .expYield = 96, - .evYield_HP = 0, - .evYield_Attack = 1, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_RUN_AWAY, ABILITY_EARLY_BIRD , ABILITY_EARLY_BIRD }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_DODUO, - .categoryName = _("Twin bird"), - .height = 14, - .weight = 392, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 3, - .trainerScale = 287, - .trainerOffset = 0, - }, - - [SPECIES_DODRIO] = - { - .speciesName = _("Dodrio"), - .baseHP = 60, - .baseAttack = 110, - .baseDefense = 70, - .baseSpeed = 100, - .baseSpAttack = 60, - .baseSpDefense = 60, - .types = MON_TYPES(TYPE_NORMAL, TYPE_FLYING), - .catchRate = 45, - .expYield = 158, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = SHARP_BEAK, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_RUN_AWAY, ABILITY_EARLY_BIRD , ABILITY_EARLY_BIRD }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_DODRIO, - .categoryName = _("Triple bird"), - .height = 18, - .weight = 852, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 272, - .pokemonOffset = -2, - .trainerScale = 296, - .trainerOffset = 1, - }, - - [SPECIES_QUADODO] = - { - .speciesName = _("Quadodo"), - .baseHP = 75, - .baseAttack = 125, - .baseDefense = 85, - .baseSpeed = 125, - .baseSpAttack = 65, - .baseSpDefense = 65, - .types = MON_TYPES(TYPE_NORMAL, TYPE_FLYING), - .catchRate = 45, - .expYield = 182, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = SHARP_BEAK, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_RUN_AWAY, ABILITY_EARLY_BIRD , ABILITY_EARLY_BIRD }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_DODRIO, - .categoryName = _("Quad bird"), - .height = 20, - .weight = 938, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 272, - .pokemonOffset = -2, - .trainerScale = 296, - .trainerOffset = 1, - }, - - [SPECIES_DODOZEN] = - { - .speciesName = _("Dodozen"), - .baseHP = 110, - .baseAttack = 145, - .baseDefense = 100, - .baseSpeed = 115, - .baseSpAttack = 80, - .baseSpDefense = 70, - .types = MON_TYPES(TYPE_DRAGON, TYPE_FLYING), - .catchRate = 45, - .expYield = 206, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = SHARP_BEAK, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_THICK_FAT, ABILITY_EARLY_BIRD , ABILITY_EARLY_BIRD }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_DODRIO, - .categoryName = _("Dino bird"), - .height = 25, - .weight = 1599, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 272, - .pokemonOffset = -2, - .trainerScale = 296, - .trainerOffset = 1, - }, - -#if P_FAMILY_SEEL - [SPECIES_SEEL] = - { - .speciesName = _("Seel"), - .baseHP = 65, - .baseAttack = 45, - .baseDefense = 55, - .baseSpeed = 45, - .baseSpAttack = 45, - .baseSpDefense = 70, - .types = MON_TYPES(TYPE_WATER), - .catchRate = 190, - .expYield = 100, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 1, - .itemCommon = ASPEAR_BERRY, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_THICK_FAT, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_WHITE, - .noFlip = =TRUE(), - .cryId = CRY_SEEL, - .categoryName = _("Sea lion"), - .height = 11, - .weight = 900, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 298, - .pokemonOffset = 8, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_DEWGONG] = - { - .speciesName = _("Dewgong"), - .baseHP = 90, - .baseAttack = 70, - .baseDefense = 80, - .baseSpeed = 70, - .baseSpAttack = 70, - .baseSpDefense = 95, - .types = MON_TYPES(TYPE_WATER, TYPE_ICE), - .catchRate = 75, - .expYield = 176, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 2, - .itemCommon = ASPEAR_BERRY, - .itemRare = NEVERMELT_ICE, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_THICK_FAT, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_WHITE, - .noFlip = =TRUE(), - .cryId = CRY_DEWGONG, - .categoryName = _("Sea lion"), - .height = 17, - .weight = 1200, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 288, - .pokemonOffset = 1, - .trainerScale = 306, - .trainerOffset = -1, - }, - - [SPECIES_PRECIPED] = - { - .speciesName = _("Preciped"), - .baseHP = 100, - .baseAttack = 75, - .baseDefense = 90, - .baseSpeed = 70, - .baseSpAttack = 80, - .baseSpDefense = 105, - .types = MON_TYPES(TYPE_WATER, TYPE_ICE), - .catchRate = 75, - .expYield = 192, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 2, - .itemCommon = ASPEAR_BERRY, - .itemRare = NEVERMELT_ICE, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_THICK_FAT, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_WHITE, - .noFlip = =TRUE(), - .cryId = CRY_DEWGONG, - .categoryName = _("Sea lion"), - .height = 19, - .weight = 1299, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 288, - .pokemonOffset = 1, - .trainerScale = 306, - .trainerOffset = -1, - }, - - [SPECIES_MANATII] = - { - .speciesName = _("Manatii"), - .baseHP = 115, - .baseAttack = 75, - .baseDefense = 105, - .baseSpeed = 75, - .baseSpAttack = 100, - .baseSpDefense = 125, - .types = MON_TYPES(TYPE_WATER, TYPE_ICE), - .catchRate = 75, - .expYield = 210, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 2, - .itemCommon = ASPEAR_BERRY, - .itemRare = NEVERMELT_ICE, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_THICK_FAT, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_WHITE, - .noFlip = =TRUE(), - .cryId = CRY_DEWGONG, - .categoryName = _("Aurora"), - .height = 22, - .weight = 1400, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 288, - .pokemonOffset = 1, - .trainerScale = 306, - .trainerOffset = -1, - }, - -#if P_FAMILY_GRIMER - [SPECIES_GRIMER] = - { - .speciesName = _("Grimer"), - .baseHP = 80, - .baseAttack = 40, - .baseDefense = 50, - .baseSpeed = 25, - .baseSpAttack = 80, - .baseSpDefense = 50, - .types = MON_TYPES(TYPE_POISON), - .catchRate = 190, - .expYield = 90, - .evYield_HP = 1, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_STENCH, ABILITY_STICKY_HOLD , ABILITY_STICKY_HOLD }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_GRIMER, - .categoryName = _("Sludge"), - .height = 9, - .weight = 300, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 258, - .pokemonOffset = 8, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_MUK] = - { - .speciesName = _("Muk"), - .baseHP = 105, - .baseAttack = 65, - .baseDefense = 75, - .baseSpeed = 50, - .baseSpAttack = 105, - .baseSpDefense = 100, - .types = MON_TYPES(TYPE_POISON), - .catchRate = 75, - .expYield = 157, - .evYield_HP = 1, - .evYield_Attack = 1, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_STENCH, ABILITY_STICKY_HOLD , ABILITY_STICKY_HOLD }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_MUK, - .categoryName = _("Sludge"), - .height = 12, - .weight = 300, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 288, - .pokemonOffset = 7, - .trainerScale = 288, - .trainerOffset = -1, - }, - - [SPECIES_GUNK] = - { - .speciesName = _("Gunk"), - .baseHP = 110, - .baseAttack = 70, - .baseDefense = 85, - .baseSpeed = 60, - .baseSpAttack = 115, - .baseSpDefense = 110, - .types = MON_TYPES(TYPE_POISON), - .catchRate = 75, - .expYield = 180, - .evYield_HP = 1, - .evYield_Attack = 1, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_STENCH, ABILITY_STICKY_HOLD , ABILITY_STICKY_HOLD }, - .bodyColor = BODY_COLOR_BLACK, - .noFlip = =TRUE(), - .cryId = CRY_MUK, - .categoryName = _("Sludge"), - .height = 15, - .weight = 699, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 288, - .pokemonOffset = 7, - .trainerScale = 288, - .trainerOffset = -1, - }, - - [SPECIES_SKUM] = - { - .speciesName = _("Skum"), - .baseHP = 125, - .baseAttack = 75, - .baseDefense = 105, - .baseSpeed = 75, - .baseSpAttack = 130, - .baseSpDefense = 120, - .types = MON_TYPES(TYPE_POISON, TYPE_DARK), - .catchRate = 75, - .expYield = 203, - .evYield_HP = 1, - .evYield_Attack = 1, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_STENCH, ABILITY_LIQUID_OOZE , ABILITY_LIQUID_OOZE }, - .bodyColor = BODY_COLOR_BLACK, - .noFlip = =TRUE(), - .cryId = CRY_MUK, - .categoryName = _("Waste"), - .height = 17, - .weight = 998, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 288, - .pokemonOffset = 7, - .trainerScale = 288, - .trainerOffset = -1, - }, - -#if P_FAMILY_SHELLDER - [SPECIES_SHELLDER] = - { - .speciesName = _("Shellder"), - .baseHP = 30, - .baseAttack = 65, - .baseDefense = 100, - .baseSpeed = 40, - .baseSpAttack = 45, - .baseSpDefense = 25, - .types = MON_TYPES(TYPE_WATER), - .catchRate = 190, - .expYield = 97, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 1, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = PEARL, - .itemRare = BIG_PEARL, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SHELL_ARMOR, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_SHELLDER, - .categoryName = _("Bivalve"), - .height = 3, - .weight = 40, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 643, - .pokemonOffset = 21, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_CLOYSTER] = - { - .speciesName = _("Cloyster"), - .baseHP = 50, - .baseAttack = 95, - .baseDefense = 180, - .baseSpeed = 70, - .baseSpAttack = 85, - .baseSpDefense = 45, - .types = MON_TYPES(TYPE_WATER, TYPE_ICE), - .catchRate = 60, - .expYield = 203, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 2, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = PEARL, - .itemRare = BIG_PEARL, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SHELL_ARMOR, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_CLOYSTER, - .categoryName = _("Bivalve"), - .height = 15, - .weight = 1325, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 264, - .pokemonOffset = 0, - .trainerScale = 288, - .trainerOffset = -1, - }, - - [SPECIES_AN'ENEMY] = - { - .speciesName = _("An'enemy"), - .baseHP = 60, - .baseAttack = 110, - .baseDefense = 190, - .baseSpeed = 75, - .baseSpAttack = 95, - .baseSpDefense = 55, - .types = MON_TYPES(TYPE_WATER, TYPE_ICE), - .catchRate = 60, - .expYield = 219, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 2, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = PEARL, - .itemRare = BIG_PEARL, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SHELL_ARMOR, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_CLOYSTER, - .categoryName = _("Glacier"), - .height = 17, - .weight = 1399, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 264, - .pokemonOffset = 0, - .trainerScale = 288, - .trainerOffset = -1, - }, - - [SPECIES_GLAISHELL] = - { - .speciesName = _("Glaishell"), - .baseHP = 65, - .baseAttack = 120, - .baseDefense = 200, - .baseSpeed = 75, - .baseSpAttack = 95, - .baseSpDefense = 70, - .types = MON_TYPES(TYPE_WATER, TYPE_ICE), - .catchRate = 60, - .expYield = 230, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 2, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = PEARL, - .itemRare = BIG_PEARL, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SNOW_WARNING, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_CLOYSTER, - .categoryName = _("Ice crown"), - .height = 19, - .weight = 1503, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 264, - .pokemonOffset = 0, - .trainerScale = 288, - .trainerOffset = -1, - }, - -#if P_FAMILY_GASTLY - [SPECIES_GASTLY] = - { - .speciesName = _("Gastly"), - .baseHP = 30, - .baseAttack = 35, - .baseDefense = 30, - .baseSpeed = 80, - .baseSpAttack = 100, - .baseSpDefense = 35, - .types = MON_TYPES(TYPE_GHOST, TYPE_POISON), - .catchRate = 190, - .expYield = 95, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 1, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_LEVITATE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_GASTLY, - .categoryName = _("Gas"), - .height = 13, - .weight = 1, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 0, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_HAUNTER] = - { - .speciesName = _("Haunter"), - .baseHP = 45, - .baseAttack = 50, - .baseDefense = 45, - .baseSpeed = 95, - .baseSpAttack = 115, - .baseSpDefense = 55, - .types = MON_TYPES(TYPE_GHOST, TYPE_POISON), - .catchRate = 90, - .expYield = 126, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = SPELL_TAG, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_LEVITATE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_HAUNTER, - .categoryName = _("Gas"), - .height = 16, - .weight = 1, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 269, - .pokemonOffset = 2, - .trainerScale = 308, - .trainerOffset = 1, - }, - - [SPECIES_GENGAR] = - { - .speciesName = _("Gengar"), - .baseHP = 60, - .baseAttack = 65, - .baseDefense = 60, - .baseSpeed = 110, - .baseSpAttack = 130, - .baseSpDefense = 75, - .types = MON_TYPES(TYPE_GHOST, TYPE_POISON), - .catchRate = 45, - .expYield = 190, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 3, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = SPELL_TAG, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_LEVITATE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_GENGAR, - .categoryName = _("Shadow"), - .height = 15, - .weight = 405, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 4, - .trainerScale = 317, - .trainerOffset = 1, - }, - - [SPECIES_GENGONE] = - { - .speciesName = _("Gengone"), - .baseHP = 70, - .baseAttack = 65, - .baseDefense = 60, - .baseSpeed = 120, - .baseSpAttack = 145, - .baseSpDefense = 90, - .types = MON_TYPES(TYPE_GHOST, TYPE_PSYCHIC), - .catchRate = 45, - .expYield = 209, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 3, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = SPELL_TAG, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_LEVITATE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_GRAY, - .noFlip = =TRUE(), - .cryId = CRY_GENGAR, - .categoryName = _("Spirit"), - .height = 13, - .weight = 310, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 4, - .trainerScale = 317, - .trainerOffset = 1, - }, - - [SPECIES_POLTERGAST] = - { - .speciesName = _("Poltergast"), - .baseHP = 80, - .baseAttack = 70, - .baseDefense = 65, - .baseSpeed = 120, - .baseSpAttack = 145, - .baseSpDefense = 100, - .types = MON_TYPES(TYPE_GHOST, TYPE_PSYCHIC), - .catchRate = 45, - .expYield = 220, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 3, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = SPELL_TAG, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_LEVITATE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLACK, - .noFlip = =TRUE(), - .cryId = CRY_GENGAR, - .categoryName = _("Darkness"), - .height = 16, - .weight = 424, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 4, - .trainerScale = 317, - .trainerOffset = 1, - }, - - [SPECIES_GRIMM] = - { - .speciesName = _("Grimm"), - .baseHP = 90, - .baseAttack = 75, - .baseDefense = 75, - .baseSpeed = 140, - .baseSpAttack = 180, - .baseSpDefense = 100, - .types = MON_TYPES(TYPE_GHOST, TYPE_PSYCHIC), - .catchRate = 45, - .expYield = 230, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 3, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = SPELL_TAG, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_BAD_DREAMS, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLACK, - .noFlip = =TRUE(), - .cryId = CRY_GENGAR, - .categoryName = _("Evil"), - .height = 20, - .weight = 499, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 4, - .trainerScale = 317, - .trainerOffset = 1, - }, - -#if P_FAMILY_ONIX - [SPECIES_ONIX] = - { - .speciesName = _("Onix"), - .baseHP = 35, - .baseAttack = 45, - .baseDefense = 120, - .baseSpeed = 70, - .baseSpAttack = 30, - .baseSpDefense = 45, - .types = MON_TYPES(TYPE_ROCK, TYPE_GROUND), - .catchRate = 45, - .expYield = 108, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 1, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = HARD_STONE, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_ROCK_HEAD, ABILITY_STURDY , ABILITY_STURDY }, - .bodyColor = BODY_COLOR_GRAY, - .noFlip = =TRUE(), - .cryId = CRY_ONIX, - .categoryName = _("Rock snake"), - .height = 88, - .weight = 2100, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 257, - .pokemonOffset = 0, - .trainerScale = 515, - .trainerOffset = 12, - }, - - [SPECIES_STEELIX] = - { - .speciesName = _("Steelix"), - .baseHP = 75, - .baseAttack = 85, - .baseDefense = 200, - .baseSpeed = 30, - .baseSpAttack = 55, - .baseSpDefense = 65, - .types = MON_TYPES(TYPE_STEEL, TYPE_GROUND), - .catchRate = 25, - .expYield = 196, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 2, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = METAL_COAT, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_ROCK_HEAD, ABILITY_STURDY , ABILITY_STURDY }, - .bodyColor = BODY_COLOR_GRAY, - .noFlip = =TRUE(), - .cryId = CRY_STEELIX, - .categoryName = _("Iron snake"), - .height = 92, - .weight = 4000, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 278, - .pokemonOffset = -1, - .trainerScale = 557, - .trainerOffset = 13, - }, - - [SPECIES_PLATNIX] = - { - .speciesName = _("Platnix"), - .baseHP = 80, - .baseAttack = 95, - .baseDefense = 225, - .baseSpeed = 30, - .baseSpAttack = 55, - .baseSpDefense = 75, - .types = MON_TYPES(TYPE_STEEL, TYPE_GROUND), - .catchRate = 25, - .expYield = 210, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 2, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = METAL_COAT, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_ROCK_HEAD, ABILITY_STURDY , ABILITY_STURDY }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_STEELIX, - .categoryName = _("Plat snake"), - .height = 94, - .weight = 4888, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 278, - .pokemonOffset = -1, - .trainerScale = 557, - .trainerOffset = 13, - }, - - [SPECIES_OBSIDIANIX] = - { - .speciesName = _("Obsidianix"), - .baseHP = 85, - .baseAttack = 100, - .baseDefense = 235, - .baseSpeed = 40, - .baseSpAttack = 65, - .baseSpDefense = 85, - .types = MON_TYPES(TYPE_STEEL, TYPE_GROUND), - .catchRate = 25, - .expYield = 219, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 2, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = METAL_COAT, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_ROCK_HEAD, ABILITY_STURDY , ABILITY_STURDY }, - .bodyColor = BODY_COLOR_BLACK, - .noFlip = =TRUE(), - .cryId = CRY_STEELIX, - .categoryName = _("Obsidian"), - .height = 95, - .weight = 5620, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 278, - .pokemonOffset = -1, - .trainerScale = 557, - .trainerOffset = 13, - }, - - [SPECIES_STALAGMIX] = - { - .speciesName = _("Stalagmix"), - .baseHP = 85, - .baseAttack = 105, - .baseDefense = 255, - .baseSpeed = 40, - .baseSpAttack = 65, - .baseSpDefense = 95, - .types = MON_TYPES(TYPE_STEEL, TYPE_GROUND), - .catchRate = 25, - .expYield = 229, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 2, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = METAL_COAT, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_ROCK_HEAD, ABILITY_STURDY , ABILITY_STURDY }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_STEELIX, - .categoryName = _("True metal"), - .height = 98, - .weight = 5942, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 278, - .pokemonOffset = -1, - .trainerScale = 557, - .trainerOffset = 13, - }, - -#if P_FAMILY_DROWZEE - [SPECIES_DROWZEE] = - { - .speciesName = _("Drowzee"), - .baseHP = 60, - .baseAttack = 48, - .baseDefense = 45, - .baseSpeed = 42, - .baseSpAttack = 43, - .baseSpDefense = 90, - .types = MON_TYPES(TYPE_PSYCHIC), - .catchRate = 190, - .expYield = 102, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 1, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INSOMNIA, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_YELLOW, - .noFlip = =TRUE(), - .cryId = CRY_DROWZEE, - .categoryName = _("Hypnosis"), - .height = 10, - .weight = 324, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 274, - .pokemonOffset = 7, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_HYPNO] = - { - .speciesName = _("Hypno"), - .baseHP = 85, - .baseAttack = 73, - .baseDefense = 70, - .baseSpeed = 67, - .baseSpAttack = 73, - .baseSpDefense = 115, - .types = MON_TYPES(TYPE_PSYCHIC), - .catchRate = 75, - .expYield = 165, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 2, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INSOMNIA, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_YELLOW, - .noFlip = =TRUE(), - .cryId = CRY_HYPNO, - .categoryName = _("Hypnosis"), - .height = 16, - .weight = 756, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 298, - .pokemonOffset = 3, - .trainerScale = 310, - .trainerOffset = 2, - }, - - [SPECIES_LULLOO] = - { - .speciesName = _("Lulloo"), - .baseHP = 90, - .baseAttack = 75, - .baseDefense = 75, - .baseSpeed = 70, - .baseSpAttack = 100, - .baseSpDefense = 130, - .types = MON_TYPES(TYPE_PSYCHIC), - .catchRate = 75, - .expYield = 188, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 2, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INSOMNIA, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_YELLOW, - .noFlip = =TRUE(), - .cryId = CRY_HYPNO, - .categoryName = _("Psi warrior"), - .height = 18, - .weight = 801, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 298, - .pokemonOffset = 3, - .trainerScale = 310, - .trainerOffset = 2, - }, - - [SPECIES_SOMNISOOTH] = - { - .speciesName = _("Somnisooth"), - .baseHP = 110, - .baseAttack = 80, - .baseDefense = 85, - .baseSpeed = 75, - .baseSpAttack = 115, - .baseSpDefense = 140, - .types = MON_TYPES(TYPE_PSYCHIC), - .catchRate = 75, - .expYield = 206, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 2, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INSOMNIA, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_YELLOW, - .noFlip = =TRUE(), - .cryId = CRY_HYPNO, - .categoryName = _("Ascended"), - .height = 22, - .weight = 875, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 298, - .pokemonOffset = 3, - .trainerScale = 310, - .trainerOffset = 2, - }, - -#if P_FAMILY_KRABBY - [SPECIES_KRABBY] = - { - .speciesName = _("Krabby"), - .baseHP = 30, - .baseAttack = 105, - .baseDefense = 90, - .baseSpeed = 50, - .baseSpAttack = 25, - .baseSpDefense = 25, - .types = MON_TYPES(TYPE_WATER), - .catchRate = 225, - .expYield = 115, - .evYield_HP = 0, - .evYield_Attack = 1, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_HYPER_CUTTER, ABILITY_SHELL_ARMOR , ABILITY_SHELL_ARMOR }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_KRABBY, - .categoryName = _("River crab"), - .height = 4, - .weight = 65, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 469, - .pokemonOffset = 18, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_KINGLER] = - { - .speciesName = _("Kingler"), - .baseHP = 55, - .baseAttack = 130, - .baseDefense = 115, - .baseSpeed = 75, - .baseSpAttack = 50, - .baseSpDefense = 50, - .types = MON_TYPES(TYPE_WATER), - .catchRate = 60, - .expYield = 206, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_HYPER_CUTTER, ABILITY_SHELL_ARMOR , ABILITY_SHELL_ARMOR }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_KINGLER, - .categoryName = _("Pincer"), - .height = 13, - .weight = 600, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 287, - .pokemonOffset = 3, - .trainerScale = 308, - .trainerOffset = 1, - }, - - [SPECIES_KRAKLAW] = - { - .speciesName = _("Kraklaw"), - .baseHP = 65, - .baseAttack = 140, - .baseDefense = 120, - .baseSpeed = 80, - .baseSpAttack = 70, - .baseSpDefense = 55, - .types = MON_TYPES(TYPE_WATER), - .catchRate = 60, - .expYield = 217, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_HYPER_CUTTER, ABILITY_SHELL_ARMOR , ABILITY_SHELL_ARMOR }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_KINGLER, - .categoryName = _("Rock crab"), - .height = 15, - .weight = 980, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 287, - .pokemonOffset = 3, - .trainerScale = 308, - .trainerOffset = 1, - }, - - [SPECIES_TEKLAWNO] = - { - .speciesName = _("Teklawno"), - .baseHP = 80, - .baseAttack = 140, - .baseDefense = 120, - .baseSpeed = 80, - .baseSpAttack = 135, - .baseSpDefense = 75, - .types = MON_TYPES(TYPE_WATER, TYPE_FIRE), - .catchRate = 60, - .expYield = 230, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_HYPER_CUTTER, ABILITY_SHELL_ARMOR , ABILITY_SHELL_ARMOR }, - .bodyColor = BODY_COLOR_GRAY, - .noFlip = =TRUE(), - .cryId = CRY_KINGLER, - .categoryName = _("Thermal"), - .height = 18, - .weight = 1239, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 287, - .pokemonOffset = 3, - .trainerScale = 308, - .trainerOffset = 1, - }, - -#if P_FAMILY_VOLTORB - [SPECIES_VOLTORB] = - { - .speciesName = _("Voltorb"), - .baseHP = 40, - .baseAttack = 30, - .baseDefense = 50, - .baseSpeed = 100, - .baseSpAttack = 55, - .baseSpDefense = 55, - .types = MON_TYPES(TYPE_ELECTRIC), - .catchRate = 190, - .expYield = 103, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 1, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SOUNDPROOF, ABILITY_STATIC , ABILITY_STATIC }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_VOLTORB, - .categoryName = _("Ball"), - .height = 5, - .weight = 104, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 364, - .pokemonOffset = -8, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_ELECTRODE] = - { - .speciesName = _("Electrode"), - .baseHP = 60, - .baseAttack = 50, - .baseDefense = 70, - .baseSpeed = 140, - .baseSpAttack = 80, - .baseSpDefense = 80, - .types = MON_TYPES(TYPE_ELECTRIC), - .catchRate = 60, - .expYield = 150, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SOUNDPROOF, ABILITY_STATIC , ABILITY_STATIC }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_ELECTRODE, - .categoryName = _("Ball"), - .height = 12, - .weight = 666, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 0, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_ELECTRODES] = - { - .speciesName = _("Electrodes"), - .baseHP = 75, - .baseAttack = 50, - .baseDefense = 75, - .baseSpeed = 155, - .baseSpAttack = 90, - .baseSpDefense = 90, - .types = MON_TYPES(TYPE_ELECTRIC), - .catchRate = 60, - .expYield = 177, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SOUNDPROOF, ABILITY_STATIC , ABILITY_STATIC }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_ELECTRODE, - .categoryName = _("Great ball"), - .height = 14, - .weight = 790, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 0, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_ELECTRODEX] = - { - .speciesName = _("Electrodex"), - .baseHP = 80, - .baseAttack = 55, - .baseDefense = 75, - .baseSpeed = 165, - .baseSpAttack = 100, - .baseSpDefense = 105, - .types = MON_TYPES(TYPE_ELECTRIC), - .catchRate = 60, - .expYield = 199, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SOUNDPROOF, ABILITY_STATIC , ABILITY_STATIC }, - .bodyColor = BODY_COLOR_BLACK, - .noFlip = =TRUE(), - .cryId = CRY_ELECTRODE, - .categoryName = _("Ultra ball"), - .height = 15, - .weight = 823, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 0, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_ELECTRODEM] = - { - .speciesName = _("Electrodem"), - .baseHP = 90, - .baseAttack = 55, - .baseDefense = 80, - .baseSpeed = 200, - .baseSpAttack = 115, - .baseSpDefense = 105, - .types = MON_TYPES(TYPE_ELECTRIC, TYPE_PSYCHIC), - .catchRate = 60, - .expYield = 211, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SOUNDPROOF, ABILITY_STATIC , ABILITY_STATIC }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_ELECTRODE, - .categoryName = _("Master ball"), - .height = 16, - .weight = 1005, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 0, - .trainerScale = 256, - .trainerOffset = -2, - }, - -#if P_FAMILY_EXEGGCUTE - [SPECIES_EXEGGCUTE] = - { - .speciesName = _("Exeggcute"), - .baseHP = 60, - .baseAttack = 40, - .baseDefense = 80, - .baseSpeed = 40, - .baseSpAttack = 60, - .baseSpDefense = 45, - .types = MON_TYPES(TYPE_GRASS, TYPE_PSYCHIC), - .catchRate = 90, - .expYield = 98, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 1, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_CHLOROPHYLL, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PINK, - .noFlip = =TRUE(), - .cryId = CRY_EXEGGCUTE, - .categoryName = _("Egg"), - .height = 4, - .weight = 25, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 495, - .pokemonOffset = -4, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_EXEGGUTOR] = - { - .speciesName = _("Exeggutor"), - .baseHP = 95, - .baseAttack = 95, - .baseDefense = 85, - .baseSpeed = 55, - .baseSpAttack = 125, - .baseSpDefense = 65, - .types = MON_TYPES(TYPE_GRASS, TYPE_PSYCHIC), - .catchRate = 45, - .expYield = 212, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_CHLOROPHYLL, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_YELLOW, - .noFlip = =TRUE(), - .cryId = CRY_EXEGGUTOR, - .categoryName = _("Coconut"), - .height = 20, - .weight = 1200, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 283, - .pokemonOffset = 0, - .trainerScale = 376, - .trainerOffset = 7, - }, - - [SPECIES_EXEGGITY] = - { - .speciesName = _("Exeggity"), - .baseHP = 100, - .baseAttack = 95, - .baseDefense = 90, - .baseSpeed = 55, - .baseSpAttack = 125, - .baseSpDefense = 90, - .types = MON_TYPES(TYPE_GRASS, TYPE_PSYCHIC), - .catchRate = 45, - .expYield = 225, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_CHLOROPHYLL, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_EXEGGUTOR, - .categoryName = _("Coconut"), - .height = 26, - .weight = 1704, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 283, - .pokemonOffset = 0, - .trainerScale = 376, - .trainerOffset = 7, - }, - - [SPECIES_EXEGGTRIC] = - { - .speciesName = _("Exeggtric"), - .baseHP = 110, - .baseAttack = 95, - .baseDefense = 95, - .baseSpeed = 60, - .baseSpAttack = 130, - .baseSpDefense = 130, - .types = MON_TYPES(TYPE_GRASS, TYPE_PSYCHIC), - .catchRate = 45, - .expYield = 235, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_CHLOROPHYLL, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_EXEGGUTOR, - .categoryName = _("Snag tree"), - .height = 30, - .weight = 2873, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 283, - .pokemonOffset = 0, - .trainerScale = 376, - .trainerOffset = 7, - }, - -#if P_FAMILY_CUBONE - [SPECIES_CUBONE] = - { - .speciesName = _("Cubone"), - .baseHP = 50, - .baseAttack = 50, - .baseDefense = 95, - .baseSpeed = 35, - .baseSpAttack = 40, - .baseSpDefense = 50, - .types = MON_TYPES(TYPE_GROUND), - .catchRate = 190, - .expYield = 87, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 1, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = THICK_CLUB, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_ROCK_HEAD, ABILITY_LIGHTNINGROD , ABILITY_LIGHTNINGROD }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_CUBONE, - .categoryName = _("Lonely"), - .height = 4, - .weight = 65, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 545, - .pokemonOffset = 19, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_MAROWAK] = - { - .speciesName = _("Marowak"), - .baseHP = 60, - .baseAttack = 80, - .baseDefense = 110, - .baseSpeed = 45, - .baseSpAttack = 50, - .baseSpDefense = 80, - .types = MON_TYPES(TYPE_GROUND), - .catchRate = 75, - .expYield = 124, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 2, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = THICK_CLUB, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_ROCK_HEAD, ABILITY_LIGHTNINGROD , ABILITY_LIGHTNINGROD }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_MAROWAK, - .categoryName = _("Bone keeper"), - .height = 10, - .weight = 450, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 293, - .pokemonOffset = 12, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_OSSELOBBER] = - { - .speciesName = _("Osselobber"), - .baseHP = 80, - .baseAttack = 100, - .baseDefense = 110, - .baseSpeed = 50, - .baseSpAttack = 55, - .baseSpDefense = 85, - .types = MON_TYPES(TYPE_GROUND), - .catchRate = 75, - .expYield = 160, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 2, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = THICK_CLUB, - .genderRatio = PERCENT_FEMALE(25), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_ROCK_HEAD, ABILITY_LIGHTNINGROD , ABILITY_LIGHTNINGROD }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_MAROWAK, - .categoryName = _("Bone guard"), - .height = 15, - .weight = 798, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 293, - .pokemonOffset = 12, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_WRAIWRATH] = - { - .speciesName = _("Wraiwrath"), - .baseHP = 75, - .baseAttack = 125, - .baseDefense = 100, - .baseSpeed = 65, - .baseSpAttack = 90, - .baseSpDefense = 125, - .types = MON_TYPES(TYPE_GROUND, TYPE_GHOST), - .catchRate = 75, - .expYield = 199, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 2, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = THICK_CLUB, - .genderRatio = PERCENT_FEMALE(75), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_CURSED_BODY, ABILITY_LIGHTNINGROD , ABILITY_LIGHTNINGROD }, - .bodyColor = BODY_COLOR_GRAY, - .noFlip = =TRUE(), - .cryId = CRY_MAROWAK, - .categoryName = _("Channeler"), - .height = 11, - .weight = 675, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 293, - .pokemonOffset = 12, - .trainerScale = 256, - .trainerOffset = -2, - }, - -#if P_FAMILY_HITMONLEE - [SPECIES_HITMONLEE] = - { - .speciesName = _("Hitmonlee"), - .baseHP = 50, - .baseAttack = 105, - .baseDefense = 53, - .baseSpeed = 87, - .baseSpAttack = 35, - .baseSpDefense = 100, - .types = MON_TYPES(TYPE_FIGHTING), - .catchRate = 45, - .expYield = 139, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_MALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_LIMBER, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_HITMONLEE, - .categoryName = _("Kicking"), - .height = 15, - .weight = 498, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 0, - .trainerScale = 273, - .trainerOffset = -2, - }, - - [SPECIES_CLEEVOYANT] = - { - .speciesName = _("Cleevoyant"), - .baseHP = 60, - .baseAttack = 110, - .baseDefense = 60, - .baseSpeed = 90, - .baseSpAttack = 110, - .baseSpDefense = 100, - .types = MON_TYPES(TYPE_FIGHTING, TYPE_PSYCHIC), - .catchRate = 45, - .expYield = 170, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_MALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_OWN_TEMPO, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_HITMONLEE, - .categoryName = _("Psi fighter"), - .height = 16, - .weight = 300, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 0, - .trainerScale = 273, - .trainerOffset = -2, - }, - - [SPECIES_SPIRITULEE] = - { - .speciesName = _("Spiritulee"), - .baseHP = 90, - .baseAttack = 135, - .baseDefense = 60, - .baseSpeed = 100, - .baseSpAttack = 135, - .baseSpDefense = 110, - .types = MON_TYPES(TYPE_FIGHTING, TYPE_PSYCHIC), - .catchRate = 45, - .expYield = 200, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_MALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_MOXIE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_HITMONLEE, - .categoryName = _("Stand user"), - .height = 17, - .weight = 310, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 0, - .trainerScale = 273, - .trainerOffset = -2, - }, - -#if P_FAMILY_HITMONCHAN - [SPECIES_HITMONCHAN] = - { - .speciesName = _("Hitmonchan"), - .baseHP = 50, - .baseAttack = 100, - .baseDefense = 74, - .baseSpeed = 66, - .baseSpAttack = 35, - .baseSpDefense = 105, - .types = MON_TYPES(TYPE_FIGHTING), - .catchRate = 45, - .expYield = 140, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 2, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_MALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_KEEN_EYE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_HITMONCHAN, - .categoryName = _("Punching"), - .height = 14, - .weight = 502, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 1, - .trainerScale = 264, - .trainerOffset = -2, - }, - - [SPECIES_ENCHANCED] = - { - .speciesName = _("Enchanced"), - .baseHP = 65, - .baseAttack = 115, - .baseDefense = 84, - .baseSpeed = 78, - .baseSpAttack = 60, - .baseSpDefense = 128, - .types = MON_TYPES(TYPE_FIGHTING, TYPE_GHOST), - .catchRate = 45, - .expYield = 172, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 2, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_MALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_IRON_FIST, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_GRAY, - .noFlip = =TRUE(), - .cryId = CRY_HITMONCHAN, - .categoryName = _("Spectral"), - .height = 15, - .weight = 400, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 1, - .trainerScale = 264, - .trainerOffset = -2, - }, - - [SPECIES_RADIACHAN] = - { - .speciesName = _("Radiachan"), - .baseHP = 101, - .baseAttack = 125, - .baseDefense = 94, - .baseSpeed = 85, - .baseSpAttack = 85, - .baseSpDefense = 140, - .types = MON_TYPES(TYPE_FIGHTING, TYPE_GHOST), - .catchRate = 45, - .expYield = 205, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 2, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_MALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_MAGIC_BOUNCE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_GRAY, - .noFlip = =TRUE(), - .cryId = CRY_HITMONCHAN, - .categoryName = _("Astral"), - .height = 14, - .weight = 410, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 1, - .trainerScale = 264, - .trainerOffset = -2, - }, - -#if P_FAMILY_LICKITUNG - [SPECIES_LICKITUNG] = - { - .speciesName = _("Lickitung"), - .baseHP = 90, - .baseAttack = 55, - .baseDefense = 75, - .baseSpeed = 30, - .baseSpAttack = 60, - .baseSpDefense = 75, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 45, - .expYield = 127, - .evYield_HP = 2, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_OWN_TEMPO, ABILITY_OBLIVIOUS , ABILITY_OBLIVIOUS }, - .bodyColor = BODY_COLOR_PINK, - .noFlip = =TRUE(), - .cryId = CRY_LICKITUNG, - .categoryName = _("Licking"), - .height = 12, - .weight = 655, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 272, - .pokemonOffset = 3, - .trainerScale = 272, - .trainerOffset = -3, - }, - - [SPECIES_LICKILICKY] = - { - .speciesName = _("Lickilicky"), - .baseHP = 110, - .baseAttack = 85, - .baseDefense = 95, - .baseSpeed = 50, - .baseSpAttack = 80, - .baseSpDefense = 95, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 45, - .expYield = 160, - .evYield_HP = 2, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_OWN_TEMPO, ABILITY_OBLIVIOUS , ABILITY_OBLIVIOUS }, - .bodyColor = BODY_COLOR_PINK, - .noFlip = =TRUE(), - .cryId = CRY_LICKILICKY, - .categoryName = _("Licking"), - .height = 17, - .weight = 1400, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 272, - .pokemonOffset = 3, - .trainerScale = 272, - .trainerOffset = -3, - }, - - [SPECIES_LICKILOLLY] = - { - .speciesName = _("Lickilolly"), - .baseHP = 115, - .baseAttack = 90, - .baseDefense = 120, - .baseSpeed = 55, - .baseSpAttack = 95, - .baseSpDefense = 100, - .types = MON_TYPES(TYPE_NORMAL, TYPE_ICE), - .catchRate = 45, - .expYield = 198, - .evYield_HP = 2, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SNOW_WARNING, ABILITY_OBLIVIOUS , ABILITY_OBLIVIOUS }, - .bodyColor = BODY_COLOR_PINK, - .noFlip = =TRUE(), - .cryId = CRY_LICKILICKY, - .categoryName = _("Vanilla"), - .height = 18, - .weight = 1499, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 272, - .pokemonOffset = 3, - .trainerScale = 272, - .trainerOffset = -3, - }, - - [SPECIES_LICKILATO] = - { - .speciesName = _("Lickilato"), - .baseHP = 135, - .baseAttack = 100, - .baseDefense = 145, - .baseSpeed = 50, - .baseSpAttack = 110, - .baseSpDefense = 105, - .types = MON_TYPES(TYPE_NORMAL, TYPE_ICE), - .catchRate = 45, - .expYield = 212, - .evYield_HP = 2, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SNOW_WARNING, ABILITY_OBLIVIOUS , ABILITY_OBLIVIOUS }, - .bodyColor = BODY_COLOR_PINK, - .noFlip = =TRUE(), - .cryId = CRY_LICKILICKY, - .categoryName = _("Gelato"), - .height = 20, - .weight = 1610, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 272, - .pokemonOffset = 3, - .trainerScale = 272, - .trainerOffset = -3, - }, - -#if P_FAMILY_KOFFING - [SPECIES_KOFFING] = - { - .speciesName = _("Koffing"), - .baseHP = 40, - .baseAttack = 65, - .baseDefense = 95, - .baseSpeed = 35, - .baseSpAttack = 60, - .baseSpDefense = 45, - .types = MON_TYPES(TYPE_POISON), - .catchRate = 190, - .expYield = 114, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 1, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_LEVITATE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_KOFFING, - .categoryName = _("Poison gas"), - .height = 6, - .weight = 10, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 369, - .pokemonOffset = -1, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_WEEZING] = - { - .speciesName = _("Weezing"), - .baseHP = 65, - .baseAttack = 90, - .baseDefense = 120, - .baseSpeed = 60, - .baseSpAttack = 85, - .baseSpDefense = 70, - .types = MON_TYPES(TYPE_POISON), - .catchRate = 60, - .expYield = 173, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 2, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_LEVITATE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_WEEZING, - .categoryName = _("Poison gas"), - .height = 12, - .weight = 95, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 321, - .pokemonOffset = -1, - .trainerScale = 276, - .trainerOffset = -1, - }, - - [SPECIES_HEEVING] = - { - .speciesName = _("Heeving"), - .baseHP = 90, - .baseAttack = 130, - .baseDefense = 130, - .baseSpeed = 65, - .baseSpAttack = 90, - .baseSpDefense = 90, - .types = MON_TYPES(TYPE_POISON), - .catchRate = 60, - .expYield = 199, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 2, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_LEVITATE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_WEEZING, - .categoryName = _("Poison gas"), - .height = 15, - .weight = 101, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 321, - .pokemonOffset = -1, - .trainerScale = 276, - .trainerOffset = -1, - }, - - [SPECIES_CHOHKING] = - { - .speciesName = _("Chohking"), - .baseHP = 130, - .baseAttack = 255, - .baseDefense = 80, - .baseSpeed = 65, - .baseSpAttack = 90, - .baseSpDefense = 80, - .types = MON_TYPES(TYPE_POISON), - .catchRate = 60, - .expYield = 213, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 2, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_LEVITATE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_WEEZING, - .categoryName = _("Biohazard"), - .height = 17, - .weight = 120, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 321, - .pokemonOffset = -1, - .trainerScale = 276, - .trainerOffset = -1, - }, - -#if P_FAMILY_RHYHORN - [SPECIES_RHYHORN] = - { - .speciesName = _("Rhyhorn"), - .baseHP = 70, - .baseAttack = 75, - .baseDefense = 85, - .baseSpeed = 25, - .baseSpAttack = 30, - .baseSpDefense = 30, - .types = MON_TYPES(TYPE_GROUND, TYPE_ROCK), - .catchRate = 120, - .expYield = 135, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 1, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_LIGHTNINGROD, ABILITY_ROCK_HEAD , ABILITY_ROCK_HEAD }, - .bodyColor = BODY_COLOR_GRAY, - .noFlip = =TRUE(), - .cryId = CRY_RHYHORN, - .categoryName = _("Spikes"), - .height = 10, - .weight = 1150, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 291, - .pokemonOffset = 7, - .trainerScale = 276, - .trainerOffset = -2, - }, - - [SPECIES_RHYDON] = - { - .speciesName = _("Rhydon"), - .baseHP = 95, - .baseAttack = 120, - .baseDefense = 100, - .baseSpeed = 40, - .baseSpAttack = 45, - .baseSpDefense = 45, - .types = MON_TYPES(TYPE_GROUND, TYPE_ROCK), - .catchRate = 60, - .expYield = 204, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_LIGHTNINGROD, ABILITY_ROCK_HEAD , ABILITY_ROCK_HEAD }, - .bodyColor = BODY_COLOR_GRAY, - .noFlip = =TRUE(), - .cryId = CRY_RHYDON, - .categoryName = _("Drill"), - .height = 19, - .weight = 1200, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 272, - .pokemonOffset = -1, - .trainerScale = 344, - .trainerOffset = 3, - }, - - [SPECIES_RHYPERIOR] = - { - .speciesName = _("Rhyperior"), - .baseHP = 115, - .baseAttack = 140, - .baseDefense = 130, - .baseSpeed = 40, - .baseSpAttack = 55, - .baseSpDefense = 55, - .types = MON_TYPES(TYPE_GROUND, TYPE_ROCK), - .catchRate = 60, - .expYield = 215, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_LIGHTNINGROD, ABILITY_ROCK_HEAD , ABILITY_ROCK_HEAD }, - .bodyColor = BODY_COLOR_GRAY, - .noFlip = =TRUE(), - .cryId = CRY_RHYPERIOR, - .categoryName = _("Drill"), - .height = 24, - .weight = 2828, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 272, - .pokemonOffset = -1, - .trainerScale = 344, - .trainerOffset = 3, - }, - - [SPECIES_RHYMARKABL] = - { - .speciesName = _("Rhymarkabl"), - .baseHP = 120, - .baseAttack = 160, - .baseDefense = 145, - .baseSpeed = 40, - .baseSpAttack = 60, - .baseSpDefense = 60, - .types = MON_TYPES(TYPE_GROUND, TYPE_ROCK), - .catchRate = 60, - .expYield = 225, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_LIGHTNINGROD, ABILITY_ROCK_HEAD , ABILITY_ROCK_HEAD }, - .bodyColor = BODY_COLOR_GRAY, - .noFlip = =TRUE(), - .cryId = CRY_RHYPERIOR, - .categoryName = _("Overkill"), - .height = 29, - .weight = 3551, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 272, - .pokemonOffset = -1, - .trainerScale = 344, - .trainerOffset = 3, - }, - - [SPECIES_RHYLIC] = - { - .speciesName = _("Rhylic"), - .baseHP = 60, - .baseAttack = 60, - .baseDefense = 225, - .baseSpeed = 5, - .baseSpAttack = 60, - .baseSpDefense = 225, - .types = MON_TYPES(TYPE_GROUND, TYPE_GHOST), - .catchRate = 60, - .expYield = 240, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_CURSED_BODY, ABILITY_SHADOW_TAG , ABILITY_SHADOW_TAG }, - .bodyColor = BODY_COLOR_GRAY, - .noFlip = =TRUE(), - .cryId = CRY_RHYPERIOR, - .categoryName = _("Relic"), - .height = 20, - .weight = 1493, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 272, - .pokemonOffset = -1, - .trainerScale = 344, - .trainerOffset = 3, - }, - - [SPECIES_RHYBORN] = - { - .speciesName = _("Rhyborn"), - .baseHP = 125, - .baseAttack = 175, - .baseDefense = 150, - .baseSpeed = 50, - .baseSpAttack = 60, - .baseSpDefense = 85, - .types = MON_TYPES(TYPE_GROUND, TYPE_STEEL), - .catchRate = 60, - .expYield = 255, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_LIGHTNINGROD, ABILITY_ROCK_HEAD , ABILITY_ROCK_HEAD }, - .bodyColor = BODY_COLOR_GRAY, - .noFlip = =TRUE(), - .cryId = CRY_RHYPERIOR, - .categoryName = _("Reborn"), - .height = 38, - .weight = 4991, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 272, - .pokemonOffset = -1, - .trainerScale = 344, - .trainerOffset = 3, - }, - -#if P_FAMILY_CHANSEY - [SPECIES_CHANSEY] = - { - .speciesName = _("Chansey"), - .baseHP = 185, - .baseAttack = 5, - .baseDefense = 5, - .baseSpeed = 50, - .baseSpAttack = 35, - .baseSpDefense = 105, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 30, - .expYield = 255, - .evYield_HP = 2, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = LUCKY_EGG, - .genderRatio = MON_FEMALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_NATURAL_CURE, ABILITY_SERENE_GRACE , ABILITY_SERENE_GRACE }, - .bodyColor = BODY_COLOR_PINK, - .noFlip = =TRUE(), - .cryId = CRY_CHANSEY, - .categoryName = _("Egg"), - .height = 11, - .weight = 346, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 257, - .pokemonOffset = 6, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_BLISSEY] = - { - .speciesName = _("Blissey"), - .baseHP = 255, - .baseAttack = 10, - .baseDefense = 10, - .baseSpeed = 55, - .baseSpAttack = 75, - .baseSpDefense = 135, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 30, - .expYield = 255, - .evYield_HP = 2, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = LUCKY_EGG, - .genderRatio = MON_FEMALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_NATURAL_CURE, ABILITY_SERENE_GRACE , ABILITY_SERENE_GRACE }, - .bodyColor = BODY_COLOR_PINK, - .noFlip = =TRUE(), - .cryId = CRY_BLISSEY, - .categoryName = _("Happiness"), - .height = 15, - .weight = 468, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 3, - .trainerScale = 310, - .trainerOffset = 3, - }, - - [SPECIES_GOGETTEY] = - { - .speciesName = _("Gogettey"), - .baseHP = 255, - .baseAttack = 10, - .baseDefense = 15, - .baseSpeed = 65, - .baseSpAttack = 85, - .baseSpDefense = 145, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 30, - .expYield = 255, - .evYield_HP = 2, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = LUCKY_EGG, - .genderRatio = MON_FEMALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_NATURAL_CURE, ABILITY_SERENE_GRACE , ABILITY_SERENE_GRACE }, - .bodyColor = BODY_COLOR_PINK, - .noFlip = =TRUE(), - .cryId = CRY_BLISSEY, - .categoryName = _("Motivated"), - .height = 16, - .weight = 999, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 3, - .trainerScale = 310, - .trainerOffset = 3, - }, - - [SPECIES_LUKKEY] = - { - .speciesName = _("Lukkey"), - .baseHP = 255, - .baseAttack = 5, - .baseDefense = 35, - .baseSpeed = 70, - .baseSpAttack = 85, - .baseSpDefense = 150, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 30, - .expYield = 255, - .evYield_HP = 2, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = LUCKY_EGG, - .genderRatio = MON_FEMALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_NATURAL_CURE, ABILITY_SERENE_GRACE , ABILITY_SERENE_GRACE }, - .bodyColor = BODY_COLOR_PINK, - .noFlip = =TRUE(), - .cryId = CRY_BLISSEY, - .categoryName = _("Content"), - .height = 18, - .weight = 603, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 3, - .trainerScale = 310, - .trainerOffset = 3, - }, - - [SPECIES_FORTUNITEY] = - { - .speciesName = _("Fortunitey"), - .baseHP = 185, - .baseAttack = 75, - .baseDefense = 45, - .baseSpeed = 80, - .baseSpAttack = 125, - .baseSpDefense = 160, - .types = MON_TYPES(TYPE_NORMAL, TYPE_DRAGON), - .catchRate = 30, - .expYield = 255, - .evYield_HP = 2, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = LUCKY_EGG, - .genderRatio = MON_FEMALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_NATURAL_CURE, ABILITY_SERENE_GRACE , ABILITY_SERENE_GRACE }, - .bodyColor = BODY_COLOR_PINK, - .noFlip = =TRUE(), - .cryId = CRY_BLISSEY, - .categoryName = _("Fortunate"), - .height = 20, - .weight = 1104, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 3, - .trainerScale = 310, - .trainerOffset = 3, - }, - -#if P_FAMILY_TANGELA - [SPECIES_TANGELA] = - { - .speciesName = _("Tangela"), - .baseHP = 65, - .baseAttack = 55, - .baseDefense = 85, - .baseSpeed = 60, - .baseSpAttack = 50, - .baseSpDefense = 40, - .types = MON_TYPES(TYPE_GRASS), - .catchRate = 45, - .expYield = 166, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 1, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_CHLOROPHYLL, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_TANGELA, - .categoryName = _("Vine"), - .height = 10, - .weight = 350, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 320, - .pokemonOffset = 9, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_TANGROWTH] = - { - .speciesName = _("Tangrowth"), - .baseHP = 100, - .baseAttack = 100, - .baseDefense = 125, - .baseSpeed = 50, - .baseSpAttack = 110, - .baseSpDefense = 40, - .types = MON_TYPES(TYPE_GRASS), - .catchRate = 45, - .expYield = 185, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 1, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_CHLOROPHYLL, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_TANGROWTH, - .categoryName = _("Vine"), - .height = 20, - .weight = 1286, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 320, - .pokemonOffset = 9, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_TANGATHER] = - { - .speciesName = _("Tangather"), - .baseHP = 115, - .baseAttack = 110, - .baseDefense = 130, - .baseSpeed = 55, - .baseSpAttack = 110, - .baseSpDefense = 55, - .types = MON_TYPES(TYPE_GRASS), - .catchRate = 45, - .expYield = 210, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 1, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_CHLOROPHYLL, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_TANGROWTH, - .categoryName = _("Vine coil"), - .height = 20, - .weight = 1300, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 320, - .pokemonOffset = 9, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_TANGOLIATH] = - { - .speciesName = _("Tangoliath"), - .baseHP = 120, - .baseAttack = 120, - .baseDefense = 140, - .baseSpeed = 65, - .baseSpAttack = 115, - .baseSpDefense = 55, - .types = MON_TYPES(TYPE_GRASS, TYPE_FIGHTING), - .catchRate = 45, - .expYield = 220, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 1, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_IRON_FIST, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_TANGROWTH, - .categoryName = _("Vine coil"), - .height = 21, - .weight = 1350, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 320, - .pokemonOffset = 9, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_TANGRAPPLE] = - { - .speciesName = _("Tangrapple"), - .baseHP = 130, - .baseAttack = 130, - .baseDefense = 125, - .baseSpeed = 80, - .baseSpAttack = 125, - .baseSpDefense = 60, - .types = MON_TYPES(TYPE_GRASS, TYPE_FIGHTING), - .catchRate = 45, - .expYield = 230, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 1, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_IRON_FIST, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_TANGROWTH, - .categoryName = _("Iron vine"), - .height = 23, - .weight = 1499, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 320, - .pokemonOffset = 9, - .trainerScale = 256, - .trainerOffset = -2, - }, - -#if P_FAMILY_KANGAKID - [SPECIES_KANGAKID] = - { - .speciesName = _("Kangakid"), - .baseHP = 60, - .baseAttack = 45, - .baseDefense = 40, - .baseSpeed = 45, - .baseSpAttack = 20, - .baseSpDefense = 40, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 45, - .expYield = 55, - .evYield_HP = 2, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_FEMALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_RUN_AWAY, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PINK, - .noFlip = =TRUE(), - .cryId = CRY_KANGASKHAN, - .categoryName = _("Child"), - .height = 10, - .weight = 120, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 257, - .pokemonOffset = -3, - .trainerScale = 349, - .trainerOffset = 5, - }, - - [SPECIES_KANGASKHAN] = - { - .speciesName = _("Kangaskhan"), - .baseHP = 105, - .baseAttack = 95, - .baseDefense = 80, - .baseSpeed = 90, - .baseSpAttack = 40, - .baseSpDefense = 80, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 45, - .expYield = 160, - .evYield_HP = 2, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_FEMALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_EARLY_BIRD, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_KANGASKHAN, - .categoryName = _("Parent"), - .height = 22, - .weight = 800, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 257, - .pokemonOffset = -3, - .trainerScale = 349, - .trainerOffset = 5, - }, - - [SPECIES_KANGALLOUS] = - { - .speciesName = _("Kangallous"), - .baseHP = 110, - .baseAttack = 108, - .baseDefense = 100, - .baseSpeed = 90, - .baseSpAttack = 45, - .baseSpDefense = 90, - .types = MON_TYPES(TYPE_NORMAL, TYPE_FIGHTING), - .catchRate = 45, - .expYield = 192, - .evYield_HP = 2, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_MALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INTIMIDATE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_KANGASKHAN, - .categoryName = _("Betrayer"), - .height = 23, - .weight = 1003, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 257, - .pokemonOffset = -3, - .trainerScale = 349, - .trainerOffset = 5, - }, - - [SPECIES_KANGARUTAL] = - { - .speciesName = _("Kangarutal"), - .baseHP = 115, - .baseAttack = 155, - .baseDefense = 125, - .baseSpeed = 90, - .baseSpAttack = 60, - .baseSpDefense = 100, - .types = MON_TYPES(TYPE_DARK, TYPE_FIGHTING), - .catchRate = 45, - .expYield = 215, - .evYield_HP = 2, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_MALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INTIMIDATE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_GRAY, - .noFlip = =TRUE(), - .cryId = CRY_KANGASKHAN, - .categoryName = _("Barbarian"), - .height = 25, - .weight = 1591, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 257, - .pokemonOffset = -3, - .trainerScale = 349, - .trainerOffset = 5, - }, - -#if P_FAMILY_HORSEA - [SPECIES_HORSEA] = - { - .speciesName = _("Horsea"), - .baseHP = 30, - .baseAttack = 40, - .baseDefense = 70, - .baseSpeed = 60, - .baseSpAttack = 70, - .baseSpDefense = 25, - .types = MON_TYPES(TYPE_WATER), - .catchRate = 225, - .expYield = 83, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 1, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SWIFT_SWIM, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_HORSEA, - .categoryName = _("Dragon"), - .height = 4, - .weight = 80, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 399, - .pokemonOffset = -1, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_SEADRA] = - { - .speciesName = _("Seadra"), - .baseHP = 55, - .baseAttack = 65, - .baseDefense = 95, - .baseSpeed = 85, - .baseSpAttack = 95, - .baseSpDefense = 45, - .types = MON_TYPES(TYPE_WATER), - .catchRate = 75, - .expYield = 155, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 1, - .evYield_Speed = 0, - .evYield_SpAttack = 1, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_POISON_POINT, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_SEADRA, - .categoryName = _("Dragon"), - .height = 12, - .weight = 250, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 296, - .pokemonOffset = 3, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_KINGDRA] = - { - .speciesName = _("Kingdra"), - .baseHP = 75, - .baseAttack = 95, - .baseDefense = 95, - .baseSpeed = 85, - .baseSpAttack = 95, - .baseSpDefense = 95, - .types = MON_TYPES(TYPE_WATER, TYPE_DRAGON), - .catchRate = 45, - .expYield = 207, - .evYield_HP = 0, - .evYield_Attack = 1, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 1, - .evYield_SpDefense = 1, - .itemCommon = ????????, - .itemRare = DRAGON_SCALE, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SWIFT_SWIM, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_KINGDRA, - .categoryName = _("Dragon"), - .height = 18, - .weight = 1520, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 257, - .pokemonOffset = 1, - .trainerScale = 293, - .trainerOffset = 1, - }, - - [SPECIES_LORDRA] = - { - .speciesName = _("Lordra"), - .baseHP = 90, - .baseAttack = 105, - .baseDefense = 100, - .baseSpeed = 95, - .baseSpAttack = 100, - .baseSpDefense = 100, - .types = MON_TYPES(TYPE_WATER, TYPE_DRAGON), - .catchRate = 45, - .expYield = 218, - .evYield_HP = 0, - .evYield_Attack = 1, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 1, - .evYield_SpDefense = 1, - .itemCommon = ????????, - .itemRare = DRAGON_SCALE, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SWIFT_SWIM, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_KINGDRA, - .categoryName = _("Dragon"), - .height = 20, - .weight = 1599, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 257, - .pokemonOffset = 1, - .trainerScale = 293, - .trainerOffset = 1, - }, - - [SPECIES_PINNADRA] = - { - .speciesName = _("Pinnadra"), - .baseHP = 105, - .baseAttack = 125, - .baseDefense = 100, - .baseSpeed = 105, - .baseSpAttack = 135, - .baseSpDefense = 100, - .types = MON_TYPES(TYPE_WATER, TYPE_DRAGON), - .catchRate = 45, - .expYield = 227, - .evYield_HP = 0, - .evYield_Attack = 1, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 1, - .evYield_SpDefense = 1, - .itemCommon = ????????, - .itemRare = DRAGON_SCALE, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_MARVEL_SCALE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_KINGDRA, - .categoryName = _("Dragon"), - .height = 22, - .weight = 1702, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 257, - .pokemonOffset = 1, - .trainerScale = 293, - .trainerOffset = 1, - }, - -#if P_FAMILY_GOLDEEN - [SPECIES_GOLDEEN] = - { - .speciesName = _("Goldeen"), - .baseHP = 45, - .baseAttack = 67, - .baseDefense = 60, - .baseSpeed = 63, - .baseSpAttack = 35, - .baseSpDefense = 50, - .types = MON_TYPES(TYPE_WATER), - .catchRate = 225, - .expYield = 111, - .evYield_HP = 0, - .evYield_Attack = 1, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SWIFT_SWIM, ABILITY_WATER_VEIL , ABILITY_WATER_VEIL }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_GOLDEEN, - .categoryName = _("Goldfish"), - .height = 6, - .weight = 150, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 379, - .pokemonOffset = 4, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_SEAKING] = - { - .speciesName = _("Seaking"), - .baseHP = 80, - .baseAttack = 92, - .baseDefense = 65, - .baseSpeed = 68, - .baseSpAttack = 65, - .baseSpDefense = 80, - .types = MON_TYPES(TYPE_WATER), - .catchRate = 60, - .expYield = 170, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SWIFT_SWIM, ABILITY_WATER_VEIL , ABILITY_WATER_VEIL }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_SEAKING, - .categoryName = _("Goldfish"), - .height = 13, - .weight = 390, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 304, - .pokemonOffset = 1, - .trainerScale = 288, - .trainerOffset = -2, - }, - - [SPECIES_SEAREX] = - { - .speciesName = _("Searex"), - .baseHP = 95, - .baseAttack = 105, - .baseDefense = 75, - .baseSpeed = 75, - .baseSpAttack = 75, - .baseSpDefense = 95, - .types = MON_TYPES(TYPE_WATER), - .catchRate = 60, - .expYield = 191, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SWIFT_SWIM, ABILITY_WATER_VEIL , ABILITY_WATER_VEIL }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_SEAKING, - .categoryName = _("Upstream"), - .height = 17, - .weight = 510, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 304, - .pokemonOffset = 1, - .trainerScale = 288, - .trainerOffset = -2, - }, - - [SPECIES_CAPRISEA] = - { - .speciesName = _("Caprisea"), - .baseHP = 110, - .baseAttack = 120, - .baseDefense = 90, - .baseSpeed = 80, - .baseSpAttack = 90, - .baseSpDefense = 105, - .types = MON_TYPES(TYPE_WATER, TYPE_DARK), - .catchRate = 60, - .expYield = 208, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SWIFT_SWIM, ABILITY_WATER_VEIL , ABILITY_WATER_VEIL }, - .bodyColor = BODY_COLOR_WHITE, - .noFlip = =TRUE(), - .cryId = CRY_SEAKING, - .categoryName = _("Bully fish"), - .height = 21, - .weight = 699, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 304, - .pokemonOffset = 1, - .trainerScale = 288, - .trainerOffset = -2, - }, - -#if P_FAMILY_STARYU - [SPECIES_STARYU] = - { - .speciesName = _("Staryu"), - .baseHP = 30, - .baseAttack = 45, - .baseDefense = 55, - .baseSpeed = 85, - .baseSpAttack = 70, - .baseSpDefense = 55, - .types = MON_TYPES(TYPE_WATER), - .catchRate = 225, - .expYield = 106, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 1, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = STARDUST, - .itemRare = STAR_PIECE, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_ILLUMINATE, ABILITY_NATURAL_CURE , ABILITY_NATURAL_CURE }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_STARYU, - .categoryName = _("Star shape"), - .height = 8, - .weight = 345, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 326, - .pokemonOffset = 1, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_STARMIE] = - { - .speciesName = _("Starmie"), - .baseHP = 60, - .baseAttack = 75, - .baseDefense = 85, - .baseSpeed = 115, - .baseSpAttack = 100, - .baseSpDefense = 85, - .types = MON_TYPES(TYPE_WATER, TYPE_PSYCHIC), - .catchRate = 60, - .expYield = 207, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = STARDUST, - .itemRare = STAR_PIECE, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_ILLUMINATE, ABILITY_NATURAL_CURE , ABILITY_NATURAL_CURE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_STARMIE, - .categoryName = _("Mysterious"), - .height = 11, - .weight = 800, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 301, - .pokemonOffset = 3, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_STARUS] = - { - .speciesName = _("Starus"), - .baseHP = 70, - .baseAttack = 80, - .baseDefense = 95, - .baseSpeed = 130, - .baseSpAttack = 110, - .baseSpDefense = 100, - .types = MON_TYPES(TYPE_WATER, TYPE_PSYCHIC), - .catchRate = 60, - .expYield = 215, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = STARDUST, - .itemRare = STAR_PIECE, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_ILLUMINATE, ABILITY_NATURAL_CURE , ABILITY_NATURAL_CURE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_STARMIE, - .categoryName = _("Spacial"), - .height = 13, - .weight = 997, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 301, - .pokemonOffset = 3, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_STARWE] = - { - .speciesName = _("Starwe"), - .baseHP = 80, - .baseAttack = 80, - .baseDefense = 95, - .baseSpeed = 140, - .baseSpAttack = 130, - .baseSpDefense = 130, - .types = MON_TYPES(TYPE_WATER, TYPE_PSYCHIC), - .catchRate = 60, - .expYield = 222, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = STARDUST, - .itemRare = STAR_PIECE, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SERENE_GRACE, ABILITY_NATURAL_CURE , ABILITY_NATURAL_CURE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_STARMIE, - .categoryName = _("Otherworld"), - .height = 18, - .weight = 1102, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 301, - .pokemonOffset = 3, - .trainerScale = 256, - .trainerOffset = -2, - }, - -#if P_FAMILY_MR_MIME - [SPECIES_MR_MIME] = - { - .speciesName = _("Mr_mime"), - .baseHP = 40, - .baseAttack = 40, - .baseDefense = 55, - .baseSpeed = 80, - .baseSpAttack = 95, - .baseSpDefense = 115, - .types = MON_TYPES(TYPE_PSYCHIC), - .catchRate = 45, - .expYield = 136, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 2, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SOUNDPROOF, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PINK, - .noFlip = =TRUE(), - .cryId = CRY_MR_MIME, - .categoryName = _("Barrier"), - .height = 13, - .weight = 545, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 258, - .pokemonOffset = 4, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_MR_JEST] = - { - .speciesName = _("Mr_jest"), - .baseHP = 65, - .baseAttack = 20, - .baseDefense = 70, - .baseSpeed = 80, - .baseSpAttack = 115, - .baseSpDefense = 125, - .types = MON_TYPES(TYPE_PSYCHIC), - .catchRate = 45, - .expYield = 163, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 2, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SOUNDPROOF, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PINK, - .noFlip = =TRUE(), - .cryId = CRY_MR. MIME, - .categoryName = _("Juggler"), - .height = 16, - .weight = 600, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 258, - .pokemonOffset = 4, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_MR_FOOL] = - { - .speciesName = _("Mr_fool"), - .baseHP = 130, - .baseAttack = 30, - .baseDefense = 100, - .baseSpeed = 70, - .baseSpAttack = 115, - .baseSpDefense = 140, - .types = MON_TYPES(TYPE_PSYCHIC), - .catchRate = 45, - .expYield = 195, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 2, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_OWN_TEMPO, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PINK, - .noFlip = =TRUE(), - .cryId = CRY_MR. MIME, - .categoryName = _("Festive"), - .height = 19, - .weight = 1105, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 258, - .pokemonOffset = 4, - .trainerScale = 256, - .trainerOffset = -2, - }, - -#if P_FAMILY_SCYTHER - [SPECIES_SCYTHER] = - { - .speciesName = _("Scyther"), - .baseHP = 50, - .baseAttack = 95, - .baseDefense = 60, - .baseSpeed = 95, - .baseSpAttack = 55, - .baseSpDefense = 60, - .types = MON_TYPES(TYPE_BUG, TYPE_FLYING), - .catchRate = 45, - .expYield = 187, - .evYield_HP = 0, - .evYield_Attack = 1, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SWARM, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_GREEN, - .noFlip = =TRUE(), - .cryId = CRY_SCYTHER, - .categoryName = _("Mantis"), - .height = 15, - .weight = 560, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 272, - .pokemonOffset = 0, - .trainerScale = 293, - .trainerOffset = 1, - }, - - [SPECIES_SCIZOR] = - { - .speciesName = _("Scizor"), - .baseHP = 70, - .baseAttack = 130, - .baseDefense = 100, - .baseSpeed = 65, - .baseSpAttack = 55, - .baseSpDefense = 80, - .types = MON_TYPES(TYPE_BUG, TYPE_STEEL), - .catchRate = 25, - .expYield = 200, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SWARM, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_SCIZOR, - .categoryName = _("Pincer"), - .height = 18, - .weight = 1180, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 282, - .pokemonOffset = 0, - .trainerScale = 282, - .trainerOffset = 0, - }, - - [SPECIES_RAZER] = - { - .speciesName = _("Razer"), - .baseHP = 75, - .baseAttack = 140, - .baseDefense = 110, - .baseSpeed = 80, - .baseSpAttack = 60, - .baseSpDefense = 85, - .types = MON_TYPES(TYPE_BUG, TYPE_STEEL), - .catchRate = 25, - .expYield = 213, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_PRESSURE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_SCIZOR, - .categoryName = _("Bladed"), - .height = 20, - .weight = 1299, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 282, - .pokemonOffset = 0, - .trainerScale = 282, - .trainerOffset = 0, - }, - - [SPECIES_CLAYMOR] = - { - .speciesName = _("Claymor"), - .baseHP = 80, - .baseAttack = 150, - .baseDefense = 120, - .baseSpeed = 100, - .baseSpAttack = 60, - .baseSpDefense = 95, - .types = MON_TYPES(TYPE_BUG, TYPE_STEEL), - .catchRate = 25, - .expYield = 226, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_PRESSURE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_SCIZOR, - .categoryName = _("Claymore"), - .height = 22, - .weight = 1402, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 282, - .pokemonOffset = 0, - .trainerScale = 282, - .trainerOffset = 0, - }, - -#if P_FAMILY_JYNX - [SPECIES_JYNX] = - { - .speciesName = _("Jynx"), - .baseHP = 65, - .baseAttack = 50, - .baseDefense = 35, - .baseSpeed = 75, - .baseSpAttack = 115, - .baseSpDefense = 95, - .types = MON_TYPES(TYPE_ICE, TYPE_PSYCHIC), - .catchRate = 45, - .expYield = 137, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_FEMALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_OBLIVIOUS, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_JYNX, - .categoryName = _("Human shape"), - .height = 14, - .weight = 406, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 3, - .trainerScale = 300, - .trainerOffset = 1, - }, - - [SPECIES_JYNKIES] = - { - .speciesName = _("Jynkies"), - .baseHP = 70, - .baseAttack = 50, - .baseDefense = 45, - .baseSpeed = 80, - .baseSpAttack = 120, - .baseSpDefense = 120, - .types = MON_TYPES(TYPE_ICE, TYPE_PSYCHIC), - .catchRate = 45, - .expYield = 171, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_FEMALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SNOW_CLOAK, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_JYNX, - .categoryName = _("Frost maid"), - .height = 15, - .weight = 550, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 3, - .trainerScale = 300, - .trainerOffset = 1, - }, - - [SPECIES_JEEPERS] = - { - .speciesName = _("Jeepers"), - .baseHP = 80, - .baseAttack = 55, - .baseDefense = 55, - .baseSpeed = 90, - .baseSpAttack = 150, - .baseSpDefense = 155, - .types = MON_TYPES(TYPE_ICE, TYPE_PSYCHIC), - .catchRate = 45, - .expYield = 200, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_FEMALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SNOW_CLOAK, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_WHITE, - .noFlip = =TRUE(), - .cryId = CRY_JYNX, - .categoryName = _("Ice majesty"), - .height = 18, - .weight = 777, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 3, - .trainerScale = 300, - .trainerOffset = 1, - }, - -#if P_FAMILY_ELECTABUZZ - [SPECIES_ELECTABUZZ] = - { - .speciesName = _("Electabuzz"), - .baseHP = 50, - .baseAttack = 73, - .baseDefense = 47, - .baseSpeed = 95, - .baseSpAttack = 85, - .baseSpDefense = 65, - .types = MON_TYPES(TYPE_ELECTRIC), - .catchRate = 45, - .expYield = 156, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(25), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_STATIC, ABILITY_THICK_FAT , ABILITY_THICK_FAT }, - .bodyColor = BODY_COLOR_YELLOW, - .noFlip = =TRUE(), - .cryId = CRY_ELECTABUZZ, - .categoryName = _("Electric"), - .height = 11, - .weight = 300, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 330, - .pokemonOffset = 7, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_ELECTIVIRE] = - { - .speciesName = _("Electivire"), - .baseHP = 75, - .baseAttack = 114, - .baseDefense = 57, - .baseSpeed = 95, - .baseSpAttack = 114, - .baseSpDefense = 85, - .types = MON_TYPES(TYPE_ELECTRIC), - .catchRate = 45, - .expYield = 182, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(25), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_STATIC, ABILITY_THICK_FAT , ABILITY_THICK_FAT }, - .bodyColor = BODY_COLOR_YELLOW, - .noFlip = =TRUE(), - .cryId = CRY_ELECTIVIRE, - .categoryName = _("Electric"), - .height = 18, - .weight = 1386, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 330, - .pokemonOffset = 7, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_ELECTIVINE] = - { - .speciesName = _("Electivine"), - .baseHP = 92, - .baseAttack = 126, - .baseDefense = 70, - .baseSpeed = 81, - .baseSpAttack = 126, - .baseSpDefense = 95, - .types = MON_TYPES(TYPE_ELECTRIC, TYPE_GRASS), - .catchRate = 45, - .expYield = 201, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(25), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_STATIC, ABILITY_THICK_FAT , ABILITY_THICK_FAT }, - .bodyColor = BODY_COLOR_GREEN, - .noFlip = =TRUE(), - .cryId = CRY_ELECTIVIRE, - .categoryName = _("Vine yeti"), - .height = 19, - .weight = 1402, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 330, - .pokemonOffset = 7, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_ELECTIWIZZ] = - { - .speciesName = _("Electiwizz"), - .baseHP = 105, - .baseAttack = 138, - .baseDefense = 85, - .baseSpeed = 55, - .baseSpAttack = 138, - .baseSpDefense = 116, - .types = MON_TYPES(TYPE_ELECTRIC, TYPE_GRASS), - .catchRate = 45, - .expYield = 220, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(25), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_STATIC, ABILITY_THICK_FAT , ABILITY_THICK_FAT }, - .bodyColor = BODY_COLOR_GREEN, - .noFlip = =TRUE(), - .cryId = CRY_ELECTIVIRE, - .categoryName = _("Forest yeti"), - .height = 21, - .weight = 1549, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 330, - .pokemonOffset = 7, - .trainerScale = 256, - .trainerOffset = -2, - }, - -#if P_FAMILY_MAGMAR - [SPECIES_MAGMAR] = - { - .speciesName = _("Magmar"), - .baseHP = 55, - .baseAttack = 70, - .baseDefense = 57, - .baseSpeed = 78, - .baseSpAttack = 85, - .baseSpDefense = 70, - .types = MON_TYPES(TYPE_FIRE), - .catchRate = 45, - .expYield = 167, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(25), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_FLAME_BODY, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_MAGMAR, - .categoryName = _("Spitfire"), - .height = 13, - .weight = 445, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 293, - .pokemonOffset = 4, - .trainerScale = 272, - .trainerOffset = -2, - }, - - [SPECIES_MAGMORTAR] = - { - .speciesName = _("Magmortar"), - .baseHP = 75, - .baseAttack = 95, - .baseDefense = 67, - .baseSpeed = 83, - .baseSpAttack = 125, - .baseSpDefense = 95, - .types = MON_TYPES(TYPE_FIRE), - .catchRate = 45, - .expYield = 196, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(25), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_FLAME_BODY, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_MAGMORTAR, - .categoryName = _("Spitfire"), - .height = 16, - .weight = 680, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 293, - .pokemonOffset = 4, - .trainerScale = 272, - .trainerOffset = -2, - }, - - [SPECIES_MAGMORE] = - { - .speciesName = _("Magmore"), - .baseHP = 90, - .baseAttack = 100, - .baseDefense = 90, - .baseSpeed = 80, - .baseSpAttack = 130, - .baseSpDefense = 100, - .types = MON_TYPES(TYPE_FIRE), - .catchRate = 45, - .expYield = 207, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(25), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_FLAME_BODY, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_MAGMORTAR, - .categoryName = _("Lazy fire"), - .height = 17, - .weight = 723, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 293, - .pokemonOffset = 4, - .trainerScale = 272, - .trainerOffset = -2, - }, - - [SPECIES_MAGMOLTEN] = - { - .speciesName = _("Magmolten"), - .baseHP = 100, - .baseAttack = 111, - .baseDefense = 90, - .baseSpeed = 80, - .baseSpAttack = 145, - .baseSpDefense = 111, - .types = MON_TYPES(TYPE_FIRE, TYPE_DARK), - .catchRate = 45, - .expYield = 225, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(25), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_FLAME_BODY, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLACK, - .noFlip = =TRUE(), - .cryId = CRY_MAGMORTAR, - .categoryName = _("Bound"), - .height = 19, - .weight = 1103, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 293, - .pokemonOffset = 4, - .trainerScale = 272, - .trainerOffset = -2, - }, - -#if P_FAMILY_PINSIR - [SPECIES_PINSIR] = - { - .speciesName = _("Pinsir"), - .baseHP = 55, - .baseAttack = 115, - .baseDefense = 90, - .baseSpeed = 65, - .baseSpAttack = 55, - .baseSpDefense = 45, - .types = MON_TYPES(TYPE_BUG), - .catchRate = 45, - .expYield = 200, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_HYPER_CUTTER, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_PINSIR, - .categoryName = _("Stag beetle"), - .height = 15, - .weight = 550, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 1, - .trainerScale = 257, - .trainerOffset = -2, - }, - - [SPECIES_PINSIRIOR] = - { - .speciesName = _("Pinsirior"), - .baseHP = 65, - .baseAttack = 140, - .baseDefense = 100, - .baseSpeed = 70, - .baseSpAttack = 70, - .baseSpDefense = 55, - .types = MON_TYPES(TYPE_BUG, TYPE_DARK), - .catchRate = 45, - .expYield = 210, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_HYPER_CUTTER, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_PINSIR, - .categoryName = _("Violent bug"), - .height = 17, - .weight = 710, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 1, - .trainerScale = 257, - .trainerOffset = -2, - }, - - [SPECIES_ABYSSIR] = - { - .speciesName = _("Abyssir"), - .baseHP = 80, - .baseAttack = 160, - .baseDefense = 110, - .baseSpeed = 75, - .baseSpAttack = 80, - .baseSpDefense = 60, - .types = MON_TYPES(TYPE_BUG, TYPE_DARK), - .catchRate = 45, - .expYield = 221, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INTIMIDATE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_PINSIR, - .categoryName = _("Ravaging"), - .height = 19, - .weight = 1094, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 1, - .trainerScale = 257, - .trainerOffset = -2, - }, - -#if P_FAMILY_TAUROS - [SPECIES_TAUROS] = - { - .speciesName = _("Tauros"), - .baseHP = 65, - .baseAttack = 90, - .baseDefense = 85, - .baseSpeed = 100, - .baseSpAttack = 40, - .baseSpDefense = 70, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 45, - .expYield = 211, - .evYield_HP = 0, - .evYield_Attack = 1, - .evYield_Defense = 0, - .evYield_Speed = 1, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_MALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INTIMIDATE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_TAUROS, - .categoryName = _("Wild bull"), - .height = 14, - .weight = 884, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 2, - .trainerScale = 312, - .trainerOffset = 3, - }, - - [SPECIES_TAUROX] = - { - .speciesName = _("Taurox"), - .baseHP = 65, - .baseAttack = 110, - .baseDefense = 95, - .baseSpeed = 120, - .baseSpAttack = 40, - .baseSpDefense = 70, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 45, - .expYield = 220, - .evYield_HP = 0, - .evYield_Attack = 1, - .evYield_Defense = 0, - .evYield_Speed = 1, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_MALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INTIMIDATE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_TAUROS, - .categoryName = _("Gem bull"), - .height = 15, - .weight = 914, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 2, - .trainerScale = 312, - .trainerOffset = 3, - }, - - [SPECIES_OXENFREE] = - { - .speciesName = _("Oxenfree"), - .baseHP = 60, - .baseAttack = 135, - .baseDefense = 100, - .baseSpeed = 145, - .baseSpAttack = 80, - .baseSpDefense = 80, - .types = MON_TYPES(TYPE_NORMAL, TYPE_GHOST), - .catchRate = 45, - .expYield = 226, - .evYield_HP = 0, - .evYield_Attack = 1, - .evYield_Defense = 0, - .evYield_Speed = 1, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_MALE, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INTIMIDATE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLACK, - .noFlip = =TRUE(), - .cryId = CRY_TAUROS, - .categoryName = _("Skull bull"), - .height = 17, - .weight = 230, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 2, - .trainerScale = 312, - .trainerOffset = 3, - }, - -#if P_FAMILY_MAGIKARP - [SPECIES_MAGIKARP] = - { - .speciesName = _("Magikarp"), - .baseHP = 20, - .baseAttack = 10, - .baseDefense = 55, - .baseSpeed = 80, - .baseSpAttack = 15, - .baseSpDefense = 20, - .types = MON_TYPES(TYPE_WATER), - .catchRate = 255, - .expYield = 20, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 1, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SWIFT_SWIM, ABILITY_TORRENT , ABILITY_TORRENT }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_MAGIKARP, - .categoryName = _("Fish"), - .height = 9, - .weight = 100, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 317, - .pokemonOffset = 4, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_GYARADOS] = - { - .speciesName = _("Gyarados"), - .baseHP = 65, - .baseAttack = 95, - .baseDefense = 49, - .baseSpeed = 51, - .baseSpAttack = 40, - .baseSpDefense = 70, - .types = MON_TYPES(TYPE_WATER, TYPE_FLYING), - .catchRate = 45, - .expYield = 160, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INTIMIDATE, ABILITY_TORRENT , ABILITY_TORRENT }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_GYARADOS, - .categoryName = _("Atrocious"), - .height = 65, - .weight = 2350, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 288, - .pokemonOffset = -1, - .trainerScale = 512, - .trainerOffset = 11, - }, - - [SPECIES_HYDRADOS] = - { - .speciesName = _("Hydrados"), - .baseHP = 75, - .baseAttack = 110, - .baseDefense = 55, - .baseSpeed = 60, - .baseSpAttack = 90, - .baseSpDefense = 85, - .types = MON_TYPES(TYPE_WATER, TYPE_FLYING), - .catchRate = 45, - .expYield = 199, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INTIMIDATE, ABILITY_AIR_LOCK , ABILITY_AIR_LOCK }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_GYARADOS, - .categoryName = _("Monster"), - .height = 68, - .weight = 2503, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 288, - .pokemonOffset = -1, - .trainerScale = 512, - .trainerOffset = 11, - }, - - [SPECIES_DRACOSMIC] = - { - .speciesName = _("Dracosmic"), - .baseHP = 85, - .baseAttack = 130, - .baseDefense = 60, - .baseSpeed = 75, - .baseSpAttack = 120, - .baseSpDefense = 105, - .types = MON_TYPES(TYPE_WATER, TYPE_FLYING), - .catchRate = 45, - .expYield = 220, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INTIMIDATE, ABILITY_AIR_LOCK , ABILITY_AIR_LOCK }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_GYARADOS, - .categoryName = _("Cosmos"), - .height = 72, - .weight = 1593, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 288, - .pokemonOffset = -1, - .trainerScale = 512, - .trainerOffset = 11, - }, - - [SPECIES_QUAZAR] = - { - .speciesName = _("Quazar"), - .baseHP = 100, - .baseAttack = 160, - .baseDefense = 70, - .baseSpeed = 110, - .baseSpAttack = 160, - .baseSpDefense = 100, - .types = MON_TYPES(TYPE_WATER, TYPE_DRAGON), - .catchRate = 45, - .expYield = 240, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INTIMIDATE, ABILITY_AIR_LOCK , ABILITY_AIR_LOCK }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_GYARADOS, - .categoryName = _("Galaxy wyrm"), - .height = 75, - .weight = 1004, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 288, - .pokemonOffset = -1, - .trainerScale = 512, - .trainerOffset = 11, - }, - -#if P_FAMILY_LAPRAS - [SPECIES_LAPRAS] = - { - .speciesName = _("Lapras"), - .baseHP = 110, - .baseAttack = 65, - .baseDefense = 60, - .baseSpeed = 50, - .baseSpAttack = 85, - .baseSpDefense = 95, - .types = MON_TYPES(TYPE_WATER, TYPE_ICE), - .catchRate = 45, - .expYield = 150, - .evYield_HP = 2, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_WATER_ABSORB, ABILITY_SHELL_ARMOR , ABILITY_SHELL_ARMOR }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_LAPRAS, - .categoryName = _("Transport"), - .height = 25, - .weight = 2200, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 0, - .trainerScale = 425, - .trainerOffset = 8, - }, - - [SPECIES_LOCHLASS] = - { - .speciesName = _("Lochlass"), - .baseHP = 120, - .baseAttack = 65, - .baseDefense = 70, - .baseSpeed = 60, - .baseSpAttack = 95, - .baseSpDefense = 105, - .types = MON_TYPES(TYPE_WATER, TYPE_ICE), - .catchRate = 45, - .expYield = 195, - .evYield_HP = 2, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_WATER_ABSORB, ABILITY_SHELL_ARMOR , ABILITY_SHELL_ARMOR }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_LAPRAS, - .categoryName = _("Cold spire"), - .height = 29, - .weight = 2620, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 0, - .trainerScale = 425, - .trainerOffset = 8, - }, - - [SPECIES_NESSEA] = - { - .speciesName = _("Nessea"), - .baseHP = 140, - .baseAttack = 75, - .baseDefense = 90, - .baseSpeed = 65, - .baseSpAttack = 110, - .baseSpDefense = 135, - .types = MON_TYPES(TYPE_WATER, TYPE_ICE), - .catchRate = 45, - .expYield = 212, - .evYield_HP = 2, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_WATER_ABSORB, ABILITY_SHELL_ARMOR , ABILITY_SHELL_ARMOR }, - .bodyColor = BODY_COLOR_GRAY, - .noFlip = =TRUE(), - .cryId = CRY_LAPRAS, - .categoryName = _("Ice aria"), - .height = 34, - .weight = 2983, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 0, - .trainerScale = 425, - .trainerOffset = 8, - }, - -#if P_FAMILY_DITTO - [SPECIES_DITTO] = - { - .speciesName = _("Ditto"), - .baseHP = 48, - .baseAttack = 48, - .baseDefense = 48, - .baseSpeed = 48, - .baseSpAttack = 48, - .baseSpDefense = 48, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 35, - .expYield = 61, - .evYield_HP = 1, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = METAL_POWDER, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_LIMBER, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_DITTO, - .categoryName = _("Transform"), - .height = 3, - .weight = 40, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 602, - .pokemonOffset = 21, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_MORPHO] = - { - .speciesName = _("Morpho"), - .baseHP = 60, - .baseAttack = 55, - .baseDefense = 55, - .baseSpeed = 55, - .baseSpAttack = 55, - .baseSpDefense = 55, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 35, - .expYield = 120, - .evYield_HP = 1, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = METAL_POWDER, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_LIMBER, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_DITTO, - .categoryName = _("Transform"), - .height = 6, - .weight = 60, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 602, - .pokemonOffset = 21, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_METAMORPHO] = - { - .speciesName = _("Metamorpho"), - .baseHP = 85, - .baseAttack = 60, - .baseDefense = 60, - .baseSpeed = 55, - .baseSpAttack = 60, - .baseSpDefense = 60, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 35, - .expYield = 188, - .evYield_HP = 1, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = METAL_POWDER, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_IMPOSTER, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_DITTO, - .categoryName = _("Transform"), - .height = 9, - .weight = 100, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 602, - .pokemonOffset = 21, - .trainerScale = 256, - .trainerOffset = -2, - }, - -#if P_FAMILY_EEVEE - [SPECIES_EEVEE] = - { - .speciesName = _("Eevee"), - .baseHP = 55, - .baseAttack = 55, - .baseDefense = 50, - .baseSpeed = 55, - .baseSpAttack = 45, - .baseSpDefense = 65, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 45, - .expYield = 92, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 1, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_RUN_AWAY, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_EEVEE, - .categoryName = _("Evolution"), - .height = 3, - .weight = 65, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 476, - .pokemonOffset = 17, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_VAPOREON] = - { - .speciesName = _("Vaporeon"), - .baseHP = 110, - .baseAttack = 65, - .baseDefense = 55, - .baseSpeed = 65, - .baseSpAttack = 100, - .baseSpDefense = 85, - .types = MON_TYPES(TYPE_WATER), - .catchRate = 45, - .expYield = 196, - .evYield_HP = 2, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_WATER_ABSORB, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_VAPOREON, - .categoryName = _("Bubble jet"), - .height = 10, - .weight = 290, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 316, - .pokemonOffset = 7, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_RIVEON] = - { - .speciesName = _("Riveon"), - .baseHP = 120, - .baseAttack = 70, - .baseDefense = 70, - .baseSpeed = 70, - .baseSpAttack = 105, - .baseSpDefense = 90, - .types = MON_TYPES(TYPE_WATER), - .catchRate = 45, - .expYield = 210, - .evYield_HP = 2, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_WATER_ABSORB, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_VAPOREON, - .categoryName = _("Seafoam"), - .height = 12, - .weight = 343, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 316, - .pokemonOffset = 7, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_BRINEON] = - { - .speciesName = _("Brineon"), - .baseHP = 135, - .baseAttack = 80, - .baseDefense = 75, - .baseSpeed = 80, - .baseSpAttack = 120, - .baseSpDefense = 115, - .types = MON_TYPES(TYPE_WATER), - .catchRate = 45, - .expYield = 225, - .evYield_HP = 2, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_WATER_ABSORB, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_VAPOREON, - .categoryName = _("Wave crash"), - .height = 16, - .weight = 499, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 316, - .pokemonOffset = 7, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_JOLTEON] = - { - .speciesName = _("Jolteon"), - .baseHP = 60, - .baseAttack = 65, - .baseDefense = 55, - .baseSpeed = 110, - .baseSpAttack = 100, - .baseSpDefense = 85, - .types = MON_TYPES(TYPE_ELECTRIC), - .catchRate = 45, - .expYield = 197, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_VOLT_ABSORB, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_YELLOW, - .noFlip = =TRUE(), - .cryId = CRY_JOLTEON, - .categoryName = _("Lightning"), - .height = 8, - .weight = 245, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 283, - .pokemonOffset = 8, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_PLASMEON] = - { - .speciesName = _("Plasmeon"), - .baseHP = 70, - .baseAttack = 70, - .baseDefense = 70, - .baseSpeed = 120, - .baseSpAttack = 105, - .baseSpDefense = 90, - .types = MON_TYPES(TYPE_ELECTRIC), - .catchRate = 45, - .expYield = 211, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_VOLT_ABSORB, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_YELLOW, - .noFlip = =TRUE(), - .cryId = CRY_JOLTEON, - .categoryName = _("Blitz"), - .height = 9, - .weight = 288, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 283, - .pokemonOffset = 8, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_GALVEON] = - { - .speciesName = _("Galveon"), - .baseHP = 80, - .baseAttack = 80, - .baseDefense = 75, - .baseSpeed = 135, - .baseSpAttack = 120, - .baseSpDefense = 115, - .types = MON_TYPES(TYPE_ELECTRIC), - .catchRate = 45, - .expYield = 226, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_VOLT_ABSORB, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_JOLTEON, - .categoryName = _("Ion"), - .height = 12, - .weight = 324, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 283, - .pokemonOffset = 8, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_FLAREON] = - { - .speciesName = _("Flareon"), - .baseHP = 100, - .baseAttack = 65, - .baseDefense = 85, - .baseSpeed = 65, - .baseSpAttack = 110, - .baseSpDefense = 55, - .types = MON_TYPES(TYPE_FIRE), - .catchRate = 45, - .expYield = 198, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_FLASH_FIRE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_FLAREON, - .categoryName = _("Flame"), - .height = 9, - .weight = 250, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 302, - .pokemonOffset = 11, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_SMOLDEON] = - { - .speciesName = _("Smoldeon"), - .baseHP = 105, - .baseAttack = 70, - .baseDefense = 90, - .baseSpeed = 70, - .baseSpAttack = 120, - .baseSpDefense = 70, - .types = MON_TYPES(TYPE_FIRE), - .catchRate = 45, - .expYield = 212, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_FLASH_FIRE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_FLAREON, - .categoryName = _("Ignition"), - .height = 11, - .weight = 303, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 302, - .pokemonOffset = 11, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_INFERNEON] = - { - .speciesName = _("Inferneon"), - .baseHP = 120, - .baseAttack = 80, - .baseDefense = 115, - .baseSpeed = 80, - .baseSpAttack = 135, - .baseSpDefense = 75, - .types = MON_TYPES(TYPE_FIRE), - .catchRate = 45, - .expYield = 227, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_FLASH_FIRE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_GRAY, - .noFlip = =TRUE(), - .cryId = CRY_FLAREON, - .categoryName = _("Soot"), - .height = 13, - .weight = 410, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 302, - .pokemonOffset = 11, - .trainerScale = 256, - .trainerOffset = -2, - }, - -#if P_FAMILY_PORYGON - [SPECIES_PORYGON] = - { - .speciesName = _("Porygon"), - .baseHP = 65, - .baseAttack = 50, - .baseDefense = 60, - .baseSpeed = 40, - .baseSpAttack = 85, - .baseSpDefense = 65, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 45, - .expYield = 130, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 1, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_TRACE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PINK, - .noFlip = =TRUE(), - .cryId = CRY_PORYGON, - .categoryName = _("Virtual"), - .height = 8, - .weight = 365, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 328, - .pokemonOffset = 7, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_PORYGON2] = - { - .speciesName = _("Porygon2"), - .baseHP = 80, - .baseAttack = 70, - .baseDefense = 85, - .baseSpeed = 60, - .baseSpAttack = 95, - .baseSpDefense = 85, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 45, - .expYield = 180, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 0, - .itemCommon = UP-GRADE, - .itemRare = UP-GRADE, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_TRACE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_PORYGON2, - .categoryName = _("Virtual"), - .height = 6, - .weight = 325, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 320, - .pokemonOffset = 15, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_PORYGON-Z] = - { - .speciesName = _("Porygon-z"), - .baseHP = 85, - .baseAttack = 90, - .baseDefense = 90, - .baseSpeed = 60, - .baseSpAttack = 105, - .baseSpDefense = 95, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 45, - .expYield = 200, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 0, - .itemCommon = UP-GRADE, - .itemRare = UP-GRADE, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_TRACE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_PORYGON-Z, - .categoryName = _("Glitch"), - .height = 9, - .weight = 340, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 320, - .pokemonOffset = 15, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_PORYGON-X] = - { - .speciesName = _("Porygon-x"), - .baseHP = 85, - .baseAttack = 100, - .baseDefense = 100, - .baseSpeed = 70, - .baseSpAttack = 120, - .baseSpDefense = 95, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 45, - .expYield = 210, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 0, - .itemCommon = UP-GRADE, - .itemRare = UP-GRADE, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_TRACE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_PORYGON-Z, - .categoryName = _("Virtual"), - .height = 10, - .weight = 349, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 320, - .pokemonOffset = 15, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_PORYGON-Q] = - { - .speciesName = _("Porygon-q"), - .baseHP = 90, - .baseAttack = 115, - .baseDefense = 110, - .baseSpeed = 65, - .baseSpAttack = 125, - .baseSpDefense = 100, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 45, - .expYield = 220, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 0, - .itemCommon = UP-GRADE, - .itemRare = UP-GRADE, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SWIFT_SWIM, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_PORYGON-Z, - .categoryName = _("Mistake"), - .height = 11, - .weight = 420, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 320, - .pokemonOffset = 15, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_PORYGON2A4] = - { - .speciesName = _("Porygon2a4"), - .baseHP = 90, - .baseAttack = 130, - .baseDefense = 110, - .baseSpeed = 65, - .baseSpAttack = 130, - .baseSpDefense = 100, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 45, - .expYield = 230, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 0, - .itemCommon = UP-GRADE, - .itemRare = UP-GRADE, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_BATTLE_ARMOR, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_RED, - .noFlip = =TRUE(), - .cryId = CRY_PORYGON-Z, - .categoryName = _("Tank"), - .height = 13, - .weight = 499, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 320, - .pokemonOffset = 15, - .trainerScale = 256, - .trainerOffset = -2, - }, - -#if P_FAMILY_OMANYTE - [SPECIES_OMANYTE] = - { - .speciesName = _("Omanyte"), - .baseHP = 35, - .baseAttack = 40, - .baseDefense = 100, - .baseSpeed = 35, - .baseSpAttack = 90, - .baseSpDefense = 55, - .types = MON_TYPES(TYPE_ROCK, TYPE_WATER), - .catchRate = 45, - .expYield = 120, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 1, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SWIFT_SWIM, ABILITY_SHELL_ARMOR , ABILITY_SHELL_ARMOR }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_OMANYTE, - .categoryName = _("Spiral"), - .height = 4, - .weight = 75, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 521, - .pokemonOffset = 20, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_OMASTAR] = - { - .speciesName = _("Omastar"), - .baseHP = 70, - .baseAttack = 60, - .baseDefense = 125, - .baseSpeed = 55, - .baseSpAttack = 115, - .baseSpDefense = 70, - .types = MON_TYPES(TYPE_ROCK, TYPE_WATER), - .catchRate = 45, - .expYield = 199, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 2, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SWIFT_SWIM, ABILITY_SHELL_ARMOR , ABILITY_SHELL_ARMOR }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_OMASTAR, - .categoryName = _("Spiral"), - .height = 10, - .weight = 350, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 307, - .pokemonOffset = 5, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_OMAPAL] = - { - .speciesName = _("Omapal"), - .baseHP = 80, - .baseAttack = 65, - .baseDefense = 130, - .baseSpeed = 60, - .baseSpAttack = 120, - .baseSpDefense = 90, - .types = MON_TYPES(TYPE_ROCK, TYPE_WATER), - .catchRate = 45, - .expYield = 214, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 2, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SWIFT_SWIM, ABILITY_SHELL_ARMOR , ABILITY_SHELL_ARMOR }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_OMASTAR, - .categoryName = _("Spiral"), - .height = 13, - .weight = 503, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 307, - .pokemonOffset = 5, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_OMAGUS] = - { - .speciesName = _("Omagus"), - .baseHP = 80, - .baseAttack = 70, - .baseDefense = 130, - .baseSpeed = 75, - .baseSpAttack = 140, - .baseSpDefense = 110, - .types = MON_TYPES(TYPE_ROCK, TYPE_WATER), - .catchRate = 45, - .expYield = 226, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 2, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_MAGIC_BOUNCE, ABILITY_SHELL_ARMOR , ABILITY_SHELL_ARMOR }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_OMASTAR, - .categoryName = _("Spiral"), - .height = 17, - .weight = 884, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 307, - .pokemonOffset = 5, - .trainerScale = 256, - .trainerOffset = -2, - }, - -#if P_FAMILY_KABUTO - [SPECIES_KABUTO] = - { - .speciesName = _("Kabuto"), - .baseHP = 30, - .baseAttack = 80, - .baseDefense = 90, - .baseSpeed = 55, - .baseSpAttack = 55, - .baseSpDefense = 45, - .types = MON_TYPES(TYPE_ROCK, TYPE_WATER), - .catchRate = 45, - .expYield = 119, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 1, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SWIFT_SWIM, ABILITY_BATTLE_ARMOR , ABILITY_BATTLE_ARMOR }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_KABUTO, - .categoryName = _("Shellfish"), - .height = 5, - .weight = 115, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 438, - .pokemonOffset = 21, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_KABUTOPS] = - { - .speciesName = _("Kabutops"), - .baseHP = 60, - .baseAttack = 115, - .baseDefense = 105, - .baseSpeed = 80, - .baseSpAttack = 65, - .baseSpDefense = 70, - .types = MON_TYPES(TYPE_ROCK, TYPE_WATER), - .catchRate = 45, - .expYield = 201, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SWIFT_SWIM, ABILITY_BATTLE_ARMOR , ABILITY_BATTLE_ARMOR }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_KABUTOPS, - .categoryName = _("Shellfish"), - .height = 13, - .weight = 405, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 271, - .pokemonOffset = 1, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_KABUTAK] = - { - .speciesName = _("Kabutak"), - .baseHP = 70, - .baseAttack = 125, - .baseDefense = 110, - .baseSpeed = 90, - .baseSpAttack = 65, - .baseSpDefense = 85, - .types = MON_TYPES(TYPE_ROCK, TYPE_WATER), - .catchRate = 45, - .expYield = 216, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SWIFT_SWIM, ABILITY_BATTLE_ARMOR , ABILITY_BATTLE_ARMOR }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_KABUTOPS, - .categoryName = _("Shellfish"), - .height = 15, - .weight = 510, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 271, - .pokemonOffset = 1, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_KABUSTION] = - { - .speciesName = _("Kabustion"), - .baseHP = 85, - .baseAttack = 140, - .baseDefense = 120, - .baseSpeed = 100, - .baseSpAttack = 70, - .baseSpDefense = 90, - .types = MON_TYPES(TYPE_ROCK, TYPE_WATER), - .catchRate = 45, - .expYield = 228, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_BATTLE_ARMOR, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_KABUTOPS, - .categoryName = _("Weaponized"), - .height = 16, - .weight = 1009, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 271, - .pokemonOffset = 1, - .trainerScale = 256, - .trainerOffset = -2, - }, - -#if P_FAMILY_AERODACTYL - [SPECIES_AERODACTYL] = - { - .speciesName = _("Aerodactyl"), - .baseHP = 85, - .baseAttack = 95, - .baseDefense = 55, - .baseSpeed = 115, - .baseSpAttack = 40, - .baseSpDefense = 70, - .types = MON_TYPES(TYPE_ROCK, TYPE_FLYING), - .catchRate = 45, - .expYield = 202, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_ROCK_HEAD, ABILITY_PRESSURE , ABILITY_PRESSURE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_AERODACTYL, - .categoryName = _("Fossil"), - .height = 18, - .weight = 590, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 275, - .pokemonOffset = -1, - .trainerScale = 317, - .trainerOffset = 2, - }, - - [SPECIES_MANDILUFT] = - { - .speciesName = _("Mandiluft"), - .baseHP = 95, - .baseAttack = 110, - .baseDefense = 65, - .baseSpeed = 130, - .baseSpAttack = 40, - .baseSpDefense = 70, - .types = MON_TYPES(TYPE_ROCK, TYPE_FLYING), - .catchRate = 45, - .expYield = 215, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_ROCK_HEAD, ABILITY_PRESSURE , ABILITY_PRESSURE }, - .bodyColor = BODY_COLOR_GRAY, - .noFlip = =TRUE(), - .cryId = CRY_AERODACTYL, - .categoryName = _("Soaring"), - .height = 20, - .weight = 770, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 275, - .pokemonOffset = -1, - .trainerScale = 317, - .trainerOffset = 2, - }, - - [SPECIES_AMBALITHIC] = - { - .speciesName = _("Ambalithic"), - .baseHP = 110, - .baseAttack = 155, - .baseDefense = 100, - .baseSpeed = 100, - .baseSpAttack = 40, - .baseSpDefense = 100, - .types = MON_TYPES(TYPE_ROCK, TYPE_FLYING), - .catchRate = 45, - .expYield = 227, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_ROCK_HEAD, ABILITY_PRESSURE , ABILITY_PRESSURE }, - .bodyColor = BODY_COLOR_GRAY, - .noFlip = =TRUE(), - .cryId = CRY_AERODACTYL, - .categoryName = _("Neo amber"), - .height = 25, - .weight = 1230, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 275, - .pokemonOffset = -1, - .trainerScale = 317, - .trainerOffset = 2, - }, - -#if P_FAMILY_SNORLAX - [SPECIES_SNORLAX] = - { - .speciesName = _("Snorlax"), - .baseHP = 120, - .baseAttack = 90, - .baseDefense = 60, - .baseSpeed = 30, - .baseSpAttack = 65, - .baseSpDefense = 90, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 25, - .expYield = 154, - .evYield_HP = 2, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = CHEST_BERRY, - .itemRare = CHEST_BERRY, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_IMMUNITY, ABILITY_THICK_FAT , ABILITY_THICK_FAT }, - .bodyColor = BODY_COLOR_BLACK, - .noFlip = =TRUE(), - .cryId = CRY_SNORLAX, - .categoryName = _("Sleeping"), - .height = 21, - .weight = 4600, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 275, - .pokemonOffset = 1, - .trainerScale = 408, - .trainerOffset = 7, - }, - - [SPECIES_ACTLAX] = - { - .speciesName = _("Actlax"), - .baseHP = 135, - .baseAttack = 105, - .baseDefense = 90, - .baseSpeed = 35, - .baseSpAttack = 65, - .baseSpDefense = 95, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 25, - .expYield = 190, - .evYield_HP = 2, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = CHEST_BERRY, - .itemRare = CHEST_BERRY, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_IMMUNITY, ABILITY_THICK_FAT , ABILITY_THICK_FAT }, - .bodyColor = BODY_COLOR_BLACK, - .noFlip = =TRUE(), - .cryId = CRY_SNORLAX, - .categoryName = _("Active"), - .height = 23, - .weight = 4782, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 275, - .pokemonOffset = 1, - .trainerScale = 408, - .trainerOffset = 7, - }, - - [SPECIES_GRIZZLAX] = - { - .speciesName = _("Grizzlax"), - .baseHP = 170, - .baseAttack = 125, - .baseDefense = 110, - .baseSpeed = 40, - .baseSpAttack = 65, - .baseSpDefense = 115, - .types = MON_TYPES(TYPE_NORMAL), - .catchRate = 25, - .expYield = 213, - .evYield_HP = 2, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = CHEST_BERRY, - .itemRare = CHEST_BERRY, - .genderRatio = PERCENT_FEMALE(12.5), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_VITAL_SPIRIT, ABILITY_THICK_FAT , ABILITY_THICK_FAT }, - .bodyColor = BODY_COLOR_BLACK, - .noFlip = =TRUE(), - .cryId = CRY_SNORLAX, - .categoryName = _("Boundless"), - .height = 25, - .weight = 4994, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 275, - .pokemonOffset = 1, - .trainerScale = 408, - .trainerOffset = 7, - }, - -#if P_FAMILY_ARTICUNO - [SPECIES_ARTICUNO] = - { - .speciesName = _("Articuno"), - .baseHP = 80, - .baseAttack = 75, - .baseDefense = 95, - .baseSpeed = 65, - .baseSpAttack = 85, - .baseSpDefense = 125, - .types = MON_TYPES(TYPE_ICE, TYPE_FLYING), - .catchRate = 3, - .expYield = 200, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 3, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_PRESSURE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_ARTICUNO, - .categoryName = _("Freeze"), - .height = 17, - .weight = 554, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 278, - .pokemonOffset = 0, - .trainerScale = 308, - .trainerOffset = 1, - }, - - [SPECIES_SNOWONE] = - { - .speciesName = _("Snowone"), - .baseHP = 85, - .baseAttack = 80, - .baseDefense = 105, - .baseSpeed = 70, - .baseSpAttack = 95, - .baseSpDefense = 140, - .types = MON_TYPES(TYPE_ICE, TYPE_FLYING), - .catchRate = 3, - .expYield = 225, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 3, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_PRESSURE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_ARTICUNO, - .categoryName = _("Winter"), - .height = 22, - .weight = 784, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 278, - .pokemonOffset = 0, - .trainerScale = 308, - .trainerOffset = 1, - }, - - [SPECIES_FROSTUNUS] = - { - .speciesName = _("Frostunus"), - .baseHP = 110, - .baseAttack = 80, - .baseDefense = 120, - .baseSpeed = 85, - .baseSpAttack = 115, - .baseSpDefense = 165, - .types = MON_TYPES(TYPE_ICE, TYPE_FLYING), - .catchRate = 3, - .expYield = 250, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 3, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_WATER_ABSORB, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_ARTICUNO, - .categoryName = _("Eternal ice"), - .height = 27, - .weight = 995, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 278, - .pokemonOffset = 0, - .trainerScale = 308, - .trainerOffset = 1, - }, - -#if P_FAMILY_ZAPDOS - [SPECIES_ZAPDOS] = - { - .speciesName = _("Zapdos"), - .baseHP = 70, - .baseAttack = 80, - .baseDefense = 70, - .baseSpeed = 100, - .baseSpAttack = 125, - .baseSpDefense = 80, - .types = MON_TYPES(TYPE_ELECTRIC, TYPE_FLYING), - .catchRate = 3, - .expYield = 200, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 3, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_PRESSURE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_YELLOW, - .noFlip = =TRUE(), - .cryId = CRY_ZAPDOS, - .categoryName = _("Electric"), - .height = 16, - .weight = 526, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 275, - .pokemonOffset = 1, - .trainerScale = 330, - .trainerOffset = 3, - }, - - [SPECIES_SHOCKATOO] = - { - .speciesName = _("Shockatoo"), - .baseHP = 75, - .baseAttack = 85, - .baseDefense = 70, - .baseSpeed = 115, - .baseSpAttack = 140, - .baseSpDefense = 90, - .types = MON_TYPES(TYPE_ELECTRIC, TYPE_FLYING), - .catchRate = 3, - .expYield = 225, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 3, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_PRESSURE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_YELLOW, - .noFlip = =TRUE(), - .cryId = CRY_ZAPDOS, - .categoryName = _("Storm"), - .height = 21, - .weight = 720, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 275, - .pokemonOffset = 1, - .trainerScale = 330, - .trainerOffset = 3, - }, - - [SPECIES_VOLTDUO] = - { - .speciesName = _("Voltduo"), - .baseHP = 110, - .baseAttack = 85, - .baseDefense = 80, - .baseSpeed = 125, - .baseSpAttack = 165, - .baseSpDefense = 110, - .types = MON_TYPES(TYPE_ELECTRIC, TYPE_FLYING), - .catchRate = 3, - .expYield = 250, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 3, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_VOLT_ABSORB, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_YELLOW, - .noFlip = =TRUE(), - .cryId = CRY_ZAPDOS, - .categoryName = _("Prime spark"), - .height = 26, - .weight = 940, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 275, - .pokemonOffset = 1, - .trainerScale = 330, - .trainerOffset = 3, - }, - -#if P_FAMILY_MOLTRES - [SPECIES_MOLTRES] = - { - .speciesName = _("Moltres"), - .baseHP = 70, - .baseAttack = 80, - .baseDefense = 80, - .baseSpeed = 95, - .baseSpAttack = 130, - .baseSpDefense = 70, - .types = MON_TYPES(TYPE_FIRE, TYPE_FLYING), - .catchRate = 3, - .expYield = 200, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 3, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_PRESSURE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_YELLOW, - .noFlip = =TRUE(), - .cryId = CRY_MOLTRES, - .categoryName = _("Flame"), - .height = 20, - .weight = 600, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 270, - .pokemonOffset = 1, - .trainerScale = 379, - .trainerOffset = 6, - }, - - [SPECIES_IGNITHREE] = - { - .speciesName = _("Ignithree"), - .baseHP = 75, - .baseAttack = 85, - .baseDefense = 90, - .baseSpeed = 110, - .baseSpAttack = 145, - .baseSpDefense = 70, - .types = MON_TYPES(TYPE_FIRE, TYPE_FLYING), - .catchRate = 3, - .expYield = 225, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 3, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_PRESSURE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_YELLOW, - .noFlip = =TRUE(), - .cryId = CRY_MOLTRES, - .categoryName = _("Summer"), - .height = 25, - .weight = 810, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 270, - .pokemonOffset = 1, - .trainerScale = 379, - .trainerOffset = 6, - }, - - [SPECIES_INFERNTRI] = - { - .speciesName = _("Inferntri"), - .baseHP = 110, - .baseAttack = 85, - .baseDefense = 110, - .baseSpeed = 120, - .baseSpAttack = 170, - .baseSpDefense = 80, - .types = MON_TYPES(TYPE_FIRE, TYPE_FLYING), - .catchRate = 3, - .expYield = 250, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 3, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_FLASH_FIRE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_YELLOW, - .noFlip = =TRUE(), - .cryId = CRY_MOLTRES, - .categoryName = _("True flame"), - .height = 30, - .weight = 1004, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 270, - .pokemonOffset = 1, - .trainerScale = 379, - .trainerOffset = 6, - }, - -#if P_FAMILY_DRATINI - [SPECIES_DRATINI] = - { - .speciesName = _("Dratini"), - .baseHP = 41, - .baseAttack = 64, - .baseDefense = 45, - .baseSpeed = 50, - .baseSpAttack = 50, - .baseSpDefense = 50, - .types = MON_TYPES(TYPE_DRAGON), - .catchRate = 45, - .expYield = 67, - .evYield_HP = 0, - .evYield_Attack = 1, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SHED_SKIN, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_DRATINI, - .categoryName = _("Dragon"), - .height = 18, - .weight = 33, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 8, - .trainerScale = 386, - .trainerOffset = 6, - }, - - [SPECIES_DRAGONAIR] = - { - .speciesName = _("Dragonair"), - .baseHP = 61, - .baseAttack = 74, - .baseDefense = 65, - .baseSpeed = 70, - .baseSpAttack = 70, - .baseSpDefense = 70, - .types = MON_TYPES(TYPE_DRAGON), - .catchRate = 45, - .expYield = 144, - .evYield_HP = 0, - .evYield_Attack = 2, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = DRAGON_FANG, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SHED_SKIN, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_DRAGONAIR, - .categoryName = _("Dragon"), - .height = 40, - .weight = 165, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 274, - .pokemonOffset = 0, - .trainerScale = 423, - .trainerOffset = 6, - }, - - [SPECIES_DRAGONITE] = - { - .speciesName = _("Dragonite"), - .baseHP = 91, - .baseAttack = 114, - .baseDefense = 85, - .baseSpeed = 70, - .baseSpAttack = 100, - .baseSpDefense = 90, - .types = MON_TYPES(TYPE_DRAGON, TYPE_FLYING), - .catchRate = 45, - .expYield = 218, - .evYield_HP = 0, - .evYield_Attack = 3, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = DRAGON_FANG, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INNER_FOCUS, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BROWN, - .noFlip = =TRUE(), - .cryId = CRY_DRAGONITE, - .categoryName = _("Dragon"), - .height = 22, - .weight = 2100, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 283, - .pokemonOffset = -1, - .trainerScale = 342, - .trainerOffset = 4, - }, - - [SPECIES_DRAGONIER] = - { - .speciesName = _("Dragonier"), - .baseHP = 91, - .baseAttack = 124, - .baseDefense = 95, - .baseSpeed = 80, - .baseSpAttack = 110, - .baseSpDefense = 100, - .types = MON_TYPES(TYPE_DRAGON, TYPE_FLYING), - .catchRate = 45, - .expYield = 229, - .evYield_HP = 0, - .evYield_Attack = 3, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = DRAGON_FANG, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INNER_FOCUS, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_DRAGONITE, - .categoryName = _("Shed skin"), - .height = 24, - .weight = 2299, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 283, - .pokemonOffset = -1, - .trainerScale = 342, - .trainerOffset = 4, - }, - - [SPECIES_DRAGONACE] = - { - .speciesName = _("Dragonace"), - .baseHP = 92, - .baseAttack = 138, - .baseDefense = 95, - .baseSpeed = 85, - .baseSpAttack = 135, - .baseSpDefense = 105, - .types = MON_TYPES(TYPE_DRAGON, TYPE_FLYING), - .catchRate = 45, - .expYield = 240, - .evYield_HP = 0, - .evYield_Attack = 3, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = DRAGON_FANG, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INNER_FOCUS, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLUE, - .noFlip = =TRUE(), - .cryId = CRY_DRAGONITE, - .categoryName = _("Shed skin"), - .height = 26, - .weight = 2401, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 283, - .pokemonOffset = -1, - .trainerScale = 342, - .trainerOffset = 4, - }, - - [SPECIES_DRAGONTALE] = - { - .speciesName = _("Dragontale"), - .baseHP = 80, - .baseAttack = 143, - .baseDefense = 76, - .baseSpeed = 155, - .baseSpAttack = 140, - .baseSpDefense = 91, - .types = MON_TYPES(TYPE_DRAGON, TYPE_FLYING), - .catchRate = 45, - .expYield = 255, - .evYield_HP = 0, - .evYield_Attack = 3, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = DRAGON_FANG, - .genderRatio = PERCENT_FEMALE(50), - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_INNER_FOCUS, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_WHITE, - .noFlip = =TRUE(), - .cryId = CRY_DRAGONITE, - .categoryName = _("Wish dragon"), - .height = 44, - .weight = 2304, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 283, - .pokemonOffset = -1, - .trainerScale = 342, - .trainerOffset = 4, - }, - -#if P_FAMILY_MEWTWO - [SPECIES_MEWTWO] = - { - .speciesName = _("Mewtwo"), - .baseHP = 96, - .baseAttack = 100, - .baseDefense = 90, - .baseSpeed = 100, - .baseSpAttack = 124, - .baseSpDefense = 90, - .types = MON_TYPES(TYPE_PSYCHIC), - .catchRate = 3, - .expYield = 220, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 3, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_PRESSURE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_MEWTWO, - .categoryName = _("Genetic"), - .height = 20, - .weight = 1220, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 276, - .pokemonOffset = -1, - .trainerScale = 342, - .trainerOffset = 5, - }, - - [SPECIES_MEWTHREE] = - { - .speciesName = _("Mewthree"), - .baseHP = 96, - .baseAttack = 115, - .baseDefense = 90, - .baseSpeed = 105, - .baseSpAttack = 154, - .baseSpDefense = 90, - .types = MON_TYPES(TYPE_PSYCHIC), - .catchRate = 3, - .expYield = 235, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 3, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_PRESSURE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_MEWTWO, - .categoryName = _("Mutated"), - .height = 21, - .weight = 1011, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 276, - .pokemonOffset = -1, - .trainerScale = 342, - .trainerOffset = 5, - }, - - [SPECIES_MEWFOUR] = - { - .speciesName = _("Mewfour"), - .baseHP = 101, - .baseAttack = 120, - .baseDefense = 95, - .baseSpeed = 115, - .baseSpAttack = 174, - .baseSpDefense = 95, - .types = MON_TYPES(TYPE_PSYCHIC), - .catchRate = 3, - .expYield = 255, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 3, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_SLOW, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SHADOW_TAG, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PURPLE, - .noFlip = =TRUE(), - .cryId = CRY_MEWTWO, - .categoryName = _("Unknown"), - .height = 24, - .weight = 999, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 276, - .pokemonOffset = -1, - .trainerScale = 342, - .trainerOffset = 5, - }, - -#if P_FAMILY_MEW - [SPECIES_MEW] = - { - .speciesName = _("Mew"), - .baseHP = 100, - .baseAttack = 100, - .baseDefense = 100, - .baseSpeed = 100, - .baseSpAttack = 100, - .baseSpDefense = 100, - .types = MON_TYPES(TYPE_PSYCHIC), - .catchRate = 45, - .expYield = 64, - .evYield_HP = 3, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SYNCHRONIZE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PINK, - .noFlip = =TRUE(), - .cryId = CRY_MEW, - .categoryName = _("New species"), - .height = 4, - .weight = 40, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 460, - .pokemonOffset = -2, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_NYU] = - { - .speciesName = _("Nyu"), - .baseHP = 100, - .baseAttack = 110, - .baseDefense = 110, - .baseSpeed = 100, - .baseSpAttack = 115, - .baseSpDefense = 115, - .types = MON_TYPES(TYPE_PSYCHIC), - .catchRate = 45, - .expYield = 150, - .evYield_HP = 3, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SYNCHRONIZE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PINK, - .noFlip = =TRUE(), - .cryId = CRY_MEW, - .categoryName = _("New species"), - .height = 6, - .weight = 55, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 460, - .pokemonOffset = -2, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_IOTA] = - { - .speciesName = _("Iota"), - .baseHP = 105, - .baseAttack = 120, - .baseDefense = 120, - .baseSpeed = 105, - .baseSpAttack = 125, - .baseSpDefense = 125, - .types = MON_TYPES(TYPE_PSYCHIC), - .catchRate = 45, - .expYield = 200, - .evYield_HP = 3, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SYNCHRONIZE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_PINK, - .noFlip = =TRUE(), - .cryId = CRY_MEW, - .categoryName = _("Unknown"), - .height = 8, - .weight = 68, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 460, - .pokemonOffset = -2, - .trainerScale = 256, - .trainerOffset = -2, - }, - - [SPECIES_MISSINGNO] = - { - .speciesName = _("Missingno"), - .baseHP = 105, - .baseAttack = 100, - .baseDefense = 105, - .baseSpeed = 95, - .baseSpAttack = 135, - .baseSpDefense = 105, - .types = MON_TYPES(TYPE_?????, TYPE_NORMAL), - .catchRate = 90, - .expYield = 204, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 1, - .evYield_Speed = 0, - .evYield_SpAttack = 1, - .evYield_SpDefense = 1, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_MAGIC_BOUNCE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_WHITE, - .noFlip = =TRUE(), - .cryId = CRY_MISSINGNO, - .categoryName = _("???"), - .height = 0, - .weight = 0, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 1, - .trainerScale = 375, - .trainerOffset = 6, - }, - - [SPECIES_MISSINGNO] = - { - .speciesName = _("Missingno"), - .baseHP = 90, - .baseAttack = 100, - .baseDefense = 80, - .baseSpeed = 120, - .baseSpAttack = 135, - .baseSpDefense = 120, - .types = MON_TYPES(TYPE_?????, TYPE_GHOST), - .catchRate = 90, - .expYield = 121, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 1, - .evYield_SpAttack = 2, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_SHADOW_TAG, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_BLACK, - .noFlip = =TRUE(), - .cryId = CRY_MISSINGNO, - .categoryName = _("???"), - .height = 0, - .weight = 0, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 1, - .trainerScale = 375, - .trainerOffset = 6, - }, - - [SPECIES_MISSINGNO] = - { - .speciesName = _("Missingno"), - .baseHP = 75, - .baseAttack = 100, - .baseDefense = 80, - .baseSpeed = 140, - .baseSpAttack = 135, - .baseSpDefense = 85, - .types = MON_TYPES(TYPE_?????, TYPE_FLYING), - .catchRate = 90, - .expYield = 185, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 0, - .evYield_Speed = 2, - .evYield_SpAttack = 1, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_PRESSURE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_GRAY, - .noFlip = =TRUE(), - .cryId = CRY_MISSINGNO, - .categoryName = _("???"), - .height = 0, - .weight = 0, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 1, - .trainerScale = 375, - .trainerOffset = 6, - }, - - [SPECIES_MISSINGNO] = - { - .speciesName = _("Missingno"), - .baseHP = 100, - .baseAttack = 100, - .baseDefense = 125, - .baseSpeed = 70, - .baseSpAttack = 135, - .baseSpDefense = 115, - .types = MON_TYPES(TYPE_?????, TYPE_ROCK), - .catchRate = 90, - .expYield = 204, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 1, - .evYield_Speed = 0, - .evYield_SpAttack = 2, - .evYield_SpDefense = 0, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_BATTLE_ARMOR, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_GRAY, - .noFlip = =TRUE(), - .cryId = CRY_MISSINGNO, - .categoryName = _("???"), - .height = 0, - .weight = 0, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 1, - .trainerScale = 375, - .trainerOffset = 6, - }, - - [SPECIES_MISSINGNO] = - { - .speciesName = _("Missingno"), - .baseHP = 130, - .baseAttack = 80, - .baseDefense = 150, - .baseSpeed = 55, - .baseSpAttack = 80, - .baseSpDefense = 150, - .types = MON_TYPES(TYPE_?????, TYPE_STEEL), - .catchRate = 90, - .expYield = 215, - .evYield_HP = 0, - .evYield_Attack = 0, - .evYield_Defense = 2, - .evYield_Speed = 0, - .evYield_SpAttack = 0, - .evYield_SpDefense = 1, - .itemCommon = ????????, - .itemRare = ????????, - .genderRatio = MON_GENDERLESS, - .eggCycles = 20, - .friendship = STANDARD_FRIENDSHIP, - .growthRate = MEDIUM_FAST, - .eggGroups = MON_EGG_GROUPS(EGG_GROUP_MONSTER), - .abilities = { ABILITY_MAGIC_BOUNCE, ABILITY_NONE , ABILITY_NONE }, - .bodyColor = BODY_COLOR_WHITE, - .noFlip = =TRUE(), - .cryId = CRY_MISSINGNO, - .categoryName = _("???"), - .height = 0, - .weight = 0, - .description = COMPOUD_STRING( - “temp”), - .pokemonScale = 256, - .pokemonOffset = 1, - .trainerScale = 375, - .trainerOffset = 6, - }, - -//end of program \ No newline at end of file