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

172 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": 70,
"attack": 70,
"defense": 70,
"speed": 70,
"special_attack": 70,
"special_defense": 70
},
"types": [ "TYPE_NORMAL", "TYPE_NORMAL" ],
"catch_rate": 45,
"base_exp_reward": 145,
"ev_yields": {
"hp": 1,
"attack": 0,
"defense": 0,
"speed": 0,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_MYSTIC_WATER",
"rare": "ITEM_MYSTIC_WATER"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 25,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_FAST",
"egg_groups": [ "EGG_GROUP_FAIRY", "EGG_GROUP_AMORPHOUS" ],
"abilities": [ "ABILITY_FORECAST", "ABILITY_NONE" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_WHITE",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_TACKLE" ],
[ 10, "MOVE_WATER_GUN" ],
[ 10, "MOVE_EMBER" ],
[ 10, "MOVE_POWDER_SNOW" ],
[ 20, "MOVE_RAIN_DANCE" ],
[ 20, "MOVE_SUNNY_DAY" ],
[ 20, "MOVE_HAIL" ],
[ 30, "MOVE_WEATHER_BALL" ]
],
"by_tm": [
"TM03",
"TM06",
"TM07",
"TM10",
"TM11",
"TM13",
"TM14",
"TM17",
"TM18",
"TM21",
"TM22",
"TM24",
"TM25",
"TM27",
"TM30",
"TM32",
"TM34",
"TM35",
"TM37",
"TM38",
"TM42",
"TM43",
"TM44",
"TM45",
"TM46",
"TM53",
"TM58",
"TM70",
"TM72",
"TM73",
"TM77",
"TM78",
"TM82",
"TM83",
"TM87",
"TM90"
],
"by_tutor": [
"MOVE_ICY_WIND",
"MOVE_OMINOUS_WIND",
"MOVE_SNORE",
"MOVE_LAST_RESORT",
"MOVE_SWIFT"
]
},
"evolutions": [ ],
"offspring": "SPECIES_CASTFORM",
"footprint": {
"has": false,
"size": "FOOTPRINT_LARGE"
},
"pokedex_data": {
"height": 3,
"weight": 8,
"body_shape": "SHAPE_HEAD",
"trainer_scale_f": 272,
"pokemon_scale_f": 471,
"trainer_scale_m": 256,
"pokemon_scale_m": 471,
"trainer_pos_f": 8,
"pokemon_pos_f": 65523,
"trainer_pos_m": 9,
"pokemon_pos_m": 65523,
"en": {
"name": "CASTFORM",
"category": "Weather Pokémon",
"entry_text": [
"Its appearance changes with the\n",
"weather. Recently, its molecules\n",
"were found to be just like water."
]
},
"fr": {
"name": "MORPHEO",
"category": "Pokémon Climat",
"entry_text": [
"Son aspect change avec la météo.\n",
"On a récemment découvert que ses\n",
"molécules étaient pareilles à leau."
]
},
"de": {
"name": "FORMEO",
"category": "Wetter",
"entry_text": [
"Seine Gestalt ändert sich mit dem\n",
"Wetter. Vor kurzem entdeckte man,\n",
"dass seine Moleküle wie Wasser sind."
]
},
"it": {
"name": "CASTFORM",
"category": "Pokémon Meteo",
"entry_text": [
"Il suo aspetto varia con il clima.\n",
"Recentemente si è scoperto che\n",
"le sue molecole sono di acqua."
]
},
"es": {
"name": "CASTFORM",
"category": "Pokémon Clima",
"entry_text": [
"La meteorología determina su\n",
"aspecto. Hace poco se ha sabido\n",
"que sus células son como el agua. "
]
},
"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
}
}