mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-06 01:53:56 -05:00
Implemented camelCase Use unicode characters in data.json Removed double escape from data.json Gave names to generated message files
139 lines
3.2 KiB
JSON
139 lines
3.2 KiB
JSON
{
|
|
"name": "Treecko",
|
|
"base_stats": {
|
|
"hp": 40,
|
|
"attack": 45,
|
|
"defense": 35,
|
|
"speed": 70,
|
|
"special_attack": 65,
|
|
"special_defense": 55
|
|
},
|
|
"types": [
|
|
"TYPE_GRASS",
|
|
"TYPE_GRASS"
|
|
],
|
|
"catch_rate": 45,
|
|
"base_exp_reward": 65,
|
|
"ev_yields": {
|
|
"hp": 0,
|
|
"attack": 0,
|
|
"defense": 0,
|
|
"speed": 1,
|
|
"special_attack": 0,
|
|
"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_DRAGON"
|
|
],
|
|
"abilities": [
|
|
"ABILITY_OVERGROW",
|
|
"ABILITY_NONE"
|
|
],
|
|
"great_marsh_flee_rate": 0,
|
|
"sprite": {
|
|
"color": "MON_COLOR_GREEN",
|
|
"flip_sprite": false
|
|
},
|
|
"learnset": {
|
|
"tms": [
|
|
"TM01",
|
|
"TM06",
|
|
"TM09",
|
|
"TM10",
|
|
"TM11",
|
|
"TM17",
|
|
"TM19",
|
|
"TM20",
|
|
"TM21",
|
|
"TM22",
|
|
"TM23",
|
|
"TM27",
|
|
"TM28",
|
|
"TM31",
|
|
"TM32",
|
|
"TM39",
|
|
"TM40",
|
|
"TM42",
|
|
"TM43",
|
|
"TM44",
|
|
"TM45",
|
|
"TM53",
|
|
"TM56",
|
|
"TM58",
|
|
"TM60",
|
|
"TM70",
|
|
"TM75",
|
|
"TM78",
|
|
"TM80",
|
|
"TM82",
|
|
"TM83",
|
|
"TM86",
|
|
"TM87",
|
|
"TM90",
|
|
"HM01",
|
|
"HM04",
|
|
"HM06"
|
|
],
|
|
"level_up": {
|
|
"1": [
|
|
"MOVE_POUND",
|
|
"MOVE_LEER"
|
|
],
|
|
"6": "MOVE_ABSORB",
|
|
"11": "MOVE_QUICK_ATTACK",
|
|
"16": "MOVE_PURSUIT",
|
|
"21": "MOVE_SCREECH",
|
|
"26": "MOVE_MEGA_DRAIN",
|
|
"31": "MOVE_AGILITY",
|
|
"36": "MOVE_SLAM",
|
|
"41": "MOVE_DETECT",
|
|
"46": "MOVE_GIGA_DRAIN",
|
|
"51": "MOVE_ENERGY_BALL"
|
|
},
|
|
"tutor": [
|
|
"MOVE_MUD_SLAP",
|
|
"MOVE_FURY_CUTTER",
|
|
"MOVE_THUNDER_PUNCH",
|
|
"MOVE_SNORE",
|
|
"MOVE_ENDEAVOR",
|
|
"MOVE_SYNTHESIS",
|
|
"MOVE_SEED_BOMB",
|
|
"MOVE_SWIFT"
|
|
]
|
|
},
|
|
"evolutions": [
|
|
[
|
|
"EVO_LEVEL_UP",
|
|
16,
|
|
"SPECIES_GROVYLE"
|
|
]
|
|
],
|
|
"footprint": {
|
|
"has_footprint": true,
|
|
"footprint_size": "FOOTPRINT_MEDIUM"
|
|
},
|
|
"pokedex_data": {
|
|
"height": 5,
|
|
"weight": 50,
|
|
"body_shape": "SHAPE_BIPEDAL_TAILED",
|
|
"trainer_scale_f": 272,
|
|
"pokemon_scale_f": 396,
|
|
"trainer_scale_m": 256,
|
|
"pokemon_scale_m": 396,
|
|
"trainer_pos_f": 8,
|
|
"pokemon_pos_f": 22,
|
|
"trainer_pos_m": 9,
|
|
"pokemon_pos_m": 22,
|
|
"entry_text": "The soles of its feet are covered\nby countless tiny spikes, enabling\nit to walk on walls and ceilings.",
|
|
"category": "Wood Gecko Pokémon"
|
|
}
|
|
} |