pokeplatinum/res/pokemon/silcoon/data.json
h2o-DS e77596d92d Applied Polish
Implemented camelCase
Use unicode characters in data.json
Removed double escape from data.json
Gave names to generated message files
2024-09-23 17:25:32 -04:00

82 lines
1.9 KiB
JSON

{
"name": "Silcoon",
"base_stats": {
"hp": 50,
"attack": 35,
"defense": 55,
"speed": 15,
"special_attack": 25,
"special_defense": 25
},
"types": [
"TYPE_BUG",
"TYPE_BUG"
],
"catch_rate": 120,
"base_exp_reward": 72,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 2,
"speed": 0,
"special_attack": 0,
"special_defense": 0
},
"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"
],
"great_marsh_flee_rate": 0,
"sprite": {
"color": "MON_COLOR_WHITE",
"flip_sprite": false
},
"learnset": {
"tms": [],
"level_up": {
"1": "MOVE_HARDEN",
"7": "MOVE_HARDEN"
},
"tutor": [
"MOVE_IRON_DEFENSE"
]
},
"evolutions": [
[
"EVO_LEVEL_UP",
10,
"SPECIES_BEAUTIFLY"
]
],
"footprint": {
"has_footprint": false,
"footprint_size": "FOOTPRINT_LARGE"
},
"pokedex_data": {
"height": 6,
"weight": 100,
"body_shape": "SHAPE_HEAD",
"trainer_scale_f": 272,
"pokemon_scale_f": 341,
"trainer_scale_m": 256,
"pokemon_scale_m": 341,
"trainer_pos_f": 8,
"pokemon_pos_f": 22,
"trainer_pos_m": 9,
"pokemon_pos_m": 22,
"entry_text": "It wraps silk around the branches\nof a tree. It drinks rainwater on\nits silk while awaiting evolution.",
"category": "Cocoon Pokémon"
}
}