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

180 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": 50,
"attack": 25,
"defense": 28,
"speed": 15,
"special_attack": 45,
"special_defense": 55
},
"types": [ "TYPE_NORMAL", "TYPE_NORMAL" ],
"catch_rate": 150,
"base_exp_reward": 37,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 0,
"speed": 0,
"special_attack": 0,
"special_defense": 1
},
"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_UNDISCOVERED", "EGG_GROUP_UNDISCOVERED" ],
"abilities": [ "ABILITY_CUTE_CHARM", "ABILITY_MAGIC_GUARD" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_PINK",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_POUND" ],
[ 1, "MOVE_CHARM" ],
[ 4, "MOVE_ENCORE" ],
[ 7, "MOVE_SING" ],
[ 10, "MOVE_SWEET_KISS" ],
[ 13, "MOVE_COPYCAT" ],
[ 16, "MOVE_MAGICAL_LEAF" ]
],
"by_tm": [
"TM03",
"TM06",
"TM10",
"TM11",
"TM16",
"TM17",
"TM18",
"TM20",
"TM21",
"TM22",
"TM23",
"TM27",
"TM28",
"TM29",
"TM30",
"TM32",
"TM33",
"TM34",
"TM35",
"TM38",
"TM42",
"TM43",
"TM44",
"TM45",
"TM56",
"TM58",
"TM67",
"TM70",
"TM73",
"TM77",
"TM78",
"TM82",
"TM83",
"TM85",
"TM86",
"TM87",
"TM90"
],
"by_tutor": [
"MOVE_MUD_SLAP",
"MOVE_ICY_WIND",
"MOVE_ROLLOUT",
"MOVE_SNORE",
"MOVE_HELPING_HAND",
"MOVE_ENDEAVOR",
"MOVE_SIGNAL_BEAM",
"MOVE_ZEN_HEADBUTT",
"MOVE_LAST_RESORT",
"MOVE_TRICK",
"MOVE_UPROAR"
]
},
"evolutions": [
[ "EVO_LEVEL_HAPPINESS", "SPECIES_CLEFAIRY" ]
],
"offspring": "SPECIES_CLEFFA",
"footprint": {
"has": true,
"size": "FOOTPRINT_SMALL"
},
"pokedex_data": {
"height": 3,
"weight": 30,
"body_shape": "SHAPE_BIPEDAL_TAILED",
"trainer_scale_f": 272,
"pokemon_scale_f": 427,
"trainer_scale_m": 256,
"pokemon_scale_m": 427,
"trainer_pos_f": 8,
"pokemon_pos_f": 29,
"trainer_pos_m": 9,
"pokemon_pos_m": 29,
"en": {
"name": "CLEFFA",
"category": "Star Shape Pokémon",
"entry_text": [
"It is often seen when shooting\n",
"stars fill the night skies. Its said\n",
"to arrive riding on a shooting star."
]
},
"fr": {
"name": "MELO",
"category": "Pokémon Etoile",
"entry_text": [
"Sa silhouette rappelle une étoile.\n",
"On dit quil descend sur terre\n",
"en chevauchant une étoile filante."
]
},
"de": {
"name": "PII",
"category": "Sternform",
"entry_text": [
"Seine Silhouette sieht aus wie ein\n",
"Stern. Man sagt, es würde auf\n",
"Sternschnuppen reisen."
]
},
"it": {
"name": "CLEFFA",
"category": "Pokémon Stella",
"entry_text": [
"La sua sagoma ricorda quella di\n",
"una stella. Si ritiene che giunga\n",
"a cavallo di stelle cadenti."
]
},
"es": {
"name": "CLEFFA",
"category": "Pokémon Estrellada",
"entry_text": [
"Tiene forma de estrella. Se cree\n",
"que llega cabalgando sobre\n",
"estrellas fugaces."
]
},
"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": 80,
"rarity": 10,
"unused": 1285
}
}