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

194 lines
5.2 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": 120,
"defense": 120,
"speed": 90,
"special_attack": 150,
"special_defense": 100
},
"types": [ "TYPE_STEEL", "TYPE_DRAGON" ],
"catch_rate": 30,
"base_exp_reward": 220,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 0,
"speed": 0,
"special_attack": 3,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_NONE"
},
"gender_ratio": "GENDER_RATIO_NO_GENDER",
"hatch_cycles": 120,
"base_friendship": 0,
"exp_rate": "EXP_RATE_SLOW",
"egg_groups": [ "EGG_GROUP_UNDISCOVERED", "EGG_GROUP_UNDISCOVERED" ],
"abilities": [ "ABILITY_PRESSURE", "ABILITY_NONE" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_WHITE",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_DRAGON_BREATH" ],
[ 1, "MOVE_SCARY_FACE" ],
[ 10, "MOVE_METAL_CLAW" ],
[ 20, "MOVE_ANCIENT_POWER" ],
[ 30, "MOVE_DRAGON_CLAW" ],
[ 40, "MOVE_ROAR_OF_TIME" ],
[ 50, "MOVE_HEAL_BLOCK" ],
[ 60, "MOVE_EARTH_POWER" ],
[ 70, "MOVE_SLASH" ],
[ 80, "MOVE_FLASH_CANNON" ],
[ 90, "MOVE_AURA_SPHERE" ]
],
"by_tm": [
"TM02",
"TM05",
"TM06",
"TM08",
"TM10",
"TM11",
"TM13",
"TM14",
"TM15",
"TM17",
"TM18",
"TM20",
"TM21",
"TM23",
"TM24",
"TM25",
"TM26",
"TM27",
"TM31",
"TM32",
"TM34",
"TM35",
"TM37",
"TM38",
"TM39",
"TM40",
"TM42",
"TM43",
"TM44",
"TM50",
"TM58",
"TM59",
"TM65",
"TM68",
"TM70",
"TM71",
"TM73",
"TM76",
"TM77",
"TM80",
"TM82",
"TM83",
"TM87",
"TM90",
"TM91",
"TM92",
"HM01",
"HM04",
"HM06"
],
"by_tutor": [
"MOVE_MUD_SLAP",
"MOVE_FURY_CUTTER",
"MOVE_IRON_HEAD",
"MOVE_SNORE",
"MOVE_OUTRAGE",
"MOVE_ANCIENT_POWER",
"MOVE_EARTH_POWER",
"MOVE_TWISTER",
"MOVE_IRON_DEFENSE",
"MOVE_MAGNET_RISE",
"MOVE_SWIFT"
]
},
"evolutions": [ ],
"offspring": "SPECIES_DIALGA",
"footprint": {
"has": true,
"size": "FOOTPRINT_MEDIUM"
},
"pokedex_data": {
"height": 54,
"weight": 6830,
"body_shape": "SHAPE_QUADRUPED",
"trainer_scale_f": 683,
"pokemon_scale_f": 256,
"trainer_scale_m": 655,
"pokemon_scale_m": 256,
"trainer_pos_f": 26,
"pokemon_pos_f": 2,
"trainer_pos_m": 26,
"pokemon_pos_m": 2,
"en": {
"name": "DIALGA",
"category": "Temporal Pokémon",
"entry_text": [
"A legendary Pokémon of Sinnoh.\n",
"It is said that time flows when\n",
"DIALGAs heart beats."
]
},
"fr": {
"name": "DIALGA",
"category": "Pokémon Temps",
"entry_text": [
"Il peut contrôler le temps. Les\n",
"mythes de Sinnoh en parlent\n",
"comme dune divinité ancienne."
]
},
"de": {
"name": "DIALGA",
"category": "Zeitweilig",
"entry_text": [
"Es besitzt die Macht, die Zeit zu\n",
"kontrollieren. In den Mythen von\n",
"Sinnoh erscheint es als Gottheit."
]
},
"it": {
"name": "DIALGA",
"category": "Pokémon Tempo",
"entry_text": [
"Ha il potere di controllare il tempo.\n",
"Descritto nei miti della regione di\n",
"Sinnoh come unantica divinità."
]
},
"es": {
"name": "DIALGA",
"category": "Pokémon Temporal",
"entry_text": [
"Tiene el poder de controlar el\n",
"tiempo. Aparece en los mitos de\n",
"Sinnoh como una vieja deidad."
]
},
"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": 90,
"rarity": 3,
"unused": 3854
}
}