pokeplatinum/res/pokemon/azumarill/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
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": 100,
"attack": 50,
"defense": 80,
"speed": 50,
"special_attack": 50,
"special_defense": 80
},
"types": [ "TYPE_WATER", "TYPE_WATER" ],
"catch_rate": 75,
"base_exp_reward": 153,
"ev_yields": {
"hp": 3,
"attack": 0,
"defense": 0,
"speed": 0,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_NONE"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 10,
"base_friendship": 70,
"exp_rate": "EXP_RATE_FAST",
"egg_groups": [ "EGG_GROUP_WATER_1", "EGG_GROUP_FAIRY" ],
"abilities": [ "ABILITY_THICK_FAT", "ABILITY_HUGE_POWER" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_BLUE",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_TACKLE" ],
[ 1, "MOVE_DEFENSE_CURL" ],
[ 1, "MOVE_TAIL_WHIP" ],
[ 1, "MOVE_WATER_GUN" ],
[ 2, "MOVE_DEFENSE_CURL" ],
[ 7, "MOVE_TAIL_WHIP" ],
[ 10, "MOVE_WATER_GUN" ],
[ 15, "MOVE_ROLLOUT" ],
[ 20, "MOVE_BUBBLE_BEAM" ],
[ 27, "MOVE_AQUA_RING" ],
[ 33, "MOVE_DOUBLE_EDGE" ],
[ 40, "MOVE_RAIN_DANCE" ],
[ 47, "MOVE_AQUA_TAIL" ],
[ 54, "MOVE_HYDRO_PUMP" ]
],
"by_tm": [
"TM01",
"TM03",
"TM06",
"TM07",
"TM10",
"TM13",
"TM14",
"TM15",
"TM17",
"TM18",
"TM21",
"TM23",
"TM27",
"TM28",
"TM31",
"TM32",
"TM42",
"TM43",
"TM44",
"TM45",
"TM52",
"TM56",
"TM58",
"TM68",
"TM78",
"TM82",
"TM83",
"TM86",
"TM87",
"TM90",
"HM03",
"HM04",
"HM06",
"HM07"
],
"by_tutor": [
"MOVE_DIVE",
"MOVE_MUD_SLAP",
"MOVE_ICY_WIND",
"MOVE_ROLLOUT",
"MOVE_SUPERPOWER",
"MOVE_ICE_PUNCH",
"MOVE_AQUA_TAIL",
"MOVE_SNORE",
"MOVE_HELPING_HAND",
"MOVE_KNOCK_OFF",
"MOVE_SWIFT"
]
},
"evolutions": [ ],
"offspring": "SPECIES_AZURILL",
"footprint": {
"has": true,
"size": "FOOTPRINT_MEDIUM"
},
"pokedex_data": {
"height": 8,
"weight": 285,
"body_shape": "SHAPE_BIPEDAL_TAILED",
"trainer_scale_f": 272,
"pokemon_scale_f": 347,
"trainer_scale_m": 256,
"pokemon_scale_m": 347,
"trainer_pos_f": 8,
"pokemon_pos_f": 19,
"trainer_pos_m": 9,
"pokemon_pos_m": 19,
"en": {
"name": "AZUMARILL",
"category": "Aqua Rabbit Pokémon",
"entry_text": [
"It can spend all day in water,\n",
"since it can inhale and store\n",
"a large volume of air."
]
},
"fr": {
"name": "AZUMARILL",
"category": "Pokémon Aqualapin",
"entry_text": [
"Il peuple les lacs et les mers. Sous\n",
"leau, ses motifs et ses couleurs\n",
"brouillent la vue de lennemi."
]
},
"de": {
"name": "AZUMARILL",
"category": "Aquahase",
"entry_text": [
"Es lebt in Flüssen und Seen. Im\n",
"Wasser verwirrt es seine Gegner\n",
"durch seine Farbe und Muster."
]
},
"it": {
"name": "AZUMARILL",
"category": "Pokémon Acquniglio",
"entry_text": [
"Vive nei fiumi e nei laghi. Il suo\n",
"colore e i disegni confondono i\n",
"nemici in acqua."
]
},
"es": {
"name": "AZUMARILL",
"category": "Pokémon Conejoagua",
"entry_text": [
"Vive en ríos y lagos. En el agua,\n",
"sus colores y dibujos confunden\n",
"a los enemigos."
]
},
"jp": {
"name": "マリルリ",
"category": "みずうさぎポケモン",
"entry_text": [
"かわや みずうみに せいそくする。\n",
"みずの なかでは からだの いろと\n",
"もようが てきの めを あざむく。"
]
}
},
"catching_show": {
"pal_park_land_area": "PAL_PARK_AREA_LAND_NONE",
"pal_park_water_area": "PAL_PARK_AREA_WATER_NORTH_EAST",
"catching_points": 70,
"rarity": 20,
"unused": 771
}
}