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

123 lines
2.8 KiB
JSON

{
"name": "Shuckle",
"base_stats": {
"hp": 20,
"attack": 10,
"defense": 230,
"speed": 5,
"special_attack": 10,
"special_defense": 230
},
"types": [
"TYPE_BUG",
"TYPE_ROCK"
],
"catch_rate": 190,
"base_exp_reward": 80,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 1,
"speed": 0,
"special_attack": 0,
"special_defense": 1
},
"held_items": {
"common": "ITEM_ORAN_BERRY",
"rare": "ITEM_ORAN_BERRY"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 20,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_SLOW",
"egg_groups": [
"EGG_GROUP_BUG",
"EGG_GROUP_BUG"
],
"abilities": [
"ABILITY_STURDY",
"ABILITY_GLUTTONY"
],
"great_marsh_flee_rate": 0,
"sprite": {
"color": "MON_COLOR_YELLOW",
"flip_sprite": false
},
"learnset": {
"tms": [
"TM06",
"TM10",
"TM11",
"TM17",
"TM20",
"TM21",
"TM26",
"TM27",
"TM28",
"TM32",
"TM36",
"TM37",
"TM39",
"TM42",
"TM43",
"TM44",
"TM45",
"TM58",
"TM69",
"TM70",
"TM71",
"TM74",
"TM76",
"TM78",
"TM80",
"TM82",
"TM83",
"TM87",
"TM90",
"HM04",
"HM06"
],
"level_up": {
"1": [
"MOVE_WITHDRAW",
"MOVE_CONSTRICT",
"MOVE_BIDE"
],
"9": "MOVE_ENCORE",
"14": "MOVE_SAFEGUARD",
"22": "MOVE_WRAP",
"27": "MOVE_REST",
"35": "MOVE_GASTRO_ACID",
"40": "MOVE_BUG_BITE",
"48": "MOVE_POWER_TRICK"
},
"tutor": [
"MOVE_MUD_SLAP",
"MOVE_ROLLOUT",
"MOVE_GASTRO_ACID",
"MOVE_SNORE",
"MOVE_HELPING_HAND",
"MOVE_ANCIENT_POWER",
"MOVE_EARTH_POWER"
]
},
"footprint": {
"has_footprint": true,
"footprint_size": "FOOTPRINT_MEDIUM"
},
"pokedex_data": {
"height": 6,
"weight": 205,
"body_shape": "SHAPE_INSECTOID",
"trainer_scale_f": 272,
"pokemon_scale_f": 386,
"trainer_scale_m": 256,
"pokemon_scale_m": 386,
"trainer_pos_f": 8,
"pokemon_pos_f": 25,
"trainer_pos_m": 9,
"pokemon_pos_m": 25,
"entry_text": "It stores berries in its shell.\nThe berries eventually ferment to\nbecome delicious juices.",
"category": "Mold Pokémon"
}
}