mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-05 01:22:01 -05:00
Implemented camelCase Use unicode characters in data.json Removed double escape from data.json Gave names to generated message files
135 lines
3.1 KiB
JSON
135 lines
3.1 KiB
JSON
{
|
|
"name": "Floatzel",
|
|
"base_stats": {
|
|
"hp": 85,
|
|
"attack": 105,
|
|
"defense": 55,
|
|
"speed": 115,
|
|
"special_attack": 85,
|
|
"special_defense": 50
|
|
},
|
|
"types": [
|
|
"TYPE_WATER",
|
|
"TYPE_WATER"
|
|
],
|
|
"catch_rate": 75,
|
|
"base_exp_reward": 178,
|
|
"ev_yields": {
|
|
"hp": 0,
|
|
"attack": 0,
|
|
"defense": 0,
|
|
"speed": 2,
|
|
"special_attack": 0,
|
|
"special_defense": 0
|
|
},
|
|
"held_items": {
|
|
"common": "ITEM_NONE",
|
|
"rare": "ITEM_WACAN_BERRY"
|
|
},
|
|
"gender_ratio": "GENDER_RATIO_FEMALE_50",
|
|
"hatch_cycles": 20,
|
|
"base_friendship": 70,
|
|
"exp_rate": "EXP_RATE_MEDIUM_FAST",
|
|
"egg_groups": [
|
|
"EGG_GROUP_WATER_1",
|
|
"EGG_GROUP_FIELD"
|
|
],
|
|
"abilities": [
|
|
"ABILITY_SWIFT_SWIM",
|
|
"ABILITY_NONE"
|
|
],
|
|
"great_marsh_flee_rate": 0,
|
|
"sprite": {
|
|
"color": "MON_COLOR_BROWN",
|
|
"flip_sprite": false
|
|
},
|
|
"learnset": {
|
|
"tms": [
|
|
"TM01",
|
|
"TM03",
|
|
"TM05",
|
|
"TM06",
|
|
"TM07",
|
|
"TM08",
|
|
"TM10",
|
|
"TM12",
|
|
"TM13",
|
|
"TM14",
|
|
"TM15",
|
|
"TM17",
|
|
"TM18",
|
|
"TM21",
|
|
"TM23",
|
|
"TM27",
|
|
"TM28",
|
|
"TM31",
|
|
"TM32",
|
|
"TM39",
|
|
"TM41",
|
|
"TM42",
|
|
"TM43",
|
|
"TM44",
|
|
"TM45",
|
|
"TM52",
|
|
"TM55",
|
|
"TM58",
|
|
"TM66",
|
|
"TM68",
|
|
"TM78",
|
|
"TM82",
|
|
"TM83",
|
|
"TM87",
|
|
"TM90",
|
|
"HM03",
|
|
"HM04",
|
|
"HM06",
|
|
"HM07"
|
|
],
|
|
"level_up": {
|
|
"1": [
|
|
"MOVE_ICE_FANG",
|
|
"MOVE_SONIC_BOOM",
|
|
"MOVE_GROWL",
|
|
"MOVE_WATER_SPORT",
|
|
"MOVE_QUICK_ATTACK"
|
|
],
|
|
"3": "MOVE_QUICK_ATTACK",
|
|
"6": "MOVE_WATER_GUN",
|
|
"10": "MOVE_PURSUIT",
|
|
"15": "MOVE_SWIFT",
|
|
"21": "MOVE_AQUA_JET",
|
|
"26": "MOVE_CRUNCH",
|
|
"29": "MOVE_AGILITY",
|
|
"39": "MOVE_WHIRLPOOL",
|
|
"50": "MOVE_RAZOR_WIND"
|
|
},
|
|
"tutor": [
|
|
"MOVE_DIVE",
|
|
"MOVE_MUD_SLAP",
|
|
"MOVE_ICY_WIND",
|
|
"MOVE_ICE_PUNCH",
|
|
"MOVE_AQUA_TAIL",
|
|
"MOVE_SNORE",
|
|
"MOVE_SWIFT"
|
|
]
|
|
},
|
|
"footprint": {
|
|
"has_footprint": true,
|
|
"footprint_size": "FOOTPRINT_MEDIUM"
|
|
},
|
|
"pokedex_data": {
|
|
"height": 11,
|
|
"weight": 335,
|
|
"body_shape": "SHAPE_QUADRUPED",
|
|
"trainer_scale_f": 272,
|
|
"pokemon_scale_f": 334,
|
|
"trainer_scale_m": 256,
|
|
"pokemon_scale_m": 334,
|
|
"trainer_pos_f": 8,
|
|
"pokemon_pos_f": 10,
|
|
"trainer_pos_m": 9,
|
|
"pokemon_pos_m": 10,
|
|
"entry_text": "It is a common sight around\nfishing ports. It is known to\nrescue people and carry off prey.",
|
|
"category": "Sea Weasel Pokémon"
|
|
}
|
|
} |