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

171 lines
4.7 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": 76,
"attack": 65,
"defense": 45,
"speed": 91,
"special_attack": 92,
"special_defense": 42
},
"types": [ "TYPE_NORMAL", "TYPE_FLYING" ],
"catch_rate": 30,
"base_exp_reward": 107,
"ev_yields": {
"hp": 0,
"attack": 1,
"defense": 0,
"speed": 0,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_METRONOME"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 20,
"base_friendship": 35,
"exp_rate": "EXP_RATE_MEDIUM_SLOW",
"egg_groups": [ "EGG_GROUP_FLYING", "EGG_GROUP_FLYING" ],
"abilities": [ "ABILITY_KEEN_EYE", "ABILITY_TANGLED_FEET" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_BLACK",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_PECK" ],
[ 5, "MOVE_GROWL" ],
[ 9, "MOVE_MIRROR_MOVE" ],
[ 13, "MOVE_SING" ],
[ 17, "MOVE_FURY_ATTACK" ],
[ 21, "MOVE_CHATTER" ],
[ 25, "MOVE_TAUNT" ],
[ 29, "MOVE_MIMIC" ],
[ 33, "MOVE_ROOST" ],
[ 37, "MOVE_UPROAR" ],
[ 41, "MOVE_FEATHER_DANCE" ],
[ 45, "MOVE_HYPER_VOICE" ]
],
"by_tm": [
"TM06",
"TM10",
"TM11",
"TM12",
"TM17",
"TM18",
"TM21",
"TM27",
"TM32",
"TM40",
"TM41",
"TM42",
"TM43",
"TM44",
"TM45",
"TM46",
"TM47",
"TM51",
"TM58",
"TM78",
"TM82",
"TM83",
"TM87",
"TM88",
"TM89",
"TM90",
"HM02",
"HM05"
],
"by_tutor": [
"MOVE_MUD_SLAP",
"MOVE_OMINOUS_WIND",
"MOVE_SNORE",
"MOVE_AIR_CUTTER",
"MOVE_TWISTER",
"MOVE_HEAT_WAVE",
"MOVE_SWIFT",
"MOVE_UPROAR"
]
},
"evolutions": [ ],
"offspring": "SPECIES_CHATOT",
"footprint": {
"has": true,
"size": "FOOTPRINT_MEDIUM"
},
"pokedex_data": {
"height": 5,
"weight": 19,
"body_shape": "SHAPE_WINGED",
"trainer_scale_f": 272,
"pokemon_scale_f": 420,
"trainer_scale_m": 256,
"pokemon_scale_m": 420,
"trainer_pos_f": 8,
"pokemon_pos_f": 24,
"trainer_pos_m": 9,
"pokemon_pos_m": 24,
"en": {
"name": "CHATOT",
"category": "Music Note Pokémon",
"entry_text": [
"Its tongue is just like a humans.\n",
"As a result, it can cleverly mimic\n",
"human speech."
]
},
"fr": {
"name": "PIJAKO",
"category": "Pokémon Note Musique",
"entry_text": [
"On peut lui enseigner quelques\n",
"mots. Sil sagit dun groupe, ils\n",
"retiendront les mêmes phrases."
]
},
"de": {
"name": "PLAUDAGEI",
"category": "Musiknote",
"entry_text": [
"Es kann die menschliche Sprache\n",
"lernen. Versammeln sie sich,\n",
"bringen sie sich alle dasselbe bei."
]
},
"it": {
"name": "CHATOT",
"category": "Pokémon Musicale",
"entry_text": [
"Può imparare il linguaggio umano.\n",
"Se un gruppo si raduna, tutti\n",
"imparano le stesse parole."
]
},
"es": {
"name": "CHATOT",
"category": "Pokémon Corchea",
"entry_text": [
"Pueden aprender y hablar lenguas\n",
"humanas. Si se juntan, todos\n",
"aprenden las mismas palabras."
]
},
"jp": {
"name": "ペラップ",
"category": "おんぷポケモン",
"entry_text": [
"ひとの ことばを おぼえて なく。\n",
"なかまが いっかしょに あつまると\n",
"みんな おなじ ことばを おぼえる。"
]
}
},
"catching_show": {
"pal_park_land_area": "PAL_PARK_AREA_LAND_SOUTH_WEST",
"pal_park_water_area": "PAL_PARK_AREA_WATER_NONE",
"catching_points": 70,
"rarity": 20,
"unused": 1285
}
}