pokeplatinum/res/pokemon/deoxys/forms/defense/data.json
Rachel d92f23036b
Some checks are pending
build / build (push) Waiting to run
tools: Replace use of datagen_species.cpp with speciesproc.c
2026-03-20 22:26:04 -07:00

169 lines
3.9 KiB
JSON

{
"base_stats": {
"hp": 50,
"attack": 70,
"defense": 160,
"speed": 90,
"special_attack": 70,
"special_defense": 160
},
"types": [ "TYPE_PSYCHIC", "TYPE_PSYCHIC" ],
"catch_rate": 3,
"base_exp_reward": 215,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 2,
"speed": 0,
"special_attack": 0,
"special_defense": 1
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_NONE"
},
"gender_ratio": "GENDER_RATIO_NO_GENDER",
"hatch_cycles": 120,
"base_friendship": 0,
"exp_rate": "EXP_RATE_SLOW",
"egg_groups": [ "EGG_GROUP_UNDISCOVERED", "EGG_GROUP_UNDISCOVERED" ],
"abilities": [ "ABILITY_PRESSURE", "ABILITY_NONE" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_RED",
"flip_sprite": false,
"icon_palette": 0,
"learnset": {
"by_level": [
[ 1, "MOVE_LEER" ],
[ 1, "MOVE_WRAP" ],
[ 9, "MOVE_NIGHT_SHADE" ],
[ 17, "MOVE_TELEPORT" ],
[ 25, "MOVE_KNOCK_OFF" ],
[ 33, "MOVE_SPIKES" ],
[ 41, "MOVE_PSYCHIC" ],
[ 49, "MOVE_SNATCH" ],
[ 57, "MOVE_PSYCHO_SHIFT" ],
[ 65, "MOVE_ZEN_HEADBUTT" ],
[ 73, "MOVE_IRON_DEFENSE" ],
[ 73, "MOVE_AMNESIA" ],
[ 81, "MOVE_RECOVER" ],
[ 89, "MOVE_PSYCHO_BOOST" ],
[ 97, "MOVE_COUNTER" ],
[ 97, "MOVE_MIRROR_COAT" ]
],
"by_tm": [
"TM01",
"TM03",
"TM04",
"TM06",
"TM10",
"TM11",
"TM12",
"TM13",
"TM15",
"TM16",
"TM17",
"TM18",
"TM20",
"TM21",
"TM22",
"TM24",
"TM25",
"TM27",
"TM29",
"TM30",
"TM31",
"TM32",
"TM33",
"TM34",
"TM39",
"TM40",
"TM41",
"TM42",
"TM43",
"TM44",
"TM48",
"TM49",
"TM52",
"TM53",
"TM56",
"TM57",
"TM58",
"TM60",
"TM67",
"TM68",
"TM70",
"TM72",
"TM73",
"TM76",
"TM77",
"TM80",
"TM82",
"TM83",
"TM84",
"TM85",
"TM86",
"TM87",
"TM90",
"TM91",
"TM92",
"HM01",
"HM04",
"HM06"
],
"by_tutor": [
"MOVE_MUD_SLAP",
"MOVE_SNORE",
"MOVE_SIGNAL_BEAM",
"MOVE_ZEN_HEADBUTT",
"MOVE_IRON_DEFENSE",
"MOVE_TRICK",
"MOVE_KNOCK_OFF"
]
},
"evolutions": [ ],
"pokedex_data": {
"height": 0,
"weight": 0,
"body_shape": "SHAPE_QUADRUPED",
"trainer_scale_f": 0,
"pokemon_scale_f": 0,
"trainer_scale_m": 0,
"pokemon_scale_m": 0,
"trainer_pos_f": 0,
"pokemon_pos_f": 0,
"trainer_pos_m": 0,
"pokemon_pos_m": 0,
"en": {
"name": "DEOXYS",
"category": "",
"entry_text": [ ]
},
"fr": {
"name": "",
"category": "",
"entry_text": [ ]
},
"de": {
"name": "",
"category": "",
"entry_text": [ ]
},
"it": {
"name": "",
"category": "",
"entry_text": [ ]
},
"es": {
"name": "",
"category": "",
"entry_text": [ ]
},
"jp": {
"name": "",
"category": "",
"entry_text": [ ]
}
}
}