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

118 lines
2.7 KiB
JSON

{
"name": "Roserade",
"base_stats": {
"hp": 60,
"attack": 70,
"defense": 55,
"speed": 90,
"special_attack": 125,
"special_defense": 105
},
"types": [
"TYPE_GRASS",
"TYPE_POISON"
],
"catch_rate": 75,
"base_exp_reward": 204,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 0,
"speed": 0,
"special_attack": 3,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_POISON_BARB"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 20,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_SLOW",
"egg_groups": [
"EGG_GROUP_FAIRY",
"EGG_GROUP_GRASS"
],
"abilities": [
"ABILITY_NATURAL_CURE",
"ABILITY_POISON_POINT"
],
"great_marsh_flee_rate": 0,
"sprite": {
"color": "MON_COLOR_GREEN",
"flip_sprite": true
},
"learnset": {
"tms": [
"TM06",
"TM09",
"TM10",
"TM11",
"TM15",
"TM17",
"TM18",
"TM19",
"TM21",
"TM22",
"TM27",
"TM30",
"TM32",
"TM36",
"TM42",
"TM43",
"TM44",
"TM45",
"TM53",
"TM58",
"TM68",
"TM70",
"TM75",
"TM77",
"TM78",
"TM82",
"TM83",
"TM84",
"TM86",
"TM87",
"TM90",
"HM01"
],
"level_up": {
"1": [
"MOVE_WEATHER_BALL",
"MOVE_POISON_STING",
"MOVE_MEGA_DRAIN",
"MOVE_MAGICAL_LEAF",
"MOVE_SWEET_SCENT"
]
},
"tutor": [
"MOVE_MUD_SLAP",
"MOVE_FURY_CUTTER",
"MOVE_SNORE",
"MOVE_SYNTHESIS",
"MOVE_SEED_BOMB",
"MOVE_SWIFT"
]
},
"footprint": {
"has_footprint": true,
"footprint_size": "FOOTPRINT_SMALL"
},
"pokedex_data": {
"height": 9,
"weight": 145,
"body_shape": "SHAPE_BIPEDAL_TAILLESS",
"trainer_scale_f": 272,
"pokemon_scale_f": 351,
"trainer_scale_m": 256,
"pokemon_scale_m": 351,
"trainer_pos_f": 8,
"pokemon_pos_f": 16,
"trainer_pos_m": 9,
"pokemon_pos_m": 16,
"entry_text": "Each of its hands contains\ndifferent toxins, but both hands\ncan jab with near-fatal power.",
"category": "Bouquet Pokémon"
}
}