pokeplatinum/res/pokemon/chimecho/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

184 lines
5.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"base_stats": {
"hp": 65,
"attack": 50,
"defense": 70,
"speed": 65,
"special_attack": 95,
"special_defense": 80
},
"types": [ "TYPE_PSYCHIC", "TYPE_PSYCHIC" ],
"catch_rate": 45,
"base_exp_reward": 147,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 0,
"speed": 0,
"special_attack": 1,
"special_defense": 1
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_COLBUR_BERRY"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 25,
"base_friendship": 70,
"exp_rate": "EXP_RATE_FAST",
"egg_groups": [ "EGG_GROUP_AMORPHOUS", "EGG_GROUP_AMORPHOUS" ],
"abilities": [ "ABILITY_LEVITATE", "ABILITY_NONE" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_BLUE",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_WRAP" ],
[ 6, "MOVE_GROWL" ],
[ 9, "MOVE_ASTONISH" ],
[ 14, "MOVE_CONFUSION" ],
[ 17, "MOVE_UPROAR" ],
[ 22, "MOVE_TAKE_DOWN" ],
[ 25, "MOVE_YAWN" ],
[ 30, "MOVE_PSYWAVE" ],
[ 33, "MOVE_DOUBLE_EDGE" ],
[ 38, "MOVE_HEAL_BELL" ],
[ 41, "MOVE_SAFEGUARD" ],
[ 46, "MOVE_EXTRASENSORY" ],
[ 49, "MOVE_HEALING_WISH" ]
],
"by_tm": [
"TM04",
"TM06",
"TM10",
"TM11",
"TM12",
"TM16",
"TM17",
"TM18",
"TM20",
"TM21",
"TM27",
"TM29",
"TM30",
"TM32",
"TM33",
"TM34",
"TM41",
"TM42",
"TM43",
"TM44",
"TM45",
"TM48",
"TM49",
"TM53",
"TM57",
"TM58",
"TM67",
"TM70",
"TM73",
"TM77",
"TM78",
"TM82",
"TM83",
"TM85",
"TM86",
"TM87",
"TM90",
"TM92"
],
"by_tutor": [
"MOVE_ICY_WIND",
"MOVE_ROLLOUT",
"MOVE_SNORE",
"MOVE_HELPING_HAND",
"MOVE_SIGNAL_BEAM",
"MOVE_ZEN_HEADBUTT",
"MOVE_LAST_RESORT",
"MOVE_TRICK",
"MOVE_KNOCK_OFF",
"MOVE_UPROAR"
]
},
"evolutions": [ ],
"offspring": "SPECIES_CHINGLING",
"footprint": {
"has": false,
"size": "FOOTPRINT_LARGE"
},
"pokedex_data": {
"height": 6,
"weight": 10,
"body_shape": "SHAPE_HEAD_ARMS",
"trainer_scale_f": 272,
"pokemon_scale_f": 462,
"trainer_scale_m": 256,
"pokemon_scale_m": 462,
"trainer_pos_f": 8,
"pokemon_pos_f": 65523,
"trainer_pos_m": 9,
"pokemon_pos_m": 65523,
"en": {
"name": "CHIMECHO",
"category": "Wind Chime Pokémon",
"entry_text": [
"Its cries echo inside its hollow\n",
"body to emerge as beautiful notes\n",
"for startling and repelling foes."
]
},
"fr": {
"name": "EOKO",
"category": "Pokémon Carillon",
"entry_text": [
"Son langage comporte sept cris.\n",
"Il les utilise pour faire vibrer\n",
"lair et projeter son ennemi."
]
},
"de": {
"name": "PALIMPALIM",
"category": "Windspiel",
"entry_text": [
"Um die Gegner fortzuwehen, setzt\n",
"es die Luft mit Schreien in\n",
"Bewegung."
]
},
"it": {
"name": "CHIMECHO",
"category": "Pokémon Vencampana",
"entry_text": [
"Le sue urla sono così potenti da\n",
"far volar via i nemici. Comunica con\n",
"sette versi differenti."
]
},
"es": {
"name": "CHIMECHO",
"category": "Pokémon Sonido Aire",
"entry_text": [
"Sus gritos sacuden el aire para\n",
"derribar a los rivales voladores.\n",
"Habla con siete tipos de gritos."
]
},
"jp": {
"name": "チリ-ン",
"category": "ふうりんポケモン",
"entry_text": [
"なきごえで くうきを しんどうさせ\n",
"あいてを ふきとばす。7しゅるいの\n",
"こえで なかまと かいわする。"
]
}
},
"catching_show": {
"pal_park_land_area": "PAL_PARK_AREA_LAND_NORTH_EAST",
"pal_park_water_area": "PAL_PARK_AREA_WATER_NONE",
"catching_points": 80,
"rarity": 10,
"unused": 2570
}
}