mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-15 23:53:11 -05:00
Implemented camelCase Use unicode characters in data.json Removed double escape from data.json Gave names to generated message files
120 lines
2.8 KiB
JSON
120 lines
2.8 KiB
JSON
{
|
|
"name": "Mareep",
|
|
"base_stats": {
|
|
"hp": 55,
|
|
"attack": 40,
|
|
"defense": 40,
|
|
"speed": 35,
|
|
"special_attack": 65,
|
|
"special_defense": 45
|
|
},
|
|
"types": [
|
|
"TYPE_ELECTRIC",
|
|
"TYPE_ELECTRIC"
|
|
],
|
|
"catch_rate": 235,
|
|
"base_exp_reward": 59,
|
|
"ev_yields": {
|
|
"hp": 0,
|
|
"attack": 0,
|
|
"defense": 0,
|
|
"speed": 0,
|
|
"special_attack": 1,
|
|
"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_MONSTER",
|
|
"EGG_GROUP_FIELD"
|
|
],
|
|
"abilities": [
|
|
"ABILITY_STATIC",
|
|
"ABILITY_NONE"
|
|
],
|
|
"great_marsh_flee_rate": 0,
|
|
"sprite": {
|
|
"color": "MON_COLOR_WHITE",
|
|
"flip_sprite": false
|
|
},
|
|
"learnset": {
|
|
"tms": [
|
|
"TM06",
|
|
"TM10",
|
|
"TM16",
|
|
"TM17",
|
|
"TM18",
|
|
"TM21",
|
|
"TM23",
|
|
"TM24",
|
|
"TM25",
|
|
"TM27",
|
|
"TM32",
|
|
"TM34",
|
|
"TM42",
|
|
"TM43",
|
|
"TM44",
|
|
"TM45",
|
|
"TM57",
|
|
"TM58",
|
|
"TM70",
|
|
"TM73",
|
|
"TM78",
|
|
"TM82",
|
|
"TM83",
|
|
"TM87",
|
|
"TM90"
|
|
],
|
|
"level_up": {
|
|
"1": "MOVE_TACKLE",
|
|
"5": "MOVE_GROWL",
|
|
"10": "MOVE_THUNDER_SHOCK",
|
|
"14": "MOVE_THUNDER_WAVE",
|
|
"19": "MOVE_COTTON_SPORE",
|
|
"23": "MOVE_CHARGE",
|
|
"28": "MOVE_DISCHARGE",
|
|
"32": "MOVE_SIGNAL_BEAM",
|
|
"37": "MOVE_LIGHT_SCREEN",
|
|
"41": "MOVE_POWER_GEM",
|
|
"46": "MOVE_THUNDER"
|
|
},
|
|
"tutor": [
|
|
"MOVE_SNORE",
|
|
"MOVE_SIGNAL_BEAM",
|
|
"MOVE_MAGNET_RISE",
|
|
"MOVE_SWIFT"
|
|
]
|
|
},
|
|
"evolutions": [
|
|
[
|
|
"EVO_LEVEL_UP",
|
|
15,
|
|
"SPECIES_FLAAFFY"
|
|
]
|
|
],
|
|
"footprint": {
|
|
"has_footprint": true,
|
|
"footprint_size": "FOOTPRINT_SMALL"
|
|
},
|
|
"pokedex_data": {
|
|
"height": 6,
|
|
"weight": 78,
|
|
"body_shape": "SHAPE_QUADRUPED",
|
|
"trainer_scale_f": 272,
|
|
"pokemon_scale_f": 278,
|
|
"trainer_scale_m": 256,
|
|
"pokemon_scale_m": 278,
|
|
"trainer_pos_f": 8,
|
|
"pokemon_pos_f": 19,
|
|
"trainer_pos_m": 9,
|
|
"pokemon_pos_m": 19,
|
|
"entry_text": "Its fluffy coat swells to double\nwhen static electricity builds up.\nTouching it can be shocking.",
|
|
"category": "Wool Pokémon"
|
|
}
|
|
} |