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

190 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": 90,
"attack": 92,
"defense": 75,
"speed": 60,
"special_attack": 92,
"special_defense": 85
},
"types": [ "TYPE_GRASS", "TYPE_ICE" ],
"catch_rate": 60,
"base_exp_reward": 214,
"ev_yields": {
"hp": 0,
"attack": 1,
"defense": 0,
"speed": 0,
"special_attack": 1,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_NEVERMELTICE"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 20,
"base_friendship": 70,
"exp_rate": "EXP_RATE_SLOW",
"egg_groups": [ "EGG_GROUP_MONSTER", "EGG_GROUP_GRASS" ],
"abilities": [ "ABILITY_SNOW_WARNING", "ABILITY_NONE" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_WHITE",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_ICE_PUNCH" ],
[ 1, "MOVE_POWDER_SNOW" ],
[ 1, "MOVE_LEER" ],
[ 1, "MOVE_RAZOR_LEAF" ],
[ 1, "MOVE_ICY_WIND" ],
[ 5, "MOVE_RAZOR_LEAF" ],
[ 9, "MOVE_ICY_WIND" ],
[ 13, "MOVE_GRASS_WHISTLE" ],
[ 17, "MOVE_SWAGGER" ],
[ 21, "MOVE_MIST" ],
[ 26, "MOVE_ICE_SHARD" ],
[ 31, "MOVE_INGRAIN" ],
[ 36, "MOVE_WOOD_HAMMER" ],
[ 47, "MOVE_BLIZZARD" ],
[ 58, "MOVE_SHEER_COLD" ]
],
"by_tm": [
"TM01",
"TM03",
"TM06",
"TM07",
"TM09",
"TM10",
"TM13",
"TM14",
"TM15",
"TM16",
"TM17",
"TM18",
"TM19",
"TM20",
"TM21",
"TM22",
"TM23",
"TM26",
"TM27",
"TM30",
"TM31",
"TM32",
"TM39",
"TM42",
"TM43",
"TM44",
"TM45",
"TM52",
"TM53",
"TM56",
"TM58",
"TM68",
"TM70",
"TM72",
"TM75",
"TM78",
"TM80",
"TM82",
"TM83",
"TM86",
"TM87",
"TM90",
"HM04",
"HM06",
"HM08"
],
"by_tutor": [
"MOVE_MUD_SLAP",
"MOVE_ICY_WIND",
"MOVE_ICE_PUNCH",
"MOVE_SNORE",
"MOVE_OUTRAGE",
"MOVE_SYNTHESIS",
"MOVE_SEED_BOMB"
]
},
"evolutions": [ ],
"offspring": "SPECIES_SNOVER",
"footprint": {
"has": true,
"size": "FOOTPRINT_MEDIUM"
},
"pokedex_data": {
"height": 22,
"weight": 1355,
"body_shape": "SHAPE_BIPEDAL_TAILED",
"trainer_scale_f": 335,
"pokemon_scale_f": 256,
"trainer_scale_m": 328,
"pokemon_scale_m": 256,
"trainer_pos_f": 15,
"pokemon_pos_f": 4,
"trainer_pos_m": 15,
"pokemon_pos_m": 4,
"en": {
"name": "ABOMASNOW",
"category": "Frost Tree Pokémon",
"entry_text": [
"They appear when the snow flowers\n",
"bloom. When the petals fall, they\n",
"retreat to places unknown again."
]
},
"fr": {
"name": "BLIZZAROI",
"category": "Pokémon Arbregelé",
"entry_text": [
"Cest labominable homme des\n",
"neiges. Il ensevelit les montagnes\n",
"sous ses blizzards."
]
},
"de": {
"name": "REXBLISAR",
"category": "Frostbaum",
"entry_text": [
"Es löst in den Bergen, wo ewiger\n",
"Schnee liegt, Blizzards aus. Es ist\n",
"ein scheußlicher Schneemann."
]
},
"it": {
"name": "ABOMASNOW",
"category": "Pokémon Albergelo",
"entry_text": [
"Crea bufere di neve sui monti\n",
"ricoperti da nevi perenni.\n",
"È labominevole essere delle nevi."
]
},
"es": {
"name": "ABOMASNOW",
"category": "Pokémon Árbol Nieve",
"entry_text": [
"Es el abominable hombre de las\n",
"nieves. Produce ventiscas en las\n",
"montañas cubiertas de nieve."
]
},
"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": 70,
"rarity": 20,
"unused": 2063
}
}