mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
142 lines
4.0 KiB
JSON
142 lines
4.0 KiB
JSON
{
|
||
"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,
|
||
"icon_palette": [
|
||
[ "base", 1 ],
|
||
[ "sandy", 1 ],
|
||
[ "trash", 0 ]
|
||
],
|
||
"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",
|
||
"type": "FOOTPRINT_TYPE_CUTE"
|
||
},
|
||
"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 l’hiver, il s’est 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
|
||
}
|
||
}
|