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

141 lines
3.3 KiB
JSON

{
"name": "Zigzagoon",
"base_stats": {
"hp": 38,
"attack": 30,
"defense": 41,
"speed": 60,
"special_attack": 30,
"special_defense": 41
},
"types": [
"TYPE_NORMAL",
"TYPE_NORMAL"
],
"catch_rate": 255,
"base_exp_reward": 60,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 0,
"speed": 1,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_ORAN_BERRY"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 15,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_FAST",
"egg_groups": [
"EGG_GROUP_FIELD",
"EGG_GROUP_FIELD"
],
"abilities": [
"ABILITY_PICKUP",
"ABILITY_GLUTTONY"
],
"great_marsh_flee_rate": 0,
"sprite": {
"color": "MON_COLOR_BROWN",
"flip_sprite": false
},
"learnset": {
"tms": [
"TM03",
"TM06",
"TM10",
"TM11",
"TM13",
"TM14",
"TM17",
"TM18",
"TM21",
"TM23",
"TM24",
"TM25",
"TM27",
"TM28",
"TM30",
"TM32",
"TM34",
"TM42",
"TM43",
"TM44",
"TM45",
"TM46",
"TM56",
"TM57",
"TM58",
"TM73",
"TM78",
"TM82",
"TM83",
"TM86",
"TM87",
"TM90",
"HM01",
"HM03",
"HM06"
],
"level_up": {
"1": [
"MOVE_TACKLE",
"MOVE_GROWL"
],
"5": "MOVE_TAIL_WHIP",
"9": "MOVE_HEADBUTT",
"13": "MOVE_SAND_ATTACK",
"17": "MOVE_ODOR_SLEUTH",
"21": "MOVE_MUD_SPORT",
"25": "MOVE_PIN_MISSILE",
"29": "MOVE_COVET",
"33": "MOVE_FLAIL",
"37": "MOVE_REST",
"41": "MOVE_BELLY_DRUM",
"45": "MOVE_FLING"
},
"tutor": [
"MOVE_MUD_SLAP",
"MOVE_FURY_CUTTER",
"MOVE_ICY_WIND",
"MOVE_ROLLOUT",
"MOVE_SNORE",
"MOVE_HELPING_HAND",
"MOVE_GUNK_SHOT",
"MOVE_SEED_BOMB",
"MOVE_LAST_RESORT",
"MOVE_TRICK",
"MOVE_SWIFT"
]
},
"evolutions": [
[
"EVO_LEVEL_UP",
20,
"SPECIES_LINOONE"
]
],
"footprint": {
"has_footprint": true,
"footprint_size": "FOOTPRINT_MEDIUM"
},
"pokedex_data": {
"height": 4,
"weight": 175,
"body_shape": "SHAPE_QUADRUPED",
"trainer_scale_f": 272,
"pokemon_scale_f": 505,
"trainer_scale_m": 256,
"pokemon_scale_m": 505,
"trainer_pos_f": 8,
"pokemon_pos_f": 27,
"trainer_pos_m": 9,
"pokemon_pos_m": 27,
"entry_text": "It walks in zigzag fashion. It is\ngood at finding items in the\ngrass and even in the ground.",
"category": "TinyRaccoon Pokémon"
}
}