pokeplatinum/res/pokemon/budew/data.json

101 lines
2.1 KiB
JSON

{
"name": "Budew",
"base_stats": {
"hp": 40,
"attack": 30,
"defense": 35,
"speed": 55,
"special_attack": 50,
"special_defense": 70
},
"types": [
"TYPE_GRASS",
"TYPE_POISON"
],
"catch_rate": 255,
"base_exp_reward": 68,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 0,
"speed": 0,
"special_attack": 1,
"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_UNDISCOVERED",
"EGG_GROUP_UNDISCOVERED"
],
"abilities": [
"ABILITY_NATURAL_CURE",
"ABILITY_POISON_POINT"
],
"great_marsh_flee_rate": 120,
"sprite": {
"color": "MON_COLOR_GREEN",
"flip_sprite": true
},
"learnset": {
"tms": [
"TM06",
"TM09",
"TM10",
"TM11",
"TM17",
"TM18",
"TM19",
"TM21",
"TM22",
"TM27",
"TM30",
"TM32",
"TM36",
"TM42",
"TM43",
"TM44",
"TM45",
"TM53",
"TM58",
"TM70",
"TM75",
"TM77",
"TM78",
"TM82",
"TM83",
"TM86",
"TM87",
"TM90",
"HM01"
],
"level_up": {
"1": "MOVE_ABSORB",
"4": "MOVE_GROWTH",
"7": "MOVE_WATER_SPORT",
"10": "MOVE_STUN_SPORE",
"13": "MOVE_MEGA_DRAIN",
"16": "MOVE_WORRY_SEED"
},
"tutor": [
"MOVE_MUD_SLAP",
"MOVE_SNORE",
"MOVE_SYNTHESIS",
"MOVE_SEED_BOMB",
"MOVE_SWIFT",
"MOVE_UPROAR"
]
},
"evolutions": [
[
"EVO_HAPPINESS_DAY",
"SPECIES_ROSELIA"
]
]
}