mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-05 01:22:01 -05:00
Implemented camelCase Use unicode characters in data.json Removed double escape from data.json Gave names to generated message files
90 lines
2.1 KiB
JSON
90 lines
2.1 KiB
JSON
{
|
|
"name": "Combee",
|
|
"base_stats": {
|
|
"hp": 30,
|
|
"attack": 30,
|
|
"defense": 42,
|
|
"speed": 70,
|
|
"special_attack": 30,
|
|
"special_defense": 42
|
|
},
|
|
"types": [
|
|
"TYPE_BUG",
|
|
"TYPE_FLYING"
|
|
],
|
|
"catch_rate": 120,
|
|
"base_exp_reward": 63,
|
|
"ev_yields": {
|
|
"hp": 0,
|
|
"attack": 0,
|
|
"defense": 0,
|
|
"speed": 1,
|
|
"special_attack": 0,
|
|
"special_defense": 0
|
|
},
|
|
"held_items": {
|
|
"common": "ITEM_HONEY",
|
|
"rare": "ITEM_HONEY"
|
|
},
|
|
"gender_ratio": "GENDER_RATIO_FEMALE_12_5",
|
|
"hatch_cycles": 15,
|
|
"base_friendship": 70,
|
|
"exp_rate": "EXP_RATE_MEDIUM_SLOW",
|
|
"egg_groups": [
|
|
"EGG_GROUP_BUG",
|
|
"EGG_GROUP_BUG"
|
|
],
|
|
"abilities": [
|
|
"ABILITY_HONEY_GATHER",
|
|
"ABILITY_NONE"
|
|
],
|
|
"great_marsh_flee_rate": 0,
|
|
"sprite": {
|
|
"color": "MON_COLOR_YELLOW",
|
|
"flip_sprite": false
|
|
},
|
|
"learnset": {
|
|
"tms": [],
|
|
"level_up": {
|
|
"1": [
|
|
"MOVE_SWEET_SCENT",
|
|
"MOVE_GUST"
|
|
],
|
|
"13": "MOVE_BUG_BITE"
|
|
},
|
|
"tutor": [
|
|
"MOVE_MUD_SLAP",
|
|
"MOVE_OMINOUS_WIND",
|
|
"MOVE_SNORE",
|
|
"MOVE_AIR_CUTTER",
|
|
"MOVE_ENDEAVOR",
|
|
"MOVE_SWIFT"
|
|
]
|
|
},
|
|
"evolutions": [
|
|
[
|
|
"EVO_LEVEL_FEMALE",
|
|
21,
|
|
"SPECIES_VESPIQUEN"
|
|
]
|
|
],
|
|
"footprint": {
|
|
"has_footprint": false,
|
|
"footprint_size": "FOOTPRINT_LARGE"
|
|
},
|
|
"pokedex_data": {
|
|
"height": 3,
|
|
"weight": 55,
|
|
"body_shape": "SHAPE_MULTI_BODY",
|
|
"trainer_scale_f": 272,
|
|
"pokemon_scale_f": 502,
|
|
"trainer_scale_m": 256,
|
|
"pokemon_scale_m": 502,
|
|
"trainer_pos_f": 8,
|
|
"pokemon_pos_f": 65528,
|
|
"trainer_pos_m": 9,
|
|
"pokemon_pos_m": 65528,
|
|
"entry_text": "The trio is together from birth.\nIt constantly gathers honey from\nflowers to please VESPIQUEN.",
|
|
"category": "Tiny Bee Pokémon"
|
|
}
|
|
} |