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

195 lines
5.2 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": 67,
"attack": 125,
"defense": 40,
"speed": 58,
"special_attack": 30,
"special_defense": 30
},
"types": [ "TYPE_ROCK", "TYPE_ROCK" ],
"catch_rate": 45,
"base_exp_reward": 99,
"ev_yields": {
"hp": 0,
"attack": 1,
"defense": 0,
"speed": 0,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_NONE"
},
"gender_ratio": "GENDER_RATIO_FEMALE_12_5",
"hatch_cycles": 30,
"base_friendship": 70,
"exp_rate": "EXP_RATE_ERRATIC",
"egg_groups": [ "EGG_GROUP_MONSTER", "EGG_GROUP_MONSTER" ],
"abilities": [ "ABILITY_MOLD_BREAKER", "ABILITY_NONE" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_BLUE",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_HEADBUTT" ],
[ 1, "MOVE_LEER" ],
[ 6, "MOVE_FOCUS_ENERGY" ],
[ 10, "MOVE_PURSUIT" ],
[ 15, "MOVE_TAKE_DOWN" ],
[ 19, "MOVE_SCARY_FACE" ],
[ 24, "MOVE_ASSURANCE" ],
[ 28, "MOVE_ANCIENT_POWER" ],
[ 33, "MOVE_ZEN_HEADBUTT" ],
[ 37, "MOVE_SCREECH" ],
[ 43, "MOVE_HEAD_SMASH" ]
],
"by_tm": [
"TM05",
"TM06",
"TM10",
"TM11",
"TM13",
"TM14",
"TM17",
"TM18",
"TM21",
"TM23",
"TM24",
"TM25",
"TM26",
"TM27",
"TM28",
"TM32",
"TM34",
"TM35",
"TM37",
"TM38",
"TM39",
"TM42",
"TM43",
"TM44",
"TM45",
"TM46",
"TM56",
"TM58",
"TM59",
"TM66",
"TM69",
"TM71",
"TM75",
"TM76",
"TM78",
"TM80",
"TM82",
"TM83",
"TM87",
"TM90",
"HM04",
"HM06",
"HM08"
],
"by_tutor": [
"MOVE_MUD_SLAP",
"MOVE_THUNDER_PUNCH",
"MOVE_FIRE_PUNCH",
"MOVE_SUPERPOWER",
"MOVE_IRON_HEAD",
"MOVE_SNORE",
"MOVE_SPITE",
"MOVE_ENDEAVOR",
"MOVE_ANCIENT_POWER",
"MOVE_ZEN_HEADBUTT",
"MOVE_EARTH_POWER",
"MOVE_UPROAR"
]
},
"evolutions": [
[
"EVO_LEVEL",
30,
"SPECIES_RAMPARDOS"
]
],
"offspring": "SPECIES_CRANIDOS",
"footprint": {
"has": true,
"size": "FOOTPRINT_MEDIUM"
},
"pokedex_data": {
"height": 9,
"weight": 315,
"body_shape": "SHAPE_BIPEDAL_TAILED",
"trainer_scale_f": 272,
"pokemon_scale_f": 339,
"trainer_scale_m": 256,
"pokemon_scale_m": 339,
"trainer_pos_f": 8,
"pokemon_pos_f": 21,
"trainer_pos_m": 9,
"pokemon_pos_m": 21,
"en": {
"name": "CRANIDOS",
"category": "Head Butt Pokémon",
"entry_text": [
"A lifelong jungle dweller from 100\n",
"million years ago, it would snap\n",
"obstructing trees with head butts."
]
},
"fr": {
"name": "KRANIDOS",
"category": "Pokémon CoudBoule",
"entry_text": [
"Il vivait dans la jungle il y a \n",
"environ 100 millions dannées. Son\n",
"crâne est dur comme du fer."
]
},
"de": {
"name": "KOKNODON",
"category": "Kopfstoß",
"entry_text": [
"Vor über 100 Millionen Jahren lebte\n",
"es in den Dschungeln. Sein Schädel\n",
"ist hart wie Eisen."
]
},
"it": {
"name": "CRANIDOS",
"category": "Pokémon Cranioso",
"entry_text": [
"Viveva nella giungla circa 100\n",
"milioni di anni fa. Il suo cranio\n",
"è duro come il ferro."
]
},
"es": {
"name": "CRANIDOS",
"category": "Pokémon Cabezazo",
"entry_text": [
"Vivía en la jungla hace unos 100\n",
"millones de años. Su cráneo es\n",
"tan duro como el hierro."
]
},
"jp": {
"name": "ズガイドス",
"category": "ずつきポケモン",
"entry_text": [
"およそ 1おくねんまえに\n",
"こだいの みつりんで くらしていた。\n",
"てつのように かたい ずがいこつ。"
]
}
},
"catching_show": {
"pal_park_land_area": "PAL_PARK_AREA_LAND_NORTH_EAST",
"pal_park_water_area": "PAL_PARK_AREA_WATER_NONE",
"catching_points": 70,
"rarity": 20,
"unused": 3595
}
}