mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-05 09:31:29 -05:00
Implemented camelCase Use unicode characters in data.json Removed double escape from data.json Gave names to generated message files
110 lines
2.4 KiB
JSON
110 lines
2.4 KiB
JSON
{
|
|
"name": "Feebas",
|
|
"base_stats": {
|
|
"hp": 20,
|
|
"attack": 15,
|
|
"defense": 20,
|
|
"speed": 80,
|
|
"special_attack": 10,
|
|
"special_defense": 55
|
|
},
|
|
"types": [
|
|
"TYPE_WATER",
|
|
"TYPE_WATER"
|
|
],
|
|
"catch_rate": 255,
|
|
"base_exp_reward": 61,
|
|
"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_50",
|
|
"hatch_cycles": 20,
|
|
"base_friendship": 70,
|
|
"exp_rate": "EXP_RATE_ERRATIC",
|
|
"egg_groups": [
|
|
"EGG_GROUP_WATER_1",
|
|
"EGG_GROUP_DRAGON"
|
|
],
|
|
"abilities": [
|
|
"ABILITY_SWIFT_SWIM",
|
|
"ABILITY_NONE"
|
|
],
|
|
"great_marsh_flee_rate": 0,
|
|
"sprite": {
|
|
"color": "MON_COLOR_BROWN",
|
|
"flip_sprite": false
|
|
},
|
|
"learnset": {
|
|
"tms": [
|
|
"TM03",
|
|
"TM06",
|
|
"TM07",
|
|
"TM10",
|
|
"TM13",
|
|
"TM14",
|
|
"TM17",
|
|
"TM18",
|
|
"TM21",
|
|
"TM27",
|
|
"TM32",
|
|
"TM42",
|
|
"TM43",
|
|
"TM44",
|
|
"TM45",
|
|
"TM58",
|
|
"TM78",
|
|
"TM82",
|
|
"TM83",
|
|
"TM87",
|
|
"TM90",
|
|
"HM03",
|
|
"HM07"
|
|
],
|
|
"level_up": {
|
|
"1": "MOVE_SPLASH",
|
|
"15": "MOVE_TACKLE",
|
|
"30": "MOVE_FLAIL"
|
|
},
|
|
"tutor": [
|
|
"MOVE_DIVE",
|
|
"MOVE_ICY_WIND",
|
|
"MOVE_SNORE",
|
|
"MOVE_SWIFT"
|
|
]
|
|
},
|
|
"evolutions": [
|
|
[
|
|
"EVO_BEAUTY",
|
|
170,
|
|
"SPECIES_MILOTIC"
|
|
]
|
|
],
|
|
"footprint": {
|
|
"has_footprint": false,
|
|
"footprint_size": "FOOTPRINT_LARGE"
|
|
},
|
|
"pokedex_data": {
|
|
"height": 6,
|
|
"weight": 74,
|
|
"body_shape": "SHAPE_FINS",
|
|
"trainer_scale_f": 272,
|
|
"pokemon_scale_f": 357,
|
|
"trainer_scale_m": 256,
|
|
"pokemon_scale_m": 357,
|
|
"trainer_pos_f": 8,
|
|
"pokemon_pos_f": 65535,
|
|
"trainer_pos_m": 9,
|
|
"pokemon_pos_m": 65535,
|
|
"entry_text": "It is a shabby and ugly Pokémon.\nHowever, it is very hardy and\ncan survive on little water.",
|
|
"category": "Fish Pokémon"
|
|
}
|
|
} |