mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-06 20:04:40 -05:00
Implemented camelCase Use unicode characters in data.json Removed double escape from data.json Gave names to generated message files
130 lines
3.0 KiB
JSON
130 lines
3.0 KiB
JSON
{
|
|
"name": "Bulbasaur",
|
|
"base_stats": {
|
|
"hp": 45,
|
|
"attack": 49,
|
|
"defense": 49,
|
|
"speed": 45,
|
|
"special_attack": 65,
|
|
"special_defense": 65
|
|
},
|
|
"types": [
|
|
"TYPE_GRASS",
|
|
"TYPE_POISON"
|
|
],
|
|
"catch_rate": 45,
|
|
"base_exp_reward": 64,
|
|
"ev_yields": {
|
|
"hp": 0,
|
|
"attack": 0,
|
|
"defense": 0,
|
|
"speed": 0,
|
|
"special_attack": 1,
|
|
"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",
|
|
"TM17",
|
|
"TM19",
|
|
"TM21",
|
|
"TM22",
|
|
"TM27",
|
|
"TM32",
|
|
"TM36",
|
|
"TM42",
|
|
"TM43",
|
|
"TM44",
|
|
"TM45",
|
|
"TM53",
|
|
"TM58",
|
|
"TM70",
|
|
"TM75",
|
|
"TM78",
|
|
"TM82",
|
|
"TM83",
|
|
"TM86",
|
|
"TM87",
|
|
"TM90",
|
|
"HM01",
|
|
"HM04",
|
|
"HM06"
|
|
],
|
|
"level_up": {
|
|
"1": "MOVE_TACKLE",
|
|
"3": "MOVE_GROWL",
|
|
"7": "MOVE_LEECH_SEED",
|
|
"9": "MOVE_VINE_WHIP",
|
|
"13": [
|
|
"MOVE_POISON_POWDER",
|
|
"MOVE_SLEEP_POWDER"
|
|
],
|
|
"15": "MOVE_TAKE_DOWN",
|
|
"19": "MOVE_RAZOR_LEAF",
|
|
"21": "MOVE_SWEET_SCENT",
|
|
"25": "MOVE_GROWTH",
|
|
"27": "MOVE_DOUBLE_EDGE",
|
|
"31": "MOVE_WORRY_SEED",
|
|
"33": "MOVE_SYNTHESIS",
|
|
"37": "MOVE_SEED_BOMB"
|
|
},
|
|
"tutor": [
|
|
"MOVE_MUD_SLAP",
|
|
"MOVE_FURY_CUTTER",
|
|
"MOVE_SNORE",
|
|
"MOVE_SYNTHESIS",
|
|
"MOVE_SEED_BOMB",
|
|
"MOVE_KNOCK_OFF"
|
|
]
|
|
},
|
|
"evolutions": [
|
|
[
|
|
"EVO_LEVEL_UP",
|
|
16,
|
|
"SPECIES_IVYSAUR"
|
|
]
|
|
],
|
|
"footprint": {
|
|
"has_footprint": true,
|
|
"footprint_size": "FOOTPRINT_MEDIUM"
|
|
},
|
|
"pokedex_data": {
|
|
"height": 7,
|
|
"weight": 69,
|
|
"body_shape": "SHAPE_QUADRUPED",
|
|
"trainer_scale_f": 272,
|
|
"pokemon_scale_f": 337,
|
|
"trainer_scale_m": 256,
|
|
"pokemon_scale_m": 337,
|
|
"trainer_pos_f": 8,
|
|
"pokemon_pos_f": 22,
|
|
"trainer_pos_m": 9,
|
|
"pokemon_pos_m": 22,
|
|
"entry_text": "For some time after its birth, it\ngrows by gaining nourishment from\nthe seed on its back.",
|
|
"category": "Seed Pokémon"
|
|
}
|
|
} |