mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-12 22:21:51 -05:00
Implemented camelCase Use unicode characters in data.json Removed double escape from data.json Gave names to generated message files
129 lines
3.0 KiB
JSON
129 lines
3.0 KiB
JSON
{
|
||
"name": "Mothim",
|
||
"base_stats": {
|
||
"hp": 70,
|
||
"attack": 94,
|
||
"defense": 50,
|
||
"speed": 66,
|
||
"special_attack": 94,
|
||
"special_defense": 50
|
||
},
|
||
"types": [
|
||
"TYPE_BUG",
|
||
"TYPE_FLYING"
|
||
],
|
||
"catch_rate": 45,
|
||
"base_exp_reward": 159,
|
||
"ev_yields": {
|
||
"hp": 0,
|
||
"attack": 1,
|
||
"defense": 0,
|
||
"speed": 0,
|
||
"special_attack": 1,
|
||
"special_defense": 0
|
||
},
|
||
"held_items": {
|
||
"common": "ITEM_NONE",
|
||
"rare": "ITEM_SILVERPOWDER"
|
||
},
|
||
"gender_ratio": "GENDER_RATIO_MALE_ONLY",
|
||
"hatch_cycles": 15,
|
||
"base_friendship": 70,
|
||
"exp_rate": "EXP_RATE_MEDIUM_FAST",
|
||
"egg_groups": [
|
||
"EGG_GROUP_BUG",
|
||
"EGG_GROUP_BUG"
|
||
],
|
||
"abilities": [
|
||
"ABILITY_SWARM",
|
||
"ABILITY_NONE"
|
||
],
|
||
"great_marsh_flee_rate": 0,
|
||
"sprite": {
|
||
"color": "MON_COLOR_YELLOW",
|
||
"flip_sprite": false
|
||
},
|
||
"learnset": {
|
||
"tms": [
|
||
"TM06",
|
||
"TM10",
|
||
"TM11",
|
||
"TM15",
|
||
"TM17",
|
||
"TM18",
|
||
"TM19",
|
||
"TM20",
|
||
"TM21",
|
||
"TM22",
|
||
"TM27",
|
||
"TM29",
|
||
"TM30",
|
||
"TM32",
|
||
"TM40",
|
||
"TM42",
|
||
"TM43",
|
||
"TM44",
|
||
"TM45",
|
||
"TM46",
|
||
"TM48",
|
||
"TM51",
|
||
"TM53",
|
||
"TM58",
|
||
"TM62",
|
||
"TM68",
|
||
"TM70",
|
||
"TM77",
|
||
"TM78",
|
||
"TM82",
|
||
"TM83",
|
||
"TM85",
|
||
"TM87",
|
||
"TM89",
|
||
"TM90",
|
||
"HM05"
|
||
],
|
||
"level_up": {
|
||
"1": "MOVE_TACKLE",
|
||
"10": "MOVE_PROTECT",
|
||
"15": "MOVE_BUG_BITE",
|
||
"20": "MOVE_HIDDEN_POWER",
|
||
"23": "MOVE_CONFUSION",
|
||
"26": "MOVE_GUST",
|
||
"29": "MOVE_POISON_POWDER",
|
||
"32": "MOVE_PSYBEAM",
|
||
"35": "MOVE_CAMOUFLAGE",
|
||
"38": "MOVE_SILVER_WIND",
|
||
"41": "MOVE_AIR_SLASH",
|
||
"44": "MOVE_PSYCHIC",
|
||
"47": "MOVE_BUG_BUZZ"
|
||
},
|
||
"tutor": [
|
||
"MOVE_MUD_SLAP",
|
||
"MOVE_OMINOUS_WIND",
|
||
"MOVE_SNORE",
|
||
"MOVE_AIR_CUTTER",
|
||
"MOVE_SIGNAL_BEAM",
|
||
"MOVE_TWISTER",
|
||
"MOVE_SWIFT"
|
||
]
|
||
},
|
||
"footprint": {
|
||
"has_footprint": true,
|
||
"footprint_size": "FOOTPRINT_SMALL"
|
||
},
|
||
"pokedex_data": {
|
||
"height": 9,
|
||
"weight": 233,
|
||
"body_shape": "SHAPE_MULTI_WINGED",
|
||
"trainer_scale_f": 272,
|
||
"pokemon_scale_f": 346,
|
||
"trainer_scale_m": 256,
|
||
"pokemon_scale_m": 346,
|
||
"trainer_pos_f": 8,
|
||
"pokemon_pos_f": 65525,
|
||
"trainer_pos_m": 9,
|
||
"pokemon_pos_m": 65525,
|
||
"entry_text": "While it loves floral honey, it won’t\ngather any itself. Instead, it\nplots to steal some from COMBEE.",
|
||
"category": "Moth Pokémon"
|
||
}
|
||
} |