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
127 lines
2.9 KiB
JSON
127 lines
2.9 KiB
JSON
{
|
|
"name": "Exeggutor",
|
|
"base_stats": {
|
|
"hp": 95,
|
|
"attack": 95,
|
|
"defense": 85,
|
|
"speed": 55,
|
|
"special_attack": 125,
|
|
"special_defense": 65
|
|
},
|
|
"types": [
|
|
"TYPE_GRASS",
|
|
"TYPE_PSYCHIC"
|
|
],
|
|
"catch_rate": 45,
|
|
"base_exp_reward": 212,
|
|
"ev_yields": {
|
|
"hp": 0,
|
|
"attack": 0,
|
|
"defense": 0,
|
|
"speed": 0,
|
|
"special_attack": 2,
|
|
"special_defense": 0
|
|
},
|
|
"held_items": {
|
|
"common": "ITEM_NONE",
|
|
"rare": "ITEM_NONE"
|
|
},
|
|
"gender_ratio": "GENDER_RATIO_FEMALE_50",
|
|
"hatch_cycles": 20,
|
|
"base_friendship": 70,
|
|
"exp_rate": "EXP_RATE_SLOW",
|
|
"egg_groups": [
|
|
"EGG_GROUP_GRASS",
|
|
"EGG_GROUP_GRASS"
|
|
],
|
|
"abilities": [
|
|
"ABILITY_CHLOROPHYLL",
|
|
"ABILITY_NONE"
|
|
],
|
|
"great_marsh_flee_rate": 0,
|
|
"sprite": {
|
|
"color": "MON_COLOR_YELLOW",
|
|
"flip_sprite": false
|
|
},
|
|
"learnset": {
|
|
"tms": [
|
|
"TM06",
|
|
"TM09",
|
|
"TM10",
|
|
"TM11",
|
|
"TM15",
|
|
"TM16",
|
|
"TM17",
|
|
"TM19",
|
|
"TM21",
|
|
"TM22",
|
|
"TM27",
|
|
"TM29",
|
|
"TM32",
|
|
"TM33",
|
|
"TM36",
|
|
"TM42",
|
|
"TM43",
|
|
"TM44",
|
|
"TM45",
|
|
"TM46",
|
|
"TM48",
|
|
"TM53",
|
|
"TM58",
|
|
"TM64",
|
|
"TM68",
|
|
"TM70",
|
|
"TM75",
|
|
"TM77",
|
|
"TM78",
|
|
"TM82",
|
|
"TM83",
|
|
"TM85",
|
|
"TM86",
|
|
"TM87",
|
|
"TM90",
|
|
"TM92",
|
|
"HM04"
|
|
],
|
|
"level_up": {
|
|
"1": [
|
|
"MOVE_SEED_BOMB",
|
|
"MOVE_BARRAGE",
|
|
"MOVE_HYPNOSIS",
|
|
"MOVE_CONFUSION",
|
|
"MOVE_STOMP"
|
|
],
|
|
"17": "MOVE_STOMP",
|
|
"27": "MOVE_EGG_BOMB",
|
|
"37": "MOVE_WOOD_HAMMER",
|
|
"47": "MOVE_LEAF_STORM"
|
|
},
|
|
"tutor": [
|
|
"MOVE_ROLLOUT",
|
|
"MOVE_SNORE",
|
|
"MOVE_ANCIENT_POWER",
|
|
"MOVE_SYNTHESIS",
|
|
"MOVE_ZEN_HEADBUTT",
|
|
"MOVE_SEED_BOMB"
|
|
]
|
|
},
|
|
"footprint": {
|
|
"has_footprint": true,
|
|
"footprint_size": "FOOTPRINT_LARGE"
|
|
},
|
|
"pokedex_data": {
|
|
"height": 20,
|
|
"weight": 1200,
|
|
"body_shape": "SHAPE_HEAD_LEGS",
|
|
"trainer_scale_f": 357,
|
|
"pokemon_scale_f": 256,
|
|
"trainer_scale_m": 351,
|
|
"pokemon_scale_m": 256,
|
|
"trainer_pos_f": 15,
|
|
"pokemon_pos_f": 2,
|
|
"trainer_pos_m": 14,
|
|
"pokemon_pos_m": 2,
|
|
"entry_text": "It is called \u201cThe Walking Jungle.\u201d\nIf a head grows too big, it falls\noff and becomes an EXEGGCUTE.",
|
|
"category": "Coconut Pokémon"
|
|
}
|
|
} |