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

137 lines
3.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.

{
"name": "Hoothoot",
"base_stats": {
"hp": 60,
"attack": 30,
"defense": 30,
"speed": 50,
"special_attack": 36,
"special_defense": 56
},
"types": [
"TYPE_NORMAL",
"TYPE_FLYING"
],
"catch_rate": 255,
"base_exp_reward": 58,
"ev_yields": {
"hp": 1,
"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": 15,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_FAST",
"egg_groups": [
"EGG_GROUP_FLYING",
"EGG_GROUP_FLYING"
],
"abilities": [
"ABILITY_INSOMNIA",
"ABILITY_KEEN_EYE"
],
"great_marsh_flee_rate": 90,
"sprite": {
"color": "MON_COLOR_BROWN",
"flip_sprite": false
},
"learnset": {
"tms": [
"TM06",
"TM10",
"TM11",
"TM17",
"TM18",
"TM21",
"TM27",
"TM29",
"TM30",
"TM32",
"TM33",
"TM40",
"TM42",
"TM43",
"TM44",
"TM45",
"TM46",
"TM47",
"TM51",
"TM58",
"TM62",
"TM67",
"TM77",
"TM78",
"TM82",
"TM83",
"TM85",
"TM87",
"TM88",
"TM90",
"HM02",
"HM05"
],
"level_up": {
"1": [
"MOVE_TACKLE",
"MOVE_GROWL",
"MOVE_FORESIGHT"
],
"5": "MOVE_HYPNOSIS",
"9": "MOVE_PECK",
"13": "MOVE_UPROAR",
"17": "MOVE_REFLECT",
"21": "MOVE_CONFUSION",
"25": "MOVE_TAKE_DOWN",
"29": "MOVE_AIR_SLASH",
"33": "MOVE_ZEN_HEADBUTT",
"37": "MOVE_EXTRASENSORY",
"41": "MOVE_PSYCHO_SHIFT",
"45": "MOVE_ROOST",
"49": "MOVE_DREAM_EATER"
},
"tutor": [
"MOVE_MUD_SLAP",
"MOVE_OMINOUS_WIND",
"MOVE_AIR_CUTTER",
"MOVE_ZEN_HEADBUTT",
"MOVE_TWISTER",
"MOVE_HEAT_WAVE",
"MOVE_SWIFT",
"MOVE_UPROAR"
]
},
"evolutions": [
[
"EVO_LEVEL_UP",
20,
"SPECIES_NOCTOWL"
]
],
"footprint": {
"has_footprint": true,
"footprint_size": "FOOTPRINT_MEDIUM"
},
"pokedex_data": {
"height": 7,
"weight": 212,
"body_shape": "SHAPE_WINGED",
"trainer_scale_f": 272,
"pokemon_scale_f": 350,
"trainer_scale_m": 256,
"pokemon_scale_m": 350,
"trainer_pos_f": 8,
"pokemon_pos_f": 21,
"trainer_pos_m": 9,
"pokemon_pos_m": 21,
"entry_text": "It marks time precisely. Some\ncountries consider it to be a wise\nfriend, versed in the worlds ways.",
"category": "Owl Pokémon"
}
}