pokeplatinum/res/pokemon/arbok/data.json
h2o-DS 0cba5ddceb
Some checks failed
build / build (push) Has been cancelled
Generate pms.narc (#502)
* Generate pms

Added offspring field to species data files
Added pms.narc to datagen_species

* Document Comments

Added pms.narc to header comments

* Remove Hardcode

* Optimization
2025-05-07 20:46:30 -07:00

183 lines
5.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"base_stats": {
"hp": 60,
"attack": 85,
"defense": 69,
"speed": 80,
"special_attack": 65,
"special_defense": 79
},
"types": [ "TYPE_POISON", "TYPE_POISON" ],
"catch_rate": 90,
"base_exp_reward": 147,
"ev_yields": {
"hp": 0,
"attack": 2,
"defense": 0,
"speed": 0,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_NONE"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 20,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_FAST",
"egg_groups": [ "EGG_GROUP_FIELD", "EGG_GROUP_DRAGON" ],
"abilities": [ "ABILITY_INTIMIDATE", "ABILITY_SHED_SKIN" ],
"safari_flee_rate": 60,
"body_color": "MON_COLOR_PURPLE",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_ICE_FANG" ],
[ 1, "MOVE_THUNDER_FANG" ],
[ 1, "MOVE_FIRE_FANG" ],
[ 1, "MOVE_WRAP" ],
[ 1, "MOVE_LEER" ],
[ 1, "MOVE_POISON_STING" ],
[ 1, "MOVE_BITE" ],
[ 4, "MOVE_POISON_STING" ],
[ 9, "MOVE_BITE" ],
[ 12, "MOVE_GLARE" ],
[ 17, "MOVE_SCREECH" ],
[ 20, "MOVE_ACID" ],
[ 22, "MOVE_CRUNCH" ],
[ 28, "MOVE_STOCKPILE" ],
[ 28, "MOVE_SWALLOW" ],
[ 28, "MOVE_SPIT_UP" ],
[ 34, "MOVE_MUD_BOMB" ],
[ 42, "MOVE_GASTRO_ACID" ],
[ 48, "MOVE_HAZE" ],
[ 56, "MOVE_GUNK_SHOT" ]
],
"by_tm": [
"TM06",
"TM10",
"TM11",
"TM15",
"TM17",
"TM18",
"TM19",
"TM21",
"TM23",
"TM26",
"TM27",
"TM28",
"TM32",
"TM36",
"TM39",
"TM41",
"TM42",
"TM43",
"TM44",
"TM45",
"TM46",
"TM49",
"TM58",
"TM66",
"TM68",
"TM78",
"TM79",
"TM80",
"TM82",
"TM83",
"TM84",
"TM87",
"TM90",
"HM04"
],
"by_tutor": [
"MOVE_AQUA_TAIL",
"MOVE_GASTRO_ACID",
"MOVE_SNORE",
"MOVE_SPITE",
"MOVE_GUNK_SHOT",
"MOVE_SEED_BOMB"
]
},
"evolutions": [ ],
"offspring": "SPECIES_EKANS",
"footprint": {
"has": false,
"size": "FOOTPRINT_LARGE"
},
"pokedex_data": {
"height": 35,
"weight": 650,
"body_shape": "SHAPE_SERPENTINE",
"trainer_scale_f": 272,
"pokemon_scale_f": 282,
"trainer_scale_m": 256,
"pokemon_scale_m": 282,
"trainer_pos_f": 8,
"pokemon_pos_f": 8,
"trainer_pos_m": 9,
"pokemon_pos_m": 8,
"en": {
"name": "ARBOK",
"category": "Cobra Pokémon",
"entry_text": [
"The pattern on its belly is for\n",
"intimidation. It constricts foes\n",
"while they are frozen in fear."
]
},
"fr": {
"name": "ARBOK",
"category": "Pokémon Cobra",
"entry_text": [
"Il utilise la marque sur son ventre\n",
"pour intimider lennemi. Il étouffe\n",
"lennemi pétrifié par la peur."
]
},
"de": {
"name": "ARBOK",
"category": "Kobra",
"entry_text": [
"Das Muster auf seinem Bauch\n",
"schüchtert Gegner ein. Sind sie vor\n",
"Angst erstarrt, umklammert es sie."
]
},
"it": {
"name": "ARBOK",
"category": "Pokémon Cobra",
"entry_text": [
"Prima paralizza i nemici con il terri-\n",
"ficante disegno che ha sul ventre,\n",
"poi gli si avvinghia intorno."
]
},
"es": {
"name": "ARBOK",
"category": "Pokémon Cobra",
"entry_text": [
"ARBOK intimida a sus presas con el\n",
"dibujo de su panza y luego las\n",
"asfixia con su cuerpo."
]
},
"jp": {
"name": "ア-ボック",
"category": "コブラポケモン",
"entry_text": [
"おなかの もようで てきを いかく。\n",
"もように おびえて うごけなくなった\n",
"すきに からだで しめつける。"
]
}
},
"catching_show": {
"pal_park_land_area": "PAL_PARK_AREA_LAND_NORTH_WEST",
"pal_park_water_area": "PAL_PARK_AREA_WATER_NONE",
"catching_points": 50,
"rarity": 30,
"unused": 1542
}
}