mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-20 09:22:20 -05:00
Implemented camelCase Use unicode characters in data.json Removed double escape from data.json Gave names to generated message files
117 lines
2.8 KiB
JSON
117 lines
2.8 KiB
JSON
{
|
|
"name": "Luvdisc",
|
|
"base_stats": {
|
|
"hp": 43,
|
|
"attack": 30,
|
|
"defense": 55,
|
|
"speed": 97,
|
|
"special_attack": 40,
|
|
"special_defense": 65
|
|
},
|
|
"types": [
|
|
"TYPE_WATER",
|
|
"TYPE_WATER"
|
|
],
|
|
"catch_rate": 225,
|
|
"base_exp_reward": 110,
|
|
"ev_yields": {
|
|
"hp": 0,
|
|
"attack": 0,
|
|
"defense": 0,
|
|
"speed": 1,
|
|
"special_attack": 0,
|
|
"special_defense": 0
|
|
},
|
|
"held_items": {
|
|
"common": "ITEM_HEART_SCALE",
|
|
"rare": "ITEM_NONE"
|
|
},
|
|
"gender_ratio": "GENDER_RATIO_FEMALE_75",
|
|
"hatch_cycles": 20,
|
|
"base_friendship": 70,
|
|
"exp_rate": "EXP_RATE_FAST",
|
|
"egg_groups": [
|
|
"EGG_GROUP_WATER_2",
|
|
"EGG_GROUP_WATER_2"
|
|
],
|
|
"abilities": [
|
|
"ABILITY_SWIFT_SWIM",
|
|
"ABILITY_NONE"
|
|
],
|
|
"great_marsh_flee_rate": 0,
|
|
"sprite": {
|
|
"color": "MON_COLOR_PINK",
|
|
"flip_sprite": false
|
|
},
|
|
"learnset": {
|
|
"tms": [
|
|
"TM03",
|
|
"TM06",
|
|
"TM07",
|
|
"TM10",
|
|
"TM13",
|
|
"TM14",
|
|
"TM17",
|
|
"TM18",
|
|
"TM20",
|
|
"TM21",
|
|
"TM27",
|
|
"TM32",
|
|
"TM42",
|
|
"TM43",
|
|
"TM44",
|
|
"TM45",
|
|
"TM55",
|
|
"TM58",
|
|
"TM77",
|
|
"TM78",
|
|
"TM82",
|
|
"TM83",
|
|
"TM87",
|
|
"TM90",
|
|
"HM03",
|
|
"HM07"
|
|
],
|
|
"level_up": {
|
|
"1": "MOVE_TACKLE",
|
|
"4": "MOVE_CHARM",
|
|
"7": "MOVE_WATER_GUN",
|
|
"9": "MOVE_AGILITY",
|
|
"14": "MOVE_TAKE_DOWN",
|
|
"17": "MOVE_LUCKY_CHANT",
|
|
"22": "MOVE_ATTRACT",
|
|
"27": "MOVE_SWEET_KISS",
|
|
"31": "MOVE_WATER_PULSE",
|
|
"37": "MOVE_AQUA_RING",
|
|
"40": "MOVE_CAPTIVATE",
|
|
"46": "MOVE_FLAIL",
|
|
"51": "MOVE_SAFEGUARD"
|
|
},
|
|
"tutor": [
|
|
"MOVE_DIVE",
|
|
"MOVE_ICY_WIND",
|
|
"MOVE_SNORE",
|
|
"MOVE_BOUNCE",
|
|
"MOVE_SWIFT"
|
|
]
|
|
},
|
|
"footprint": {
|
|
"has_footprint": false,
|
|
"footprint_size": "FOOTPRINT_LARGE"
|
|
},
|
|
"pokedex_data": {
|
|
"height": 6,
|
|
"weight": 87,
|
|
"body_shape": "SHAPE_FINS",
|
|
"trainer_scale_f": 272,
|
|
"pokemon_scale_f": 329,
|
|
"trainer_scale_m": 256,
|
|
"pokemon_scale_m": 329,
|
|
"trainer_pos_f": 8,
|
|
"pokemon_pos_f": 65527,
|
|
"trainer_pos_m": 9,
|
|
"pokemon_pos_m": 65527,
|
|
"entry_text": "It lives in warm seas. It is said\nthat a couple finding this Pokémon\nwill be blessed with eternal love.",
|
|
"category": "Rendezvous Pokémon"
|
|
}
|
|
} |