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
144 lines
3.3 KiB
JSON
144 lines
3.3 KiB
JSON
{
|
|
"name": "Ralts",
|
|
"base_stats": {
|
|
"hp": 28,
|
|
"attack": 25,
|
|
"defense": 25,
|
|
"speed": 40,
|
|
"special_attack": 45,
|
|
"special_defense": 35
|
|
},
|
|
"types": [
|
|
"TYPE_PSYCHIC",
|
|
"TYPE_PSYCHIC"
|
|
],
|
|
"catch_rate": 235,
|
|
"base_exp_reward": 70,
|
|
"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": 35,
|
|
"exp_rate": "EXP_RATE_SLOW",
|
|
"egg_groups": [
|
|
"EGG_GROUP_AMORPHOUS",
|
|
"EGG_GROUP_AMORPHOUS"
|
|
],
|
|
"abilities": [
|
|
"ABILITY_SYNCHRONIZE",
|
|
"ABILITY_TRACE"
|
|
],
|
|
"great_marsh_flee_rate": 0,
|
|
"sprite": {
|
|
"color": "MON_COLOR_WHITE",
|
|
"flip_sprite": false
|
|
},
|
|
"learnset": {
|
|
"tms": [
|
|
"TM04",
|
|
"TM06",
|
|
"TM10",
|
|
"TM11",
|
|
"TM12",
|
|
"TM16",
|
|
"TM17",
|
|
"TM18",
|
|
"TM20",
|
|
"TM21",
|
|
"TM24",
|
|
"TM27",
|
|
"TM29",
|
|
"TM30",
|
|
"TM32",
|
|
"TM33",
|
|
"TM34",
|
|
"TM41",
|
|
"TM42",
|
|
"TM43",
|
|
"TM44",
|
|
"TM45",
|
|
"TM46",
|
|
"TM48",
|
|
"TM49",
|
|
"TM56",
|
|
"TM57",
|
|
"TM58",
|
|
"TM67",
|
|
"TM70",
|
|
"TM73",
|
|
"TM77",
|
|
"TM78",
|
|
"TM82",
|
|
"TM83",
|
|
"TM85",
|
|
"TM86",
|
|
"TM87",
|
|
"TM90",
|
|
"TM92"
|
|
],
|
|
"level_up": {
|
|
"1": "MOVE_GROWL",
|
|
"6": "MOVE_CONFUSION",
|
|
"10": "MOVE_DOUBLE_TEAM",
|
|
"12": "MOVE_TELEPORT",
|
|
"17": "MOVE_LUCKY_CHANT",
|
|
"21": "MOVE_MAGICAL_LEAF",
|
|
"23": "MOVE_CALM_MIND",
|
|
"28": "MOVE_PSYCHIC",
|
|
"32": "MOVE_IMPRISON",
|
|
"34": "MOVE_FUTURE_SIGHT",
|
|
"39": "MOVE_CHARM",
|
|
"43": "MOVE_HYPNOSIS",
|
|
"45": "MOVE_DREAM_EATER"
|
|
},
|
|
"tutor": [
|
|
"MOVE_MUD_SLAP",
|
|
"MOVE_ICY_WIND",
|
|
"MOVE_THUNDER_PUNCH",
|
|
"MOVE_FIRE_PUNCH",
|
|
"MOVE_ICE_PUNCH",
|
|
"MOVE_SNORE",
|
|
"MOVE_HELPING_HAND",
|
|
"MOVE_SIGNAL_BEAM",
|
|
"MOVE_ZEN_HEADBUTT",
|
|
"MOVE_TRICK",
|
|
"MOVE_SWIFT"
|
|
]
|
|
},
|
|
"evolutions": [
|
|
[
|
|
"EVO_LEVEL_UP",
|
|
20,
|
|
"SPECIES_KIRLIA"
|
|
]
|
|
],
|
|
"footprint": {
|
|
"has_footprint": true,
|
|
"footprint_size": "FOOTPRINT_SMALL"
|
|
},
|
|
"pokedex_data": {
|
|
"height": 4,
|
|
"weight": 66,
|
|
"body_shape": "SHAPE_BIPEDAL_TAILLESS",
|
|
"trainer_scale_f": 272,
|
|
"pokemon_scale_f": 441,
|
|
"trainer_scale_m": 256,
|
|
"pokemon_scale_m": 441,
|
|
"trainer_pos_f": 8,
|
|
"pokemon_pos_f": 26,
|
|
"trainer_pos_m": 9,
|
|
"pokemon_pos_m": 26,
|
|
"entry_text": "If its horns capture the warm\nfeelings of people or Pokémon,\nits body warms up slightly.",
|
|
"category": "Feeling Pokémon"
|
|
}
|
|
} |