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

{
"name": "Lapras",
"base_stats": {
"hp": 130,
"attack": 85,
"defense": 80,
"speed": 60,
"special_attack": 85,
"special_defense": 95
},
"types": [
"TYPE_WATER",
"TYPE_ICE"
],
"catch_rate": 45,
"base_exp_reward": 219,
"ev_yields": {
"hp": 2,
"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": 40,
"base_friendship": 70,
"exp_rate": "EXP_RATE_SLOW",
"egg_groups": [
"EGG_GROUP_MONSTER",
"EGG_GROUP_WATER_1"
],
"abilities": [
"ABILITY_WATER_ABSORB",
"ABILITY_SHELL_ARMOR"
],
"great_marsh_flee_rate": 0,
"sprite": {
"color": "MON_COLOR_BLUE",
"flip_sprite": false
},
"learnset": {
"tms": [
"TM03",
"TM05",
"TM06",
"TM07",
"TM10",
"TM13",
"TM14",
"TM15",
"TM17",
"TM18",
"TM20",
"TM21",
"TM23",
"TM24",
"TM25",
"TM27",
"TM29",
"TM32",
"TM34",
"TM42",
"TM43",
"TM44",
"TM45",
"TM55",
"TM58",
"TM59",
"TM68",
"TM72",
"TM78",
"TM82",
"TM83",
"TM85",
"TM87",
"TM90",
"HM03",
"HM04",
"HM06",
"HM07"
],
"level_up": {
"1": [
"MOVE_SING",
"MOVE_GROWL",
"MOVE_WATER_GUN"
],
"4": "MOVE_MIST",
"7": "MOVE_CONFUSE_RAY",
"10": "MOVE_ICE_SHARD",
"14": "MOVE_WATER_PULSE",
"18": "MOVE_BODY_SLAM",
"22": "MOVE_RAIN_DANCE",
"27": "MOVE_PERISH_SONG",
"32": "MOVE_ICE_BEAM",
"37": "MOVE_BRINE",
"43": "MOVE_SAFEGUARD",
"49": "MOVE_HYDRO_PUMP",
"55": "MOVE_SHEER_COLD"
},
"tutor": [
"MOVE_DIVE",
"MOVE_ICY_WIND",
"MOVE_IRON_HEAD",
"MOVE_AQUA_TAIL",
"MOVE_SNORE",
"MOVE_OUTRAGE",
"MOVE_ANCIENT_POWER",
"MOVE_SIGNAL_BEAM",
"MOVE_ZEN_HEADBUTT"
]
},
"footprint": {
"has_footprint": false,
"footprint_size": "FOOTPRINT_LARGE"
},
"pokedex_data": {
"height": 25,
"weight": 2200,
"body_shape": "SHAPE_FINS",
"trainer_scale_f": 338,
"pokemon_scale_f": 230,
"trainer_scale_m": 333,
"pokemon_scale_m": 230,
"trainer_pos_f": 16,
"pokemon_pos_f": 7,
"trainer_pos_m": 16,
"pokemon_pos_m": 7,
"entry_text": "It loves crossing the sea with\npeople and Pokémon on its back.\nIt understands human speech.",
"category": "Transport Pokémon"
}
}