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

182 lines
5.0 KiB
JSON

{
"base_stats": {
"hp": 120,
"attack": 70,
"defense": 120,
"speed": 85,
"special_attack": 75,
"special_defense": 130
},
"types": [ "TYPE_PSYCHIC", "TYPE_PSYCHIC" ],
"catch_rate": 3,
"base_exp_reward": 210,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 0,
"speed": 0,
"special_attack": 0,
"special_defense": 3
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_NONE"
},
"gender_ratio": "GENDER_RATIO_FEMALE_ONLY",
"hatch_cycles": 120,
"base_friendship": 100,
"exp_rate": "EXP_RATE_SLOW",
"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_CONFUSION" ],
[ 1, "MOVE_DOUBLE_TEAM" ],
[ 11, "MOVE_SAFEGUARD" ],
[ 20, "MOVE_MIST" ],
[ 29, "MOVE_AURORA_BEAM" ],
[ 38, "MOVE_FUTURE_SIGHT" ],
[ 47, "MOVE_SLASH" ],
[ 57, "MOVE_MOONLIGHT" ],
[ 66, "MOVE_PSYCHO_CUT" ],
[ 75, "MOVE_PSYCHO_SHIFT" ],
[ 84, "MOVE_LUNAR_DANCE" ],
[ 93, "MOVE_PSYCHIC" ]
],
"by_tm": [
"TM04",
"TM06",
"TM10",
"TM11",
"TM13",
"TM15",
"TM16",
"TM17",
"TM18",
"TM20",
"TM21",
"TM22",
"TM27",
"TM29",
"TM30",
"TM32",
"TM33",
"TM42",
"TM43",
"TM44",
"TM45",
"TM48",
"TM53",
"TM57",
"TM58",
"TM67",
"TM68",
"TM70",
"TM73",
"TM77",
"TM78",
"TM82",
"TM83",
"TM85",
"TM86",
"TM87",
"TM90",
"TM92"
],
"by_tutor": [
"MOVE_MUD_SLAP",
"MOVE_FURY_CUTTER",
"MOVE_ICY_WIND",
"MOVE_SNORE",
"MOVE_HELPING_HAND",
"MOVE_SIGNAL_BEAM",
"MOVE_ZEN_HEADBUTT",
"MOVE_TRICK",
"MOVE_SWIFT"
]
},
"evolutions": [ ],
"offspring": "SPECIES_CRESSELIA",
"footprint": {
"has": false,
"size": "FOOTPRINT_LARGE"
},
"pokedex_data": {
"height": 15,
"weight": 856,
"body_shape": "SHAPE_INSECTOID",
"trainer_scale_f": 296,
"pokemon_scale_f": 256,
"trainer_scale_m": 297,
"pokemon_scale_m": 256,
"trainer_pos_f": 8,
"pokemon_pos_f": 65533,
"trainer_pos_m": 7,
"pokemon_pos_m": 65533,
"en": {
"name": "CRESSELIA",
"category": "Lunar Pokémon",
"entry_text": [
"On nights around the quarter moon,\n",
"the aurora from its tail extends\n",
"and undulates beautifully."
]
},
"fr": {
"name": "CRESSELIA",
"category": "Pokémon Lunaire",
"entry_text": [
"Ses ailes libèrent un rideau de\n",
"particules brillantes. Ce Pokémon\n",
"symboliserait le croissant de lune."
]
},
"de": {
"name": "CRESSELIA",
"category": "Lunar",
"entry_text": [
"Seine Flügel geben schimmernde\n",
"Partikel ab, wie einen Schleier. Man\n",
"sagt, es steht für die Mondsichel."
]
},
"it": {
"name": "CRESSELIA",
"category": "Pokémon Falcato",
"entry_text": [
"Volando rilascia un velo di \n",
"particelle brillanti. Si dice che\n",
"rappresenti la luna crescente."
]
},
"es": {
"name": "CRESSELIA",
"category": "Pokémon Lunar",
"entry_text": [
"Sus alas emiten un velo de\n",
"partículas brillantes. Se dice\n",
"que representa un cuarto lunar."
]
},
"jp": {
"name": "クレセリア",
"category": "みかづきポケモン",
"entry_text": [
"ひこうするときは ベ-ルのような\n",
"はねから ひかる りゅうしを だす。\n",
"みかづきのけしんと よばれている。"
]
}
},
"catching_show": {
"pal_park_land_area": "PAL_PARK_AREA_LAND_NORTH_WEST",
"pal_park_water_area": "PAL_PARK_AREA_WATER_NONE",
"catching_points": 90,
"rarity": 3,
"unused": 2570
}
}