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
145 lines
3.3 KiB
JSON
145 lines
3.3 KiB
JSON
{
|
|
"name": "Eevee",
|
|
"base_stats": {
|
|
"hp": 55,
|
|
"attack": 55,
|
|
"defense": 50,
|
|
"speed": 55,
|
|
"special_attack": 45,
|
|
"special_defense": 65
|
|
},
|
|
"types": [
|
|
"TYPE_NORMAL",
|
|
"TYPE_NORMAL"
|
|
],
|
|
"catch_rate": 45,
|
|
"base_exp_reward": 92,
|
|
"ev_yields": {
|
|
"hp": 0,
|
|
"attack": 0,
|
|
"defense": 0,
|
|
"speed": 0,
|
|
"special_attack": 0,
|
|
"special_defense": 1
|
|
},
|
|
"held_items": {
|
|
"common": "ITEM_NONE",
|
|
"rare": "ITEM_NONE"
|
|
},
|
|
"gender_ratio": "GENDER_RATIO_FEMALE_12_5",
|
|
"hatch_cycles": 35,
|
|
"base_friendship": 70,
|
|
"exp_rate": "EXP_RATE_MEDIUM_FAST",
|
|
"egg_groups": [
|
|
"EGG_GROUP_FIELD",
|
|
"EGG_GROUP_FIELD"
|
|
],
|
|
"abilities": [
|
|
"ABILITY_RUN_AWAY",
|
|
"ABILITY_ADAPTABILITY"
|
|
],
|
|
"great_marsh_flee_rate": 0,
|
|
"sprite": {
|
|
"color": "MON_COLOR_BROWN",
|
|
"flip_sprite": false
|
|
},
|
|
"learnset": {
|
|
"tms": [
|
|
"TM06",
|
|
"TM10",
|
|
"TM11",
|
|
"TM17",
|
|
"TM18",
|
|
"TM21",
|
|
"TM23",
|
|
"TM27",
|
|
"TM28",
|
|
"TM30",
|
|
"TM32",
|
|
"TM42",
|
|
"TM43",
|
|
"TM44",
|
|
"TM45",
|
|
"TM58",
|
|
"TM78",
|
|
"TM82",
|
|
"TM83",
|
|
"TM87",
|
|
"TM90"
|
|
],
|
|
"level_up": {
|
|
"1": [
|
|
"MOVE_TAIL_WHIP",
|
|
"MOVE_TACKLE",
|
|
"MOVE_HELPING_HAND"
|
|
],
|
|
"8": "MOVE_SAND_ATTACK",
|
|
"15": "MOVE_GROWL",
|
|
"22": "MOVE_QUICK_ATTACK",
|
|
"29": "MOVE_BITE",
|
|
"36": "MOVE_BATON_PASS",
|
|
"43": "MOVE_TAKE_DOWN",
|
|
"50": "MOVE_LAST_RESORT",
|
|
"57": "MOVE_TRUMP_CARD"
|
|
},
|
|
"tutor": [
|
|
"MOVE_MUD_SLAP",
|
|
"MOVE_SNORE",
|
|
"MOVE_HELPING_HAND",
|
|
"MOVE_LAST_RESORT",
|
|
"MOVE_SWIFT"
|
|
]
|
|
},
|
|
"evolutions": [
|
|
[
|
|
"EVO_MOSSY_STONE",
|
|
"SPECIES_LEAFEON"
|
|
],
|
|
[
|
|
"EVO_ICY_STONE",
|
|
"SPECIES_GLACEON"
|
|
],
|
|
[
|
|
"EVO_USE_ITEM",
|
|
"ITEM_THUNDERSTONE",
|
|
"SPECIES_JOLTEON"
|
|
],
|
|
[
|
|
"EVO_USE_ITEM",
|
|
"ITEM_WATER_STONE",
|
|
"SPECIES_VAPOREON"
|
|
],
|
|
[
|
|
"EVO_USE_ITEM",
|
|
"ITEM_FIRE_STONE",
|
|
"SPECIES_FLAREON"
|
|
],
|
|
[
|
|
"EVO_HAPPINESS_DAY",
|
|
"SPECIES_ESPEON"
|
|
],
|
|
[
|
|
"EVO_HAPPINESS_NIGHT",
|
|
"SPECIES_UMBREON"
|
|
]
|
|
],
|
|
"footprint": {
|
|
"has_footprint": true,
|
|
"footprint_size": "FOOTPRINT_MEDIUM"
|
|
},
|
|
"pokedex_data": {
|
|
"height": 3,
|
|
"weight": 65,
|
|
"body_shape": "SHAPE_QUADRUPED",
|
|
"trainer_scale_f": 272,
|
|
"pokemon_scale_f": 542,
|
|
"trainer_scale_m": 256,
|
|
"pokemon_scale_m": 542,
|
|
"trainer_pos_f": 8,
|
|
"pokemon_pos_f": 29,
|
|
"trainer_pos_m": 9,
|
|
"pokemon_pos_m": 29,
|
|
"entry_text": "Because its genetic makeup is\nirregular, it quickly changes its\nform due to a variety of causes.",
|
|
"category": "Evolution Pokémon"
|
|
}
|
|
} |