pokeplatinum/res/pokemon/ninjask/data.json
h2o-DS e77596d92d Applied Polish
Implemented camelCase
Use unicode characters in data.json
Removed double escape from data.json
Gave names to generated message files
2024-09-23 17:25:32 -04:00

137 lines
3.2 KiB
JSON

{
"name": "Ninjask",
"base_stats": {
"hp": 61,
"attack": 90,
"defense": 45,
"speed": 160,
"special_attack": 50,
"special_defense": 50
},
"types": [
"TYPE_BUG",
"TYPE_FLYING"
],
"catch_rate": 120,
"base_exp_reward": 155,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 0,
"speed": 2,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_NONE"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 15,
"base_friendship": 70,
"exp_rate": "EXP_RATE_ERRATIC",
"egg_groups": [
"EGG_GROUP_BUG",
"EGG_GROUP_BUG"
],
"abilities": [
"ABILITY_SPEED_BOOST",
"ABILITY_NONE"
],
"great_marsh_flee_rate": 0,
"sprite": {
"color": "MON_COLOR_YELLOW",
"flip_sprite": false
},
"learnset": {
"tms": [
"TM06",
"TM10",
"TM11",
"TM15",
"TM17",
"TM19",
"TM21",
"TM22",
"TM27",
"TM28",
"TM30",
"TM32",
"TM37",
"TM40",
"TM42",
"TM43",
"TM44",
"TM45",
"TM46",
"TM51",
"TM54",
"TM58",
"TM62",
"TM68",
"TM70",
"TM75",
"TM78",
"TM81",
"TM82",
"TM83",
"TM87",
"TM89",
"TM90",
"HM01",
"HM05"
],
"level_up": {
"1": [
"MOVE_BUG_BITE",
"MOVE_SCRATCH",
"MOVE_HARDEN",
"MOVE_LEECH_LIFE",
"MOVE_SAND_ATTACK"
],
"5": "MOVE_LEECH_LIFE",
"9": "MOVE_SAND_ATTACK",
"14": "MOVE_FURY_SWIPES",
"19": "MOVE_MIND_READER",
"20": [
"MOVE_DOUBLE_TEAM",
"MOVE_FURY_CUTTER",
"MOVE_SCREECH"
],
"25": "MOVE_SWORDS_DANCE",
"31": "MOVE_SLASH",
"38": "MOVE_AGILITY",
"45": "MOVE_BATON_PASS",
"52": "MOVE_X_SCISSOR"
},
"tutor": [
"MOVE_MUD_SLAP",
"MOVE_FURY_CUTTER",
"MOVE_OMINOUS_WIND",
"MOVE_SNORE",
"MOVE_SPITE",
"MOVE_AIR_CUTTER",
"MOVE_SWIFT",
"MOVE_UPROAR"
]
},
"footprint": {
"has_footprint": true,
"footprint_size": "FOOTPRINT_MEDIUM"
},
"pokedex_data": {
"height": 8,
"weight": 120,
"body_shape": "SHAPE_MULTI_WINGED",
"trainer_scale_f": 272,
"pokemon_scale_f": 276,
"trainer_scale_m": 256,
"pokemon_scale_m": 276,
"trainer_pos_f": 8,
"pokemon_pos_f": 65534,
"trainer_pos_m": 9,
"pokemon_pos_m": 65534,
"entry_text": "Because it moves so quickly, it\nsometimes becomes unseeable. It\ncongregates around tree sap.",
"category": "Ninja Pokémon"
}
}