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

135 lines
3.2 KiB
JSON

{
"name": "Crobat",
"base_stats": {
"hp": 85,
"attack": 90,
"defense": 80,
"speed": 130,
"special_attack": 70,
"special_defense": 80
},
"types": [
"TYPE_POISON",
"TYPE_FLYING"
],
"catch_rate": 90,
"base_exp_reward": 204,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 0,
"speed": 3,
"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_INNER_FOCUS",
"ABILITY_NONE"
],
"great_marsh_flee_rate": 0,
"sprite": {
"color": "MON_COLOR_PURPLE",
"flip_sprite": false
},
"learnset": {
"tms": [
"TM06",
"TM10",
"TM11",
"TM12",
"TM15",
"TM17",
"TM18",
"TM19",
"TM21",
"TM27",
"TM30",
"TM32",
"TM36",
"TM40",
"TM41",
"TM42",
"TM43",
"TM44",
"TM45",
"TM46",
"TM47",
"TM49",
"TM51",
"TM58",
"TM66",
"TM68",
"TM78",
"TM79",
"TM81",
"TM82",
"TM83",
"TM87",
"TM88",
"TM89",
"TM90",
"HM02",
"HM05"
],
"level_up": {
"1": [
"MOVE_CROSS_POISON",
"MOVE_SCREECH",
"MOVE_LEECH_LIFE",
"MOVE_SUPERSONIC",
"MOVE_ASTONISH"
],
"5": "MOVE_SUPERSONIC",
"9": "MOVE_ASTONISH",
"13": "MOVE_BITE",
"17": "MOVE_WING_ATTACK",
"21": "MOVE_CONFUSE_RAY",
"27": "MOVE_AIR_CUTTER",
"33": "MOVE_MEAN_LOOK",
"39": "MOVE_POISON_FANG",
"45": "MOVE_HAZE",
"51": "MOVE_AIR_SLASH"
},
"tutor": [
"MOVE_OMINOUS_WIND",
"MOVE_SNORE",
"MOVE_AIR_CUTTER",
"MOVE_ZEN_HEADBUTT",
"MOVE_TWISTER",
"MOVE_HEAT_WAVE",
"MOVE_SWIFT",
"MOVE_UPROAR"
]
},
"footprint": {
"has_footprint": false,
"footprint_size": "FOOTPRINT_LARGE"
},
"pokedex_data": {
"height": 18,
"weight": 750,
"body_shape": "SHAPE_MULTI_WINGED",
"trainer_scale_f": 315,
"pokemon_scale_f": 256,
"trainer_scale_m": 303,
"pokemon_scale_m": 256,
"trainer_pos_f": 13,
"pokemon_pos_f": 65533,
"trainer_pos_m": 13,
"pokemon_pos_m": 65533,
"entry_text": "The transformation of its legs into\nwings made it better at flying, but\nmore clumsy at walking.",
"category": "Bat Pokémon"
}
}