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

191 lines
5.1 KiB
JSON

{
"base_stats": {
"hp": 40,
"attack": 40,
"defense": 55,
"speed": 55,
"special_attack": 40,
"special_defense": 70
},
"types": [ "TYPE_GROUND", "TYPE_PSYCHIC" ],
"catch_rate": 255,
"base_exp_reward": 58,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 0,
"speed": 0,
"special_attack": 0,
"special_defense": 1
},
"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_BROWN",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_CONFUSION" ],
[ 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" ],
[ 37, "MOVE_SANDSTORM" ],
[ 45, "MOVE_COSMIC_POWER" ],
[ 53, "MOVE_EARTH_POWER" ],
[ 61, "MOVE_HEAL_BLOCK" ],
[ 71, "MOVE_EXPLOSION" ]
],
"by_tm": [
"TM04",
"TM06",
"TM10",
"TM11",
"TM13",
"TM16",
"TM17",
"TM18",
"TM20",
"TM21",
"TM22",
"TM26",
"TM27",
"TM28",
"TM29",
"TM30",
"TM32",
"TM33",
"TM37",
"TM39",
"TM42",
"TM43",
"TM44",
"TM48",
"TM57",
"TM58",
"TM64",
"TM67",
"TM69",
"TM70",
"TM74",
"TM76",
"TM77",
"TM80",
"TM82",
"TM83",
"TM85",
"TM86",
"TM87",
"TM90",
"TM92"
],
"by_tutor": [
"MOVE_MUD_SLAP",
"MOVE_SNORE",
"MOVE_ANCIENT_POWER",
"MOVE_SIGNAL_BEAM",
"MOVE_ZEN_HEADBUTT",
"MOVE_EARTH_POWER",
"MOVE_TRICK"
]
},
"evolutions": [
[
"EVO_LEVEL",
36,
"SPECIES_CLAYDOL"
]
],
"offspring": "SPECIES_BALTOY",
"footprint": {
"has": true,
"size": "FOOTPRINT_SMALL"
},
"pokedex_data": {
"height": 5,
"weight": 215,
"body_shape": "SHAPE_HEAD_ARMS",
"trainer_scale_f": 272,
"pokemon_scale_f": 345,
"trainer_scale_m": 256,
"pokemon_scale_m": 345,
"trainer_pos_f": 8,
"pokemon_pos_f": 26,
"trainer_pos_m": 9,
"pokemon_pos_m": 26,
"en": {
"name": "BALTOY",
"category": "Clay Doll Pokémon",
"entry_text": [
"It moves by spinning on its foot.\n",
"It is a rare Pokémon that was\n",
"discovered in ancient ruins."
]
},
"fr": {
"name": "BALBUTO",
"category": "Pokémon Poupargile",
"entry_text": [
"Il se déplace en tournoyant sur\n",
"son pied. Ce Pokémon rare fut\n",
"découvert dans de vieilles ruines."
]
},
"de": {
"name": "PUPPANCE",
"category": "Lehmpuppe",
"entry_text": [
"Es bewegt sich, indem es sich auf\n",
"seinem Fuß dreht. Ein seltenes\n",
"PKMN, das in alten Ruinen lebte."
]
},
"it": {
"name": "BALTOY",
"category": "Pokémon Argilla",
"entry_text": [
"Pokémon raro che si muove rotean-\n",
"do su se stesso. È stato scoperto\n",
"nei pressi di antiche rovine."
]
},
"es": {
"name": "BALTOY",
"category": "Pokémon Muñ. Barro",
"entry_text": [
"Se mueve girando sobre su eje.\n",
"Es un extraño Pokémon que fue\n",
"encontrado en unas viejas ruinas."
]
},
"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": 50,
"rarity": 30,
"unused": 2568
}
}