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

124 lines
2.9 KiB
JSON

{
"name": "Doduo",
"base_stats": {
"hp": 35,
"attack": 85,
"defense": 45,
"speed": 75,
"special_attack": 35,
"special_defense": 35
},
"types": [
"TYPE_NORMAL",
"TYPE_FLYING"
],
"catch_rate": 190,
"base_exp_reward": 96,
"ev_yields": {
"hp": 0,
"attack": 1,
"defense": 0,
"speed": 0,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_SHARP_BEAK"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 20,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_FAST",
"egg_groups": [
"EGG_GROUP_FLYING",
"EGG_GROUP_FLYING"
],
"abilities": [
"ABILITY_RUN_AWAY",
"ABILITY_EARLY_BIRD"
],
"great_marsh_flee_rate": 0,
"sprite": {
"color": "MON_COLOR_BROWN",
"flip_sprite": false
},
"learnset": {
"tms": [
"TM06",
"TM10",
"TM11",
"TM17",
"TM21",
"TM27",
"TM32",
"TM40",
"TM42",
"TM43",
"TM44",
"TM45",
"TM46",
"TM47",
"TM51",
"TM58",
"TM78",
"TM82",
"TM83",
"TM87",
"TM88",
"TM90",
"HM02"
],
"level_up": {
"1": [
"MOVE_PECK",
"MOVE_GROWL"
],
"5": "MOVE_QUICK_ATTACK",
"10": "MOVE_RAGE",
"14": "MOVE_FURY_ATTACK",
"19": "MOVE_PURSUIT",
"23": "MOVE_UPROAR",
"28": "MOVE_ACUPRESSURE",
"32": "MOVE_DOUBLE_HIT",
"37": "MOVE_AGILITY",
"41": "MOVE_DRILL_PECK",
"46": "MOVE_ENDEAVOR"
},
"tutor": [
"MOVE_MUD_SLAP",
"MOVE_SNORE",
"MOVE_AIR_CUTTER",
"MOVE_ENDEAVOR",
"MOVE_KNOCK_OFF",
"MOVE_SWIFT",
"MOVE_UPROAR"
]
},
"evolutions": [
[
"EVO_LEVEL_UP",
31,
"SPECIES_DODRIO"
]
],
"footprint": {
"has_footprint": true,
"footprint_size": "FOOTPRINT_MEDIUM"
},
"pokedex_data": {
"height": 14,
"weight": 392,
"body_shape": "SHAPE_HEAD_LEGS",
"trainer_scale_f": 272,
"pokemon_scale_f": 250,
"trainer_scale_m": 256,
"pokemon_scale_m": 250,
"trainer_pos_f": 8,
"pokemon_pos_f": 12,
"trainer_pos_m": 9,
"pokemon_pos_m": 12,
"entry_text": "The brains in its two heads appear\nto communicate emotions to each\nother with a telepathic power.",
"category": "Twin Bird Pokémon"
}
}