pokeplatinum/res/pokemon/cacnea/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

186 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": 50,
"attack": 85,
"defense": 40,
"speed": 35,
"special_attack": 85,
"special_defense": 40
},
"types": [ "TYPE_GRASS", "TYPE_GRASS" ],
"catch_rate": 190,
"base_exp_reward": 97,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 0,
"speed": 0,
"special_attack": 1,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_STICKY_BARB"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 20,
"base_friendship": 35,
"exp_rate": "EXP_RATE_MEDIUM_SLOW",
"egg_groups": [ "EGG_GROUP_GRASS", "EGG_GROUP_HUMAN_LIKE" ],
"abilities": [ "ABILITY_SAND_VEIL", "ABILITY_NONE" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_GREEN",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_POISON_STING" ],
[ 1, "MOVE_LEER" ],
[ 5, "MOVE_ABSORB" ],
[ 9, "MOVE_GROWTH" ],
[ 13, "MOVE_LEECH_SEED" ],
[ 17, "MOVE_SAND_ATTACK" ],
[ 21, "MOVE_PIN_MISSILE" ],
[ 25, "MOVE_INGRAIN" ],
[ 29, "MOVE_FAINT_ATTACK" ],
[ 33, "MOVE_SPIKES" ],
[ 37, "MOVE_SUCKER_PUNCH" ],
[ 41, "MOVE_PAYBACK" ],
[ 45, "MOVE_NEEDLE_ARM" ],
[ 49, "MOVE_COTTON_SPORE" ],
[ 53, "MOVE_SANDSTORM" ],
[ 57, "MOVE_DESTINY_BOND" ]
],
"by_tm": [
"TM01",
"TM06",
"TM09",
"TM10",
"TM11",
"TM17",
"TM19",
"TM21",
"TM22",
"TM27",
"TM31",
"TM32",
"TM37",
"TM42",
"TM43",
"TM44",
"TM45",
"TM53",
"TM56",
"TM58",
"TM60",
"TM66",
"TM70",
"TM75",
"TM78",
"TM79",
"TM82",
"TM83",
"TM84",
"TM86",
"TM87",
"TM90",
"HM01"
],
"by_tutor": [
"MOVE_MUD_SLAP",
"MOVE_FURY_CUTTER",
"MOVE_THUNDER_PUNCH",
"MOVE_SNORE",
"MOVE_SPITE",
"MOVE_SYNTHESIS",
"MOVE_SEED_BOMB",
"MOVE_SUCKER_PUNCH"
]
},
"evolutions": [
[
"EVO_LEVEL",
32,
"SPECIES_CACTURNE"
]
],
"offspring": "SPECIES_CACNEA",
"footprint": {
"has": true,
"size": "FOOTPRINT_SMALL"
},
"pokedex_data": {
"height": 4,
"weight": 513,
"body_shape": "SHAPE_BIPEDAL_TAILLESS",
"trainer_scale_f": 272,
"pokemon_scale_f": 405,
"trainer_scale_m": 256,
"pokemon_scale_m": 405,
"trainer_pos_f": 8,
"pokemon_pos_f": 27,
"trainer_pos_m": 9,
"pokemon_pos_m": 27,
"en": {
"name": "CACNEA",
"category": "Cactus Pokémon",
"entry_text": [
"By storing water in its body, this\n",
"desert dweller can survive for 30\n",
"days without water."
]
},
"fr": {
"name": "CACNEA",
"category": "Pokémon Cactus",
"entry_text": [
"En stockant leau dans son corps,\n",
"cet habitant du désert peut \n",
"survivre 30 jours sans boire."
]
},
"de": {
"name": "TUSKA",
"category": "Kaktus",
"entry_text": [
"Dieser Wüstenbewohner speichert\n",
"Wasser in seinem Körper. So kann er\n",
"30 Tage ohne Wasser überleben."
]
},
"it": {
"name": "CACNEA",
"category": "Pokémon Cactus",
"entry_text": [
"Immagazzina acqua nel corpo e\n",
"riesce a sopravvivere nel deserto\n",
"senzacqua anche per 30 giorni."
]
},
"es": {
"name": "CACNEA",
"category": "Pokémon Cactus",
"entry_text": [
"Habita en el desierto. Aguanta\n",
"treinta días sin agua gracias a la\n",
"que almacena en su cuerpo."
]
},
"jp": {
"name": "サボネア",
"category": "サボテンポケモン",
"entry_text": [
"さばくに せいそく。たいないに\n",
"すいぶんを ためることで みずを\n",
"のまずに 30にちかん いきられる。"
]
}
},
"catching_show": {
"pal_park_land_area": "PAL_PARK_AREA_LAND_NORTH_EAST",
"pal_park_water_area": "PAL_PARK_AREA_WATER_NONE",
"catching_points": 50,
"rarity": 30,
"unused": 257
}
}