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

136 lines
3.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": 40,
"attack": 29,
"defense": 45,
"speed": 36,
"special_attack": 29,
"special_defense": 45
},
"types": [ "TYPE_BUG", "TYPE_BUG" ],
"catch_rate": 120,
"base_exp_reward": 61,
"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_FEMALE_50",
"hatch_cycles": 15,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_FAST",
"egg_groups": [ "EGG_GROUP_BUG", "EGG_GROUP_BUG" ],
"abilities": [ "ABILITY_SHED_SKIN", "ABILITY_NONE" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_GRAY",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_PROTECT" ],
[ 10, "MOVE_TACKLE" ],
[ 15, "MOVE_BUG_BITE" ],
[ 20, "MOVE_HIDDEN_POWER" ]
],
"by_tm": [ ],
"by_tutor": [ "MOVE_SNORE" ]
},
"evolutions": [
[
"EVO_LEVEL_FEMALE",
20,
"SPECIES_WORMADAM"
],
[
"EVO_LEVEL_MALE",
20,
"SPECIES_MOTHIM"
]
],
"offspring": "SPECIES_BURMY",
"footprint": {
"has": false,
"size": "FOOTPRINT_LARGE"
},
"pokedex_data": {
"height": 2,
"weight": 34,
"body_shape": "SHAPE_SERPENTINE",
"trainer_scale_f": 272,
"pokemon_scale_f": 545,
"trainer_scale_m": 256,
"pokemon_scale_m": 545,
"trainer_pos_f": 8,
"pokemon_pos_f": 65530,
"trainer_pos_m": 9,
"pokemon_pos_m": 65530,
"en": {
"name": "BURMY",
"category": "Bagworm Pokémon",
"entry_text": [
"Even if it is born where there are\n",
"no cocooning materials, it somehow\n",
"always ends up with a cloak."
]
},
"fr": {
"name": "CHENITI",
"category": "Pokémon Ver Caché",
"entry_text": [
"Pour se protéger des vents glacés\n",
"de lhiver, il sest tissé une cape\n",
"de feuilles et de brindilles."
]
},
"de": {
"name": "BURMY",
"category": "Beutelwurm",
"entry_text": [
"Um sich vor dem eisigen Winterwind\n",
"zu schützen, legt es sich unter\n",
"einen Umhang aus Ästen und Laub."
]
},
"it": {
"name": "BURMY",
"category": "Pokémon Larva",
"entry_text": [
"Per ripararsi dal freddo e dai venti\n",
"invernali si copre con un manto\n",
"fatto di rami e foglie."
]
},
"es": {
"name": "BURMY",
"category": "Pokémon Larva",
"entry_text": [
"Para protegerse de los vientos\n",
"fríos invernales, se cubre con un\n",
"caparazón de ramas y hojas."
]
},
"jp": {
"name": "ミノムッチ",
"category": "みのむしポケモン",
"entry_text": [
"つめたい こがらしを ふせぐため\n",
"こえだや おちばを ざいりょうに\n",
"ミノを つくり からだを おおう。"
]
}
},
"catching_show": {
"pal_park_land_area": "PAL_PARK_AREA_LAND_NORTH_WEST",
"pal_park_water_area": "PAL_PARK_AREA_WATER_NONE",
"catching_points": 50,
"rarity": 30,
"unused": 1028
}
}