mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-19 08:51:54 -05:00
Implemented camelCase Use unicode characters in data.json Removed double escape from data.json Gave names to generated message files
141 lines
3.3 KiB
JSON
141 lines
3.3 KiB
JSON
{
|
|
"name": "Marshtomp",
|
|
"base_stats": {
|
|
"hp": 70,
|
|
"attack": 85,
|
|
"defense": 70,
|
|
"speed": 50,
|
|
"special_attack": 60,
|
|
"special_defense": 70
|
|
},
|
|
"types": [
|
|
"TYPE_WATER",
|
|
"TYPE_GROUND"
|
|
],
|
|
"catch_rate": 45,
|
|
"base_exp_reward": 143,
|
|
"ev_yields": {
|
|
"hp": 0,
|
|
"attack": 2,
|
|
"defense": 0,
|
|
"speed": 0,
|
|
"special_attack": 0,
|
|
"special_defense": 0
|
|
},
|
|
"held_items": {
|
|
"common": "ITEM_NONE",
|
|
"rare": "ITEM_NONE"
|
|
},
|
|
"gender_ratio": "GENDER_RATIO_FEMALE_12_5",
|
|
"hatch_cycles": 20,
|
|
"base_friendship": 70,
|
|
"exp_rate": "EXP_RATE_MEDIUM_SLOW",
|
|
"egg_groups": [
|
|
"EGG_GROUP_MONSTER",
|
|
"EGG_GROUP_WATER_1"
|
|
],
|
|
"abilities": [
|
|
"ABILITY_TORRENT",
|
|
"ABILITY_NONE"
|
|
],
|
|
"great_marsh_flee_rate": 0,
|
|
"sprite": {
|
|
"color": "MON_COLOR_BLUE",
|
|
"flip_sprite": false
|
|
},
|
|
"learnset": {
|
|
"tms": [
|
|
"TM03",
|
|
"TM06",
|
|
"TM07",
|
|
"TM10",
|
|
"TM13",
|
|
"TM14",
|
|
"TM17",
|
|
"TM18",
|
|
"TM21",
|
|
"TM23",
|
|
"TM26",
|
|
"TM27",
|
|
"TM28",
|
|
"TM31",
|
|
"TM32",
|
|
"TM39",
|
|
"TM42",
|
|
"TM43",
|
|
"TM44",
|
|
"TM45",
|
|
"TM56",
|
|
"TM58",
|
|
"TM76",
|
|
"TM78",
|
|
"TM80",
|
|
"TM82",
|
|
"TM83",
|
|
"TM87",
|
|
"TM90",
|
|
"HM03",
|
|
"HM04",
|
|
"HM06",
|
|
"HM07"
|
|
],
|
|
"level_up": {
|
|
"1": [
|
|
"MOVE_TACKLE",
|
|
"MOVE_GROWL",
|
|
"MOVE_MUD_SLAP",
|
|
"MOVE_WATER_GUN"
|
|
],
|
|
"6": "MOVE_MUD_SLAP",
|
|
"10": "MOVE_WATER_GUN",
|
|
"15": "MOVE_BIDE",
|
|
"16": "MOVE_MUD_SHOT",
|
|
"20": "MOVE_FORESIGHT",
|
|
"25": "MOVE_MUD_BOMB",
|
|
"31": "MOVE_TAKE_DOWN",
|
|
"37": "MOVE_MUDDY_WATER",
|
|
"42": "MOVE_PROTECT",
|
|
"46": "MOVE_EARTHQUAKE",
|
|
"53": "MOVE_ENDEAVOR"
|
|
},
|
|
"tutor": [
|
|
"MOVE_DIVE",
|
|
"MOVE_MUD_SLAP",
|
|
"MOVE_ICY_WIND",
|
|
"MOVE_ROLLOUT",
|
|
"MOVE_SUPERPOWER",
|
|
"MOVE_ICE_PUNCH",
|
|
"MOVE_AQUA_TAIL",
|
|
"MOVE_SNORE",
|
|
"MOVE_ENDEAVOR",
|
|
"MOVE_ANCIENT_POWER",
|
|
"MOVE_EARTH_POWER"
|
|
]
|
|
},
|
|
"evolutions": [
|
|
[
|
|
"EVO_LEVEL_UP",
|
|
36,
|
|
"SPECIES_SWAMPERT"
|
|
]
|
|
],
|
|
"footprint": {
|
|
"has_footprint": true,
|
|
"footprint_size": "FOOTPRINT_MEDIUM"
|
|
},
|
|
"pokedex_data": {
|
|
"height": 7,
|
|
"weight": 280,
|
|
"body_shape": "SHAPE_BIPEDAL_TAILED",
|
|
"trainer_scale_f": 272,
|
|
"pokemon_scale_f": 417,
|
|
"trainer_scale_m": 256,
|
|
"pokemon_scale_m": 417,
|
|
"trainer_pos_f": 8,
|
|
"pokemon_pos_f": 20,
|
|
"trainer_pos_m": 9,
|
|
"pokemon_pos_m": 20,
|
|
"entry_text": "Its sturdy legs give it sure\nfooting, even in mud. It\nburrows into dirt to sleep.",
|
|
"category": "Mud Fish Pokémon"
|
|
}
|
|
} |