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

134 lines
3.1 KiB
JSON

{
"name": "Grotle",
"base_stats": {
"hp": 75,
"attack": 89,
"defense": 85,
"speed": 36,
"special_attack": 55,
"special_defense": 65
},
"types": [
"TYPE_GRASS",
"TYPE_GRASS"
],
"catch_rate": 45,
"base_exp_reward": 141,
"ev_yields": {
"hp": 0,
"attack": 1,
"defense": 1,
"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_GRASS"
],
"abilities": [
"ABILITY_OVERGROW",
"ABILITY_NONE"
],
"great_marsh_flee_rate": 0,
"sprite": {
"color": "MON_COLOR_GREEN",
"flip_sprite": false
},
"learnset": {
"tms": [
"TM06",
"TM09",
"TM10",
"TM11",
"TM16",
"TM17",
"TM19",
"TM20",
"TM21",
"TM22",
"TM23",
"TM27",
"TM32",
"TM33",
"TM42",
"TM43",
"TM44",
"TM45",
"TM53",
"TM58",
"TM70",
"TM75",
"TM76",
"TM78",
"TM82",
"TM83",
"TM86",
"TM87",
"TM90",
"HM01",
"HM04",
"HM06",
"HM08"
],
"level_up": {
"1": [
"MOVE_TACKLE",
"MOVE_WITHDRAW"
],
"5": "MOVE_WITHDRAW",
"9": "MOVE_ABSORB",
"13": "MOVE_RAZOR_LEAF",
"17": "MOVE_CURSE",
"22": "MOVE_BITE",
"27": "MOVE_MEGA_DRAIN",
"32": "MOVE_LEECH_SEED",
"37": "MOVE_SYNTHESIS",
"42": "MOVE_CRUNCH",
"47": "MOVE_GIGA_DRAIN",
"52": "MOVE_LEAF_STORM"
},
"tutor": [
"MOVE_MUD_SLAP",
"MOVE_SUPERPOWER",
"MOVE_SNORE",
"MOVE_SYNTHESIS",
"MOVE_EARTH_POWER",
"MOVE_SEED_BOMB"
]
},
"evolutions": [
[
"EVO_LEVEL_UP",
32,
"SPECIES_TORTERRA"
]
],
"footprint": {
"has_footprint": true,
"footprint_size": "FOOTPRINT_MEDIUM"
},
"pokedex_data": {
"height": 11,
"weight": 970,
"body_shape": "SHAPE_QUADRUPED",
"trainer_scale_f": 272,
"pokemon_scale_f": 282,
"trainer_scale_m": 256,
"pokemon_scale_m": 282,
"trainer_pos_f": 8,
"pokemon_pos_f": 14,
"trainer_pos_m": 9,
"pokemon_pos_m": 14,
"entry_text": "It knows where pure water wells\nup. It carries fellow Pokémon there\non its back.",
"category": "Grove Pokémon"
}
}