mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-19 08:51:54 -05:00
Implemented camelCase Use unicode characters in data.json Removed double escape from data.json Gave names to generated message files
141 lines
3.3 KiB
JSON
141 lines
3.3 KiB
JSON
{
|
|
"name": "Muk",
|
|
"base_stats": {
|
|
"hp": 105,
|
|
"attack": 105,
|
|
"defense": 75,
|
|
"speed": 50,
|
|
"special_attack": 65,
|
|
"special_defense": 100
|
|
},
|
|
"types": [
|
|
"TYPE_POISON",
|
|
"TYPE_POISON"
|
|
],
|
|
"catch_rate": 75,
|
|
"base_exp_reward": 157,
|
|
"ev_yields": {
|
|
"hp": 1,
|
|
"attack": 1,
|
|
"defense": 0,
|
|
"speed": 0,
|
|
"special_attack": 0,
|
|
"special_defense": 0
|
|
},
|
|
"held_items": {
|
|
"common": "ITEM_NONE",
|
|
"rare": "ITEM_NUGGET"
|
|
},
|
|
"gender_ratio": "GENDER_RATIO_FEMALE_50",
|
|
"hatch_cycles": 20,
|
|
"base_friendship": 70,
|
|
"exp_rate": "EXP_RATE_MEDIUM_FAST",
|
|
"egg_groups": [
|
|
"EGG_GROUP_AMORPHOUS",
|
|
"EGG_GROUP_AMORPHOUS"
|
|
],
|
|
"abilities": [
|
|
"ABILITY_STENCH",
|
|
"ABILITY_STICKY_HOLD"
|
|
],
|
|
"great_marsh_flee_rate": 0,
|
|
"sprite": {
|
|
"color": "MON_COLOR_PURPLE",
|
|
"flip_sprite": false
|
|
},
|
|
"learnset": {
|
|
"tms": [
|
|
"TM01",
|
|
"TM06",
|
|
"TM10",
|
|
"TM11",
|
|
"TM12",
|
|
"TM15",
|
|
"TM17",
|
|
"TM18",
|
|
"TM19",
|
|
"TM21",
|
|
"TM24",
|
|
"TM25",
|
|
"TM27",
|
|
"TM28",
|
|
"TM30",
|
|
"TM31",
|
|
"TM32",
|
|
"TM34",
|
|
"TM35",
|
|
"TM36",
|
|
"TM38",
|
|
"TM39",
|
|
"TM41",
|
|
"TM42",
|
|
"TM43",
|
|
"TM44",
|
|
"TM45",
|
|
"TM46",
|
|
"TM52",
|
|
"TM56",
|
|
"TM58",
|
|
"TM64",
|
|
"TM66",
|
|
"TM68",
|
|
"TM78",
|
|
"TM79",
|
|
"TM80",
|
|
"TM82",
|
|
"TM83",
|
|
"TM84",
|
|
"TM87",
|
|
"TM90",
|
|
"HM04",
|
|
"HM06"
|
|
],
|
|
"level_up": {
|
|
"1": [
|
|
"MOVE_POISON_GAS",
|
|
"MOVE_POUND",
|
|
"MOVE_HARDEN",
|
|
"MOVE_MUD_SLAP"
|
|
],
|
|
"4": "MOVE_HARDEN",
|
|
"7": "MOVE_MUD_SLAP",
|
|
"12": "MOVE_DISABLE",
|
|
"17": "MOVE_MINIMIZE",
|
|
"20": "MOVE_SLUDGE",
|
|
"23": "MOVE_MUD_BOMB",
|
|
"28": "MOVE_FLING",
|
|
"33": "MOVE_SCREECH",
|
|
"36": "MOVE_SLUDGE_BOMB",
|
|
"44": "MOVE_ACID_ARMOR",
|
|
"54": "MOVE_GUNK_SHOT",
|
|
"65": "MOVE_MEMENTO"
|
|
},
|
|
"tutor": [
|
|
"MOVE_MUD_SLAP",
|
|
"MOVE_THUNDER_PUNCH",
|
|
"MOVE_FIRE_PUNCH",
|
|
"MOVE_ICE_PUNCH",
|
|
"MOVE_SNORE",
|
|
"MOVE_GUNK_SHOT"
|
|
]
|
|
},
|
|
"footprint": {
|
|
"has_footprint": false,
|
|
"footprint_size": "FOOTPRINT_LARGE"
|
|
},
|
|
"pokedex_data": {
|
|
"height": 12,
|
|
"weight": 300,
|
|
"body_shape": "SHAPE_HEAD_ARMS",
|
|
"trainer_scale_f": 272,
|
|
"pokemon_scale_f": 256,
|
|
"trainer_scale_m": 256,
|
|
"pokemon_scale_m": 256,
|
|
"trainer_pos_f": 8,
|
|
"pokemon_pos_f": 6,
|
|
"trainer_pos_m": 9,
|
|
"pokemon_pos_m": 6,
|
|
"entry_text": "A toxic fluid seeps from its body.\nThe fluid instantly kills plants and\ntrees on contact.",
|
|
"category": "Sludge Pokémon"
|
|
}
|
|
} |