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

132 lines
3.0 KiB
JSON

{
"name": "Igglybuff",
"base_stats": {
"hp": 90,
"attack": 30,
"defense": 15,
"speed": 15,
"special_attack": 40,
"special_defense": 20
},
"types": [
"TYPE_NORMAL",
"TYPE_NORMAL"
],
"catch_rate": 170,
"base_exp_reward": 39,
"ev_yields": {
"hp": 1,
"attack": 0,
"defense": 0,
"speed": 0,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_NONE"
},
"gender_ratio": "GENDER_RATIO_FEMALE_75",
"hatch_cycles": 10,
"base_friendship": 70,
"exp_rate": "EXP_RATE_FAST",
"egg_groups": [
"EGG_GROUP_UNDISCOVERED",
"EGG_GROUP_UNDISCOVERED"
],
"abilities": [
"ABILITY_CUTE_CHARM",
"ABILITY_NONE"
],
"great_marsh_flee_rate": 0,
"sprite": {
"color": "MON_COLOR_PINK",
"flip_sprite": true
},
"learnset": {
"tms": [
"TM03",
"TM06",
"TM10",
"TM11",
"TM16",
"TM17",
"TM18",
"TM20",
"TM21",
"TM22",
"TM27",
"TM28",
"TM29",
"TM30",
"TM32",
"TM33",
"TM34",
"TM35",
"TM38",
"TM42",
"TM43",
"TM44",
"TM45",
"TM56",
"TM58",
"TM67",
"TM70",
"TM73",
"TM77",
"TM78",
"TM82",
"TM83",
"TM85",
"TM86",
"TM87",
"TM90"
],
"level_up": {
"1": [
"MOVE_SING",
"MOVE_CHARM"
],
"5": "MOVE_DEFENSE_CURL",
"9": "MOVE_POUND",
"13": "MOVE_SWEET_KISS",
"17": "MOVE_COPYCAT"
},
"tutor": [
"MOVE_MUD_SLAP",
"MOVE_ICY_WIND",
"MOVE_ROLLOUT",
"MOVE_SNORE",
"MOVE_HELPING_HAND",
"MOVE_ENDEAVOR",
"MOVE_LAST_RESORT",
"MOVE_BOUNCE",
"MOVE_UPROAR"
]
},
"evolutions": [
[
"EVO_HAPPINESS",
"SPECIES_JIGGLYPUFF"
]
],
"footprint": {
"has_footprint": true,
"footprint_size": "FOOTPRINT_MEDIUM"
},
"pokedex_data": {
"height": 3,
"weight": 10,
"body_shape": "SHAPE_BIPEDAL_TAILLESS",
"trainer_scale_f": 272,
"pokemon_scale_f": 462,
"trainer_scale_m": 256,
"pokemon_scale_m": 462,
"trainer_pos_f": 8,
"pokemon_pos_f": 29,
"trainer_pos_m": 9,
"pokemon_pos_m": 29,
"entry_text": "It has a soft and bouncy body.\nOnce it starts bouncing, it\nbecomes impossible to stop.",
"category": "Balloon Pokémon"
}
}