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

195 lines
5.1 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": 95,
"attack": 70,
"defense": 73,
"speed": 60,
"special_attack": 85,
"special_defense": 90
},
"types": [ "TYPE_NORMAL", "TYPE_NORMAL" ],
"catch_rate": 25,
"base_exp_reward": 129,
"ev_yields": {
"hp": 3,
"attack": 0,
"defense": 0,
"speed": 0,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_LEPPA_BERRY",
"rare": "ITEM_MOON_STONE"
},
"gender_ratio": "GENDER_RATIO_FEMALE_75",
"hatch_cycles": 10,
"base_friendship": 140,
"exp_rate": "EXP_RATE_FAST",
"egg_groups": [ "EGG_GROUP_FAIRY", "EGG_GROUP_FAIRY" ],
"abilities": [ "ABILITY_CUTE_CHARM", "ABILITY_MAGIC_GUARD" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_PINK",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_SING" ],
[ 1, "MOVE_DOUBLE_SLAP" ],
[ 1, "MOVE_MINIMIZE" ],
[ 1, "MOVE_METRONOME" ]
],
"by_tm": [
"TM01",
"TM03",
"TM04",
"TM06",
"TM10",
"TM11",
"TM13",
"TM14",
"TM15",
"TM16",
"TM17",
"TM18",
"TM20",
"TM21",
"TM22",
"TM23",
"TM24",
"TM25",
"TM27",
"TM28",
"TM29",
"TM30",
"TM31",
"TM32",
"TM33",
"TM34",
"TM35",
"TM38",
"TM42",
"TM43",
"TM44",
"TM45",
"TM49",
"TM52",
"TM56",
"TM57",
"TM58",
"TM60",
"TM67",
"TM68",
"TM70",
"TM73",
"TM76",
"TM77",
"TM78",
"TM82",
"TM83",
"TM85",
"TM86",
"TM87",
"TM90",
"HM04",
"HM06"
],
"by_tutor": [
"MOVE_MUD_SLAP",
"MOVE_ICY_WIND",
"MOVE_ROLLOUT",
"MOVE_THUNDER_PUNCH",
"MOVE_FIRE_PUNCH",
"MOVE_ICE_PUNCH",
"MOVE_SNORE",
"MOVE_HELPING_HAND",
"MOVE_ENDEAVOR",
"MOVE_SIGNAL_BEAM",
"MOVE_ZEN_HEADBUTT",
"MOVE_LAST_RESORT",
"MOVE_BOUNCE",
"MOVE_TRICK",
"MOVE_KNOCK_OFF"
]
},
"evolutions": [ ],
"offspring": "SPECIES_CLEFFA",
"footprint": {
"has": true,
"size": "FOOTPRINT_MEDIUM"
},
"pokedex_data": {
"height": 13,
"weight": 400,
"body_shape": "SHAPE_BIPEDAL_TAILED",
"trainer_scale_f": 272,
"pokemon_scale_f": 240,
"trainer_scale_m": 256,
"pokemon_scale_m": 240,
"trainer_pos_f": 8,
"pokemon_pos_f": 9,
"trainer_pos_m": 9,
"pokemon_pos_m": 9,
"en": {
"name": "CLEFABLE",
"category": "Fairy Pokémon",
"entry_text": [
"It is very wary and rarely shows\n",
"itself to people. Its ears can hear\n",
"a pin drop over half a mile away."
]
},
"fr": {
"name": "MELODELFE",
"category": "Pokémon Fée",
"entry_text": [
"Il joue au bord des lacs déserts\n",
"les soirs de pleine lune. Rares\n",
"sont ceux qui lont aperçu."
]
},
"de": {
"name": "PIXI",
"category": "Fee",
"entry_text": [
"Man bekommt es selten zu sehen.\n",
"Bei Vollmond soll es an den Ufern\n",
"einsam gelegener Seen spielen."
]
},
"it": {
"name": "CLEFABLE",
"category": "Pokémon Fata",
"entry_text": [
"Si vedono raramente. Pare che nelle\n",
"notti di luna piena vadano a giocare\n",
"in prossimità di laghetti sperduti."
]
},
"es": {
"name": "CLEFABLE",
"category": "Pokémon Hada",
"entry_text": [
"Rara vez se le ve. Se dice que en\n",
"noches de luna llena sale a jugar\n",
"en lagos solitarios."
]
},
"jp": {
"name": "ピクシ-",
"category": "ようせいポケモン",
"entry_text": [
"めったに すがたを あらわさない。\n",
"まんげつに さそわれて ひとけのない\n",
"みずうみで あそぶと いわれている。"
]
}
},
"catching_show": {
"pal_park_land_area": "PAL_PARK_AREA_LAND_NORTH_EAST",
"pal_park_water_area": "PAL_PARK_AREA_WATER_NONE",
"catching_points": 90,
"rarity": 3,
"unused": 1285
}
}