mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 08:41:27 -05:00
99 lines
2.1 KiB
JSON
99 lines
2.1 KiB
JSON
{
|
|
"name": "Bellossom",
|
|
"base_stats": {
|
|
"hp": 75,
|
|
"attack": 80,
|
|
"defense": 85,
|
|
"speed": 50,
|
|
"special_attack": 90,
|
|
"special_defense": 100
|
|
},
|
|
"types": [
|
|
"TYPE_GRASS",
|
|
"TYPE_GRASS"
|
|
],
|
|
"catch_rate": 45,
|
|
"base_exp_reward": 184,
|
|
"ev_yields": {
|
|
"hp": 0,
|
|
"attack": 0,
|
|
"defense": 0,
|
|
"speed": 0,
|
|
"special_attack": 0,
|
|
"special_defense": 3
|
|
},
|
|
"held_items": {
|
|
"common": "ITEM_NONE",
|
|
"rare": "ITEM_NONE"
|
|
},
|
|
"gender_ratio": "GENDER_RATIO_FEMALE_50",
|
|
"hatch_cycles": 20,
|
|
"base_friendship": 70,
|
|
"exp_rate": "EXP_RATE_MEDIUM_SLOW",
|
|
"egg_groups": [
|
|
"EGG_GROUP_GRASS",
|
|
"EGG_GROUP_GRASS"
|
|
],
|
|
"abilities": [
|
|
"ABILITY_CHLOROPHYLL",
|
|
"ABILITY_NONE"
|
|
],
|
|
"great_marsh_flee_rate": 0,
|
|
"sprite": {
|
|
"color": "MON_COLOR_GREEN",
|
|
"flip_sprite": false
|
|
},
|
|
"learnset": {
|
|
"tms": [
|
|
"TM06",
|
|
"TM09",
|
|
"TM10",
|
|
"TM11",
|
|
"TM15",
|
|
"TM17",
|
|
"TM19",
|
|
"TM20",
|
|
"TM21",
|
|
"TM22",
|
|
"TM27",
|
|
"TM32",
|
|
"TM36",
|
|
"TM42",
|
|
"TM43",
|
|
"TM44",
|
|
"TM45",
|
|
"TM53",
|
|
"TM56",
|
|
"TM58",
|
|
"TM60",
|
|
"TM68",
|
|
"TM70",
|
|
"TM75",
|
|
"TM78",
|
|
"TM82",
|
|
"TM83",
|
|
"TM86",
|
|
"TM87",
|
|
"TM90",
|
|
"HM01"
|
|
],
|
|
"level_up": {
|
|
"1": [
|
|
"MOVE_LEAF_BLADE",
|
|
"MOVE_MEGA_DRAIN",
|
|
"MOVE_SWEET_SCENT",
|
|
"MOVE_STUN_SPORE",
|
|
"MOVE_SUNNY_DAY"
|
|
],
|
|
"23": "MOVE_MAGICAL_LEAF",
|
|
"53": "MOVE_LEAF_STORM"
|
|
},
|
|
"tutor": [
|
|
"MOVE_GASTRO_ACID",
|
|
"MOVE_SNORE",
|
|
"MOVE_SYNTHESIS",
|
|
"MOVE_SEED_BOMB",
|
|
"MOVE_UPROAR"
|
|
]
|
|
}
|
|
} |