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

138 lines
3.3 KiB
JSON

{
"name": "Mantine",
"base_stats": {
"hp": 65,
"attack": 40,
"defense": 70,
"speed": 70,
"special_attack": 80,
"special_defense": 140
},
"types": [
"TYPE_WATER",
"TYPE_FLYING"
],
"catch_rate": 25,
"base_exp_reward": 168,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 0,
"speed": 0,
"special_attack": 0,
"special_defense": 2
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_NONE"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 25,
"base_friendship": 70,
"exp_rate": "EXP_RATE_SLOW",
"egg_groups": [
"EGG_GROUP_WATER_1",
"EGG_GROUP_WATER_1"
],
"abilities": [
"ABILITY_SWIFT_SWIM",
"ABILITY_WATER_ABSORB"
],
"great_marsh_flee_rate": 0,
"sprite": {
"color": "MON_COLOR_PURPLE",
"flip_sprite": false
},
"learnset": {
"tms": [
"TM03",
"TM06",
"TM07",
"TM09",
"TM10",
"TM13",
"TM14",
"TM15",
"TM17",
"TM18",
"TM21",
"TM26",
"TM27",
"TM32",
"TM39",
"TM40",
"TM42",
"TM43",
"TM44",
"TM45",
"TM55",
"TM58",
"TM68",
"TM78",
"TM80",
"TM82",
"TM83",
"TM87",
"TM90",
"HM03",
"HM05",
"HM07"
],
"level_up": {
"1": [
"MOVE_PSYBEAM",
"MOVE_BULLET_SEED",
"MOVE_SIGNAL_BEAM",
"MOVE_TACKLE",
"MOVE_BUBBLE",
"MOVE_SUPERSONIC",
"MOVE_BUBBLE_BEAM"
],
"4": "MOVE_SUPERSONIC",
"10": "MOVE_BUBBLE_BEAM",
"13": "MOVE_HEADBUTT",
"19": "MOVE_AGILITY",
"22": "MOVE_WING_ATTACK",
"28": "MOVE_WATER_PULSE",
"31": "MOVE_TAKE_DOWN",
"37": "MOVE_CONFUSE_RAY",
"40": "MOVE_BOUNCE",
"46": "MOVE_AQUA_RING",
"49": "MOVE_HYDRO_PUMP"
},
"tutor": [
"MOVE_DIVE",
"MOVE_MUD_SLAP",
"MOVE_ICY_WIND",
"MOVE_IRON_HEAD",
"MOVE_AQUA_TAIL",
"MOVE_SNORE",
"MOVE_AIR_CUTTER",
"MOVE_HELPING_HAND",
"MOVE_SIGNAL_BEAM",
"MOVE_GUNK_SHOT",
"MOVE_SEED_BOMB",
"MOVE_BOUNCE",
"MOVE_SWIFT"
]
},
"footprint": {
"has_footprint": false,
"footprint_size": "FOOTPRINT_LARGE"
},
"pokedex_data": {
"height": 21,
"weight": 2200,
"body_shape": "SHAPE_WINGED",
"trainer_scale_f": 356,
"pokemon_scale_f": 256,
"trainer_scale_m": 366,
"pokemon_scale_m": 256,
"trainer_pos_f": 15,
"pokemon_pos_f": 65535,
"trainer_pos_m": 16,
"pokemon_pos_m": 65535,
"entry_text": "While elegantly swimming in the sea,\nit ignores REMORAID that cling to\nits fins seeking food scraps.",
"category": "Kite Pokémon"
}
}