pokeplatinum/res/pokemon/chingling/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
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": 45,
"attack": 30,
"defense": 50,
"speed": 45,
"special_attack": 65,
"special_defense": 50
},
"types": [ "TYPE_PSYCHIC", "TYPE_PSYCHIC" ],
"catch_rate": 120,
"base_exp_reward": 74,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 0,
"speed": 0,
"special_attack": 1,
"special_defense": 0
},
"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_UNDISCOVERED", "EGG_GROUP_UNDISCOVERED" ],
"abilities": [ "ABILITY_LEVITATE", "ABILITY_NONE" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_YELLOW",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_WRAP" ],
[ 6, "MOVE_GROWL" ],
[ 9, "MOVE_ASTONISH" ],
[ 14, "MOVE_CONFUSION" ],
[ 17, "MOVE_UPROAR" ],
[ 22, "MOVE_LAST_RESORT" ]
],
"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",
"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_SWIFT",
"MOVE_UPROAR"
]
},
"evolutions": [
[ "EVO_LEVEL_HAPPINESS_NIGHT", "SPECIES_CHIMECHO" ]
],
"offspring": "SPECIES_CHINGLING",
"footprint": {
"has": true,
"size": "FOOTPRINT_SMALL"
},
"pokedex_data": {
"height": 2,
"weight": 6,
"body_shape": "SHAPE_BIPEDAL_TAILLESS",
"trainer_scale_f": 272,
"pokemon_scale_f": 376,
"trainer_scale_m": 256,
"pokemon_scale_m": 376,
"trainer_pos_f": 8,
"pokemon_pos_f": 65527,
"trainer_pos_m": 9,
"pokemon_pos_m": 65527,
"en": {
"name": "CHINGLING",
"category": "Bell Pokémon",
"entry_text": [
"There is an orb inside its mouth.\n",
"When it hops, the orb bounces all\n",
"over and makes a ringing sound."
]
},
"fr": {
"name": "KORILLON",
"category": "Pokémon Clochette",
"entry_text": [
"Il émet des cris en agitant\n",
"lorbe à larrière de sa gorge. Il\n",
"avance par bonds désordonnés."
]
},
"de": {
"name": "KLINGPLIM",
"category": "Glöckchen",
"entry_text": [
"Es ruft, indem es eine Kugel in\n",
"seiner Kehle bewegt. Es bewegt sich\n",
"mit eiligen Hopsern fort."
]
},
"it": {
"name": "CHINGLING",
"category": "Pokémon Sonaglio",
"entry_text": [
"Emette versi muovendo la sfera\n",
"che ha nella gola.\n",
"Si muove saltellando agilmente."
]
},
"es": {
"name": "CHINGLING",
"category": "Pokémon Campana",
"entry_text": [
"Emite chillidos al agitar la esfera\n",
"de su garganta. Se mueve con\n",
"enérgicos saltos."
]
},
"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": 1297
}
}