mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-14 07:02:00 -05:00
Implemented camelCase Use unicode characters in data.json Removed double escape from data.json Gave names to generated message files
129 lines
3.0 KiB
JSON
129 lines
3.0 KiB
JSON
{
|
|
"name": "Sunkern",
|
|
"base_stats": {
|
|
"hp": 30,
|
|
"attack": 30,
|
|
"defense": 30,
|
|
"speed": 30,
|
|
"special_attack": 30,
|
|
"special_defense": 30
|
|
},
|
|
"types": [
|
|
"TYPE_GRASS",
|
|
"TYPE_GRASS"
|
|
],
|
|
"catch_rate": 235,
|
|
"base_exp_reward": 52,
|
|
"ev_yields": {
|
|
"hp": 0,
|
|
"attack": 0,
|
|
"defense": 0,
|
|
"speed": 0,
|
|
"special_attack": 1,
|
|
"special_defense": 0
|
|
},
|
|
"held_items": {
|
|
"common": "ITEM_NONE",
|
|
"rare": "ITEM_COBA_BERRY"
|
|
},
|
|
"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_SOLAR_POWER"
|
|
],
|
|
"great_marsh_flee_rate": 0,
|
|
"sprite": {
|
|
"color": "MON_COLOR_YELLOW",
|
|
"flip_sprite": false
|
|
},
|
|
"learnset": {
|
|
"tms": [
|
|
"TM06",
|
|
"TM09",
|
|
"TM10",
|
|
"TM11",
|
|
"TM16",
|
|
"TM17",
|
|
"TM19",
|
|
"TM20",
|
|
"TM21",
|
|
"TM22",
|
|
"TM27",
|
|
"TM32",
|
|
"TM36",
|
|
"TM42",
|
|
"TM43",
|
|
"TM44",
|
|
"TM45",
|
|
"TM53",
|
|
"TM58",
|
|
"TM70",
|
|
"TM75",
|
|
"TM78",
|
|
"TM82",
|
|
"TM83",
|
|
"TM86",
|
|
"TM87",
|
|
"TM90",
|
|
"HM01"
|
|
],
|
|
"level_up": {
|
|
"1": [
|
|
"MOVE_ABSORB",
|
|
"MOVE_GROWTH"
|
|
],
|
|
"5": "MOVE_MEGA_DRAIN",
|
|
"9": "MOVE_INGRAIN",
|
|
"13": "MOVE_GRASS_WHISTLE",
|
|
"17": "MOVE_LEECH_SEED",
|
|
"21": "MOVE_ENDEAVOR",
|
|
"25": "MOVE_WORRY_SEED",
|
|
"29": "MOVE_RAZOR_LEAF",
|
|
"33": "MOVE_SYNTHESIS",
|
|
"37": "MOVE_SUNNY_DAY",
|
|
"41": "MOVE_GIGA_DRAIN",
|
|
"45": "MOVE_SEED_BOMB"
|
|
},
|
|
"tutor": [
|
|
"MOVE_SNORE",
|
|
"MOVE_HELPING_HAND",
|
|
"MOVE_ENDEAVOR",
|
|
"MOVE_SYNTHESIS",
|
|
"MOVE_SEED_BOMB",
|
|
"MOVE_UPROAR"
|
|
]
|
|
},
|
|
"evolutions": [
|
|
[
|
|
"EVO_USE_ITEM",
|
|
"ITEM_SUN_STONE",
|
|
"SPECIES_SUNFLORA"
|
|
]
|
|
],
|
|
"footprint": {
|
|
"has_footprint": false,
|
|
"footprint_size": "FOOTPRINT_LARGE"
|
|
},
|
|
"pokedex_data": {
|
|
"height": 3,
|
|
"weight": 18,
|
|
"body_shape": "SHAPE_HEAD",
|
|
"trainer_scale_f": 272,
|
|
"pokemon_scale_f": 488,
|
|
"trainer_scale_m": 256,
|
|
"pokemon_scale_m": 488,
|
|
"trainer_pos_f": 8,
|
|
"pokemon_pos_f": 28,
|
|
"trainer_pos_m": 9,
|
|
"pokemon_pos_m": 28,
|
|
"entry_text": "It suddenly falls out of the sky in\nthe morning. A year after a cold\nsummer, their population explodes.",
|
|
"category": "Seed Pokémon"
|
|
}
|
|
} |