mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-20 01:12:54 -05:00
Implemented camelCase Use unicode characters in data.json Removed double escape from data.json Gave names to generated message files
133 lines
3.2 KiB
JSON
133 lines
3.2 KiB
JSON
{
|
|
"name": "Skiploom",
|
|
"base_stats": {
|
|
"hp": 55,
|
|
"attack": 45,
|
|
"defense": 50,
|
|
"speed": 80,
|
|
"special_attack": 45,
|
|
"special_defense": 65
|
|
},
|
|
"types": [
|
|
"TYPE_GRASS",
|
|
"TYPE_FLYING"
|
|
],
|
|
"catch_rate": 120,
|
|
"base_exp_reward": 136,
|
|
"ev_yields": {
|
|
"hp": 0,
|
|
"attack": 0,
|
|
"defense": 0,
|
|
"speed": 2,
|
|
"special_attack": 0,
|
|
"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_MEDIUM_SLOW",
|
|
"egg_groups": [
|
|
"EGG_GROUP_FAIRY",
|
|
"EGG_GROUP_GRASS"
|
|
],
|
|
"abilities": [
|
|
"ABILITY_CHLOROPHYLL",
|
|
"ABILITY_LEAF_GUARD"
|
|
],
|
|
"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",
|
|
"TM40",
|
|
"TM42",
|
|
"TM43",
|
|
"TM44",
|
|
"TM45",
|
|
"TM53",
|
|
"TM58",
|
|
"TM62",
|
|
"TM70",
|
|
"TM75",
|
|
"TM78",
|
|
"TM82",
|
|
"TM83",
|
|
"TM86",
|
|
"TM87",
|
|
"TM89",
|
|
"TM90"
|
|
],
|
|
"level_up": {
|
|
"1": [
|
|
"MOVE_SPLASH",
|
|
"MOVE_SYNTHESIS",
|
|
"MOVE_TAIL_WHIP",
|
|
"MOVE_TACKLE"
|
|
],
|
|
"4": "MOVE_SYNTHESIS",
|
|
"7": "MOVE_TAIL_WHIP",
|
|
"10": "MOVE_TACKLE",
|
|
"12": "MOVE_POISON_POWDER",
|
|
"14": "MOVE_STUN_SPORE",
|
|
"16": "MOVE_SLEEP_POWDER",
|
|
"20": "MOVE_BULLET_SEED",
|
|
"24": "MOVE_LEECH_SEED",
|
|
"28": "MOVE_MEGA_DRAIN",
|
|
"32": "MOVE_COTTON_SPORE",
|
|
"36": "MOVE_U_TURN",
|
|
"40": "MOVE_WORRY_SEED",
|
|
"44": "MOVE_GIGA_DRAIN",
|
|
"48": "MOVE_BOUNCE",
|
|
"52": "MOVE_MEMENTO"
|
|
},
|
|
"tutor": [
|
|
"MOVE_SNORE",
|
|
"MOVE_HELPING_HAND",
|
|
"MOVE_SYNTHESIS",
|
|
"MOVE_SEED_BOMB",
|
|
"MOVE_BOUNCE"
|
|
]
|
|
},
|
|
"evolutions": [
|
|
[
|
|
"EVO_LEVEL_UP",
|
|
27,
|
|
"SPECIES_JUMPLUFF"
|
|
]
|
|
],
|
|
"footprint": {
|
|
"has_footprint": true,
|
|
"footprint_size": "FOOTPRINT_MEDIUM"
|
|
},
|
|
"pokedex_data": {
|
|
"height": 6,
|
|
"weight": 10,
|
|
"body_shape": "SHAPE_BIPEDAL_TAILED",
|
|
"trainer_scale_f": 272,
|
|
"pokemon_scale_f": 281,
|
|
"trainer_scale_m": 256,
|
|
"pokemon_scale_m": 281,
|
|
"trainer_pos_f": 8,
|
|
"pokemon_pos_f": 1,
|
|
"trainer_pos_m": 9,
|
|
"pokemon_pos_m": 1,
|
|
"entry_text": "It blooms when the weather warms.\nIt floats in the sky to soak up as\nmuch sunlight as possible.",
|
|
"category": "Cottonweed Pokémon"
|
|
}
|
|
} |