pokeplatinum/res/pokemon/chinchou/data.json
h2o-DS 0cba5ddceb
Some checks failed
build / build (push) Has been cancelled
Generate pms.narc (#502)
* Generate pms

Added offspring field to species data files
Added pms.narc to datagen_species

* Document Comments

Added pms.narc to header comments

* Remove Hardcode

* Optimization
2025-05-07 20:46:30 -07:00

179 lines
4.8 KiB
JSON

{
"base_stats": {
"hp": 75,
"attack": 38,
"defense": 38,
"speed": 67,
"special_attack": 56,
"special_defense": 56
},
"types": [ "TYPE_WATER", "TYPE_ELECTRIC" ],
"catch_rate": 190,
"base_exp_reward": 90,
"ev_yields": {
"hp": 1,
"attack": 0,
"defense": 0,
"speed": 0,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_DEEPSEASCALE"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 20,
"base_friendship": 70,
"exp_rate": "EXP_RATE_SLOW",
"egg_groups": [ "EGG_GROUP_WATER_2", "EGG_GROUP_WATER_2" ],
"abilities": [ "ABILITY_VOLT_ABSORB", "ABILITY_ILLUMINATE" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_BLUE",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_BUBBLE" ],
[ 1, "MOVE_SUPERSONIC" ],
[ 6, "MOVE_THUNDER_WAVE" ],
[ 9, "MOVE_FLAIL" ],
[ 12, "MOVE_WATER_GUN" ],
[ 17, "MOVE_CONFUSE_RAY" ],
[ 20, "MOVE_SPARK" ],
[ 23, "MOVE_TAKE_DOWN" ],
[ 28, "MOVE_BUBBLE_BEAM" ],
[ 31, "MOVE_SIGNAL_BEAM" ],
[ 34, "MOVE_DISCHARGE" ],
[ 39, "MOVE_AQUA_RING" ],
[ 42, "MOVE_HYDRO_PUMP" ],
[ 45, "MOVE_CHARGE" ]
],
"by_tm": [
"TM03",
"TM06",
"TM07",
"TM10",
"TM13",
"TM14",
"TM17",
"TM18",
"TM21",
"TM24",
"TM25",
"TM27",
"TM32",
"TM34",
"TM42",
"TM43",
"TM44",
"TM45",
"TM55",
"TM57",
"TM58",
"TM70",
"TM73",
"TM78",
"TM82",
"TM83",
"TM87",
"TM90",
"HM03",
"HM07"
],
"by_tutor": [
"MOVE_DIVE",
"MOVE_ICY_WIND",
"MOVE_SNORE",
"MOVE_SIGNAL_BEAM",
"MOVE_BOUNCE",
"MOVE_SUCKER_PUNCH"
]
},
"evolutions": [
[
"EVO_LEVEL",
27,
"SPECIES_LANTURN"
]
],
"offspring": "SPECIES_CHINCHOU",
"footprint": {
"has": false,
"size": "FOOTPRINT_LARGE"
},
"pokedex_data": {
"height": 5,
"weight": 120,
"body_shape": "SHAPE_FINS",
"trainer_scale_f": 272,
"pokemon_scale_f": 348,
"trainer_scale_m": 256,
"pokemon_scale_m": 348,
"trainer_pos_f": 8,
"pokemon_pos_f": 5,
"trainer_pos_m": 9,
"pokemon_pos_m": 5,
"en": {
"name": "CHINCHOU",
"category": "Angler Pokémon",
"entry_text": [
"It discharges positive and\n",
"negative electricity from its\n",
"antenna tips to shock its foes."
]
},
"fr": {
"name": "LOUPIO",
"category": "Pokémon Poisson",
"entry_text": [
"Il envoie des décharges électriques\n",
"positives et négatives du bout des\n",
"antennes pour paralyser sa proie."
]
},
"de": {
"name": "LAMPI",
"category": "Angler",
"entry_text": [
"Über seine Antennen entlädt es\n",
"Elektrizität, mit der es seinen\n",
"Gegnern einen Schlag versetzt."
]
},
"it": {
"name": "CHINCHOU",
"category": "Pokémon Pescatore",
"entry_text": [
"Dalle antenne emette scariche\n",
"elettriche positive e negative con\n",
"le quali colpisce i nemici."
]
},
"es": {
"name": "CHINCHOU",
"category": "Pokémon Rape",
"entry_text": [
"Libera cargas eléctricas positivas\n",
"y negativas con sus antenas para\n",
"aturdir a sus enemigos."
]
},
"jp": {
"name": "チョンチ-",
"category": "あんこうポケモン",
"entry_text": [
"プラスと マイナスの でんきを\n",
"しょくしゅの さきから ながす。\n",
"てきを かんでんさせてしまうのだ。"
]
}
},
"catching_show": {
"pal_park_land_area": "PAL_PARK_AREA_LAND_NONE",
"pal_park_water_area": "PAL_PARK_AREA_WATER_SOUTH_EAST",
"catching_points": 50,
"rarity": 30,
"unused": 1795
}
}