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

194 lines
5.3 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": 70,
"defense": 105,
"speed": 75,
"special_attack": 70,
"special_defense": 120
},
"types": [ "TYPE_GROUND", "TYPE_PSYCHIC" ],
"catch_rate": 90,
"base_exp_reward": 189,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 0,
"speed": 0,
"special_attack": 0,
"special_defense": 2
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_NONE"
},
"gender_ratio": "GENDER_RATIO_NO_GENDER",
"hatch_cycles": 20,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_FAST",
"egg_groups": [ "EGG_GROUP_MINERAL", "EGG_GROUP_MINERAL" ],
"abilities": [ "ABILITY_LEVITATE", "ABILITY_NONE" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_BLACK",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_TELEPORT" ],
[ 1, "MOVE_CONFUSION" ],
[ 1, "MOVE_HARDEN" ],
[ 1, "MOVE_RAPID_SPIN" ],
[ 3, "MOVE_HARDEN" ],
[ 5, "MOVE_RAPID_SPIN" ],
[ 7, "MOVE_MUD_SLAP" ],
[ 11, "MOVE_PSYBEAM" ],
[ 15, "MOVE_ROCK_TOMB" ],
[ 19, "MOVE_SELFDESTRUCT" ],
[ 25, "MOVE_ANCIENT_POWER" ],
[ 31, "MOVE_POWER_TRICK" ],
[ 36, "MOVE_HYPER_BEAM" ],
[ 40, "MOVE_SANDSTORM" ],
[ 51, "MOVE_COSMIC_POWER" ],
[ 62, "MOVE_EARTH_POWER" ],
[ 73, "MOVE_HEAL_BLOCK" ],
[ 86, "MOVE_EXPLOSION" ]
],
"by_tm": [
"TM04",
"TM06",
"TM10",
"TM11",
"TM13",
"TM15",
"TM16",
"TM17",
"TM18",
"TM20",
"TM21",
"TM22",
"TM26",
"TM27",
"TM28",
"TM29",
"TM30",
"TM32",
"TM33",
"TM37",
"TM39",
"TM42",
"TM43",
"TM44",
"TM48",
"TM57",
"TM58",
"TM64",
"TM67",
"TM68",
"TM69",
"TM70",
"TM71",
"TM74",
"TM76",
"TM77",
"TM80",
"TM82",
"TM83",
"TM85",
"TM86",
"TM87",
"TM90",
"TM92",
"HM04",
"HM06"
],
"by_tutor": [
"MOVE_MUD_SLAP",
"MOVE_SNORE",
"MOVE_ANCIENT_POWER",
"MOVE_SIGNAL_BEAM",
"MOVE_ZEN_HEADBUTT",
"MOVE_EARTH_POWER",
"MOVE_TRICK"
]
},
"evolutions": [ ],
"offspring": "SPECIES_BALTOY",
"footprint": {
"has": true,
"size": "FOOTPRINT_SMALL"
},
"pokedex_data": {
"height": 15,
"weight": 1080,
"body_shape": "SHAPE_HEAD_ARMS",
"trainer_scale_f": 272,
"pokemon_scale_f": 250,
"trainer_scale_m": 256,
"pokemon_scale_m": 250,
"trainer_pos_f": 8,
"pokemon_pos_f": 0,
"trainer_pos_m": 9,
"pokemon_pos_m": 0,
"en": {
"name": "CLAYDOL",
"category": "Clay Doll Pokémon",
"entry_text": [
"An ancient clay figurine that came\n",
"to life as a Pokémon from exposure\n",
"to a mysterious ray of light."
]
},
"fr": {
"name": "KAORINE",
"category": "Pokémon Poupargile",
"entry_text": [
"Une ancienne figurine dargile qui \n",
"sest animée suite à son exposition\n",
"à un rayon de lumière étrange."
]
},
"de": {
"name": "LEPUMENTAS",
"category": "Lehmpuppe",
"entry_text": [
"Eine antike Lehmstatue, die durch\n",
"ein mysteriöses Licht zum Leben\n",
"erwacht ist."
]
},
"it": {
"name": "CLAYDOL",
"category": "Pokémon Argilla",
"entry_text": [
"Pokémon nato da unantica\n",
"statuetta dargilla portata in\n",
"vita da misteriose radiazioni."
]
},
"es": {
"name": "CLAYDOL",
"category": "Pokémon Muñ. Barro",
"entry_text": [
"Este Pokémon es una vieja figurilla\n",
"de barro que cobró vida mediante la\n",
"exposición a extraños rayos de luz."
]
},
"jp": {
"name": "ネンド-ル",
"category": "どぐうポケモン",
"entry_text": [
"こだいの どろにんぎょうが\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": 2568
}
}