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

176 lines
4.8 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": 80,
"defense": 95,
"speed": 10,
"special_attack": 10,
"special_defense": 45
},
"types": [ "TYPE_ROCK", "TYPE_ROCK" ],
"catch_rate": 255,
"base_exp_reward": 68,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 1,
"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_UNDISCOVERED", "EGG_GROUP_UNDISCOVERED" ],
"abilities": [ "ABILITY_STURDY", "ABILITY_ROCK_HEAD" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_BROWN",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_FAKE_TEARS" ],
[ 1, "MOVE_COPYCAT" ],
[ 6, "MOVE_FLAIL" ],
[ 9, "MOVE_LOW_KICK" ],
[ 14, "MOVE_ROCK_THROW" ],
[ 17, "MOVE_MIMIC" ],
[ 22, "MOVE_BLOCK" ],
[ 25, "MOVE_FAINT_ATTACK" ],
[ 30, "MOVE_ROCK_TOMB" ],
[ 33, "MOVE_ROCK_SLIDE" ],
[ 38, "MOVE_SLAM" ],
[ 41, "MOVE_SUCKER_PUNCH" ],
[ 46, "MOVE_DOUBLE_EDGE" ]
],
"by_tm": [
"TM04",
"TM06",
"TM10",
"TM11",
"TM17",
"TM21",
"TM27",
"TM28",
"TM31",
"TM32",
"TM37",
"TM39",
"TM42",
"TM43",
"TM44",
"TM45",
"TM46",
"TM58",
"TM64",
"TM69",
"TM76",
"TM77",
"TM78",
"TM80",
"TM82",
"TM83",
"TM87",
"TM90"
],
"by_tutor": [
"MOVE_ROLLOUT",
"MOVE_SNORE",
"MOVE_HELPING_HAND",
"MOVE_EARTH_POWER",
"MOVE_SUCKER_PUNCH",
"MOVE_UPROAR"
]
},
"evolutions": [
[
"EVO_LEVEL_KNOW_MOVE",
"MOVE_MIMIC",
"SPECIES_SUDOWOODO"
]
],
"offspring": "SPECIES_BONSLY",
"footprint": {
"has": true,
"size": "FOOTPRINT_MEDIUM"
},
"pokedex_data": {
"height": 5,
"weight": 150,
"body_shape": "SHAPE_HEAD_LEGS",
"trainer_scale_f": 272,
"pokemon_scale_f": 555,
"trainer_scale_m": 256,
"pokemon_scale_m": 555,
"trainer_pos_f": 8,
"pokemon_pos_f": 27,
"trainer_pos_m": 9,
"pokemon_pos_m": 27,
"en": {
"name": "BONSLY",
"category": "Bonsai Pokémon",
"entry_text": [
"It prefers an arid atmosphere. It\n",
"leaks water that looks like tears\n",
"when adjusting its moisture level."
]
},
"fr": {
"name": "MANZAI",
"category": "Pokémon Bonsaï",
"entry_text": [
"On dirait quil pleure constamment.\n",
"En fait, il régule ses fluides\n",
"corporels en éliminant le surplus."
]
},
"de": {
"name": "MOBAI",
"category": "Bonsai",
"entry_text": [
"Es sieht aus, als würde es immer\n",
"weinen. Dabei reguliert es nur\n",
"seinen Wasserhaushalt."
]
},
"it": {
"name": "BONSLY",
"category": "Pokémon Bonsai",
"entry_text": [
"Sembra che pianga tutto il tempo.\n",
"In realtà regola il livello dei fluidi\n",
"del corpo eliminando gli eccessi."
]
},
"es": {
"name": "BONSLY",
"category": "Pokémon Bonsái",
"entry_text": [
"Parece que siempre está llorando,\n",
"pero en realidad está eliminando\n",
"el exceso de fluidos corporales."
]
},
"jp": {
"name": "ウソハチ",
"category": "ぼんさいポケモン",
"entry_text": [
"いつも ないているように みえるが\n",
"たいないの すいぶんを そとに\n",
"だして ちょうせつしているのだ。"
]
}
},
"catching_show": {
"pal_park_land_area": "PAL_PARK_AREA_LAND_SOUTH_WEST",
"pal_park_water_area": "PAL_PARK_AREA_WATER_NONE",
"catching_points": 90,
"rarity": 3,
"unused": 1285
}
}