pokeplatinum/res/pokemon/dialga/data.json
h2o-DS e77596d92d Applied Polish
Implemented camelCase
Use unicode characters in data.json
Removed double escape from data.json
Gave names to generated message files
2024-09-23 17:25:32 -04:00

146 lines
3.4 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.

{
"name": "Dialga",
"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"
],
"great_marsh_flee_rate": 0,
"sprite": {
"color": "MON_COLOR_WHITE",
"flip_sprite": false
},
"learnset": {
"tms": [
"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"
],
"level_up": {
"1": [
"MOVE_DRAGON_BREATH",
"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"
},
"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"
]
},
"footprint": {
"has_footprint": true,
"footprint_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,
"entry_text": "A legendary Pokémon of Sinnoh.\nIt is said that time flows when\nDIALGAs heart beats.",
"category": "Temporal Pokémon"
}
}