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

178 lines
4.9 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": 70,
"defense": 80,
"speed": 70,
"special_attack": 70,
"special_defense": 95
},
"types": [ "TYPE_WATER", "TYPE_ICE" ],
"catch_rate": 75,
"base_exp_reward": 176,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 0,
"speed": 0,
"special_attack": 0,
"special_defense": 2
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_NONE"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 20,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_FAST",
"egg_groups": [ "EGG_GROUP_WATER_1", "EGG_GROUP_FIELD" ],
"abilities": [ "ABILITY_THICK_FAT", "ABILITY_HYDRATION" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_WHITE",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_HEADBUTT" ],
[ 1, "MOVE_GROWL" ],
[ 1, "MOVE_SIGNAL_BEAM" ],
[ 1, "MOVE_ICY_WIND" ],
[ 3, "MOVE_GROWL" ],
[ 7, "MOVE_SIGNAL_BEAM" ],
[ 11, "MOVE_ICY_WIND" ],
[ 13, "MOVE_ENCORE" ],
[ 17, "MOVE_ICE_SHARD" ],
[ 21, "MOVE_REST" ],
[ 23, "MOVE_AQUA_RING" ],
[ 27, "MOVE_AURORA_BEAM" ],
[ 31, "MOVE_AQUA_JET" ],
[ 33, "MOVE_BRINE" ],
[ 34, "MOVE_SHEER_COLD" ],
[ 37, "MOVE_TAKE_DOWN" ],
[ 41, "MOVE_DIVE" ],
[ 43, "MOVE_AQUA_TAIL" ],
[ 47, "MOVE_ICE_BEAM" ],
[ 51, "MOVE_SAFEGUARD" ]
],
"by_tm": [
"TM03",
"TM06",
"TM07",
"TM10",
"TM13",
"TM14",
"TM15",
"TM17",
"TM18",
"TM20",
"TM21",
"TM27",
"TM32",
"TM42",
"TM43",
"TM44",
"TM45",
"TM46",
"TM55",
"TM56",
"TM58",
"TM68",
"TM72",
"TM78",
"TM82",
"TM83",
"TM87",
"TM90",
"HM03",
"HM07"
],
"by_tutor": [
"MOVE_DIVE",
"MOVE_ICY_WIND",
"MOVE_AQUA_TAIL",
"MOVE_SNORE",
"MOVE_SIGNAL_BEAM"
]
},
"evolutions": [ ],
"offspring": "SPECIES_SEEL",
"footprint": {
"has": false,
"size": "FOOTPRINT_LARGE"
},
"pokedex_data": {
"height": 17,
"weight": 1200,
"body_shape": "SHAPE_FINS",
"trainer_scale_f": 290,
"pokemon_scale_f": 256,
"trainer_scale_m": 280,
"pokemon_scale_m": 256,
"trainer_pos_f": 6,
"pokemon_pos_f": 1,
"trainer_pos_m": 5,
"pokemon_pos_m": 1,
"en": {
"name": "DEWGONG",
"category": "Sea Lion Pokémon",
"entry_text": [
"In snow, the pure white coat\n",
"covering its body obscures it from\n",
"predators."
]
},
"fr": {
"name": "LAMANTINE",
"category": "Pokémon Otarie",
"entry_text": [
"Son corps est couvert dun grand\n",
"manteau blanc qui, dans la neige, le\n",
"dissimule aux yeux des prédateurs."
]
},
"de": {
"name": "JUGONG",
"category": "Seehund",
"entry_text": [
"Sein Körper ist mit einem weißen Fell\n",
"bedeckt, das es im Schnee fast\n",
"unsichtbar für Gegner macht."
]
},
"it": {
"name": "DEWGONG",
"category": "Pokémon Otaria",
"entry_text": [
"Ha il corpo ricoperto da una\n",
"pelliccia bianca che, sulla neve,\n",
"lo rende meno visibile ai predatori."
]
},
"es": {
"name": "DEWGONG",
"category": "Pokémon León Mar.",
"entry_text": [
"Está cubierto de un luminoso\n",
"pelaje blanco que lo camufla\n",
"en la nieve."
]
},
"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_SOUTH_EAST",
"catching_points": 70,
"rarity": 20,
"unused": 3331
}
}