mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-10 13:56:11 -05:00
Implemented camelCase Use unicode characters in data.json Removed double escape from data.json Gave names to generated message files
139 lines
3.2 KiB
JSON
139 lines
3.2 KiB
JSON
{
|
||
"name": "Grimer",
|
||
"base_stats": {
|
||
"hp": 80,
|
||
"attack": 80,
|
||
"defense": 50,
|
||
"speed": 25,
|
||
"special_attack": 40,
|
||
"special_defense": 50
|
||
},
|
||
"types": [
|
||
"TYPE_POISON",
|
||
"TYPE_POISON"
|
||
],
|
||
"catch_rate": 190,
|
||
"base_exp_reward": 90,
|
||
"ev_yields": {
|
||
"hp": 1,
|
||
"attack": 0,
|
||
"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": [
|
||
"TM06",
|
||
"TM10",
|
||
"TM11",
|
||
"TM12",
|
||
"TM17",
|
||
"TM18",
|
||
"TM19",
|
||
"TM21",
|
||
"TM24",
|
||
"TM25",
|
||
"TM27",
|
||
"TM28",
|
||
"TM30",
|
||
"TM32",
|
||
"TM34",
|
||
"TM35",
|
||
"TM36",
|
||
"TM38",
|
||
"TM39",
|
||
"TM41",
|
||
"TM42",
|
||
"TM43",
|
||
"TM44",
|
||
"TM45",
|
||
"TM46",
|
||
"TM56",
|
||
"TM58",
|
||
"TM64",
|
||
"TM66",
|
||
"TM78",
|
||
"TM80",
|
||
"TM82",
|
||
"TM83",
|
||
"TM84",
|
||
"TM87",
|
||
"TM90",
|
||
"HM04"
|
||
],
|
||
"level_up": {
|
||
"1": [
|
||
"MOVE_POISON_GAS",
|
||
"MOVE_POUND"
|
||
],
|
||
"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",
|
||
"39": "MOVE_ACID_ARMOR",
|
||
"44": "MOVE_GUNK_SHOT",
|
||
"49": "MOVE_MEMENTO"
|
||
},
|
||
"tutor": [
|
||
"MOVE_MUD_SLAP",
|
||
"MOVE_THUNDER_PUNCH",
|
||
"MOVE_FIRE_PUNCH",
|
||
"MOVE_ICE_PUNCH",
|
||
"MOVE_SNORE",
|
||
"MOVE_GUNK_SHOT"
|
||
]
|
||
},
|
||
"evolutions": [
|
||
[
|
||
"EVO_LEVEL_UP",
|
||
38,
|
||
"SPECIES_MUK"
|
||
]
|
||
],
|
||
"footprint": {
|
||
"has_footprint": false,
|
||
"footprint_size": "FOOTPRINT_LARGE"
|
||
},
|
||
"pokedex_data": {
|
||
"height": 9,
|
||
"weight": 300,
|
||
"body_shape": "SHAPE_HEAD_ARMS",
|
||
"trainer_scale_f": 272,
|
||
"pokemon_scale_f": 224,
|
||
"trainer_scale_m": 256,
|
||
"pokemon_scale_m": 224,
|
||
"trainer_pos_f": 8,
|
||
"pokemon_pos_f": 17,
|
||
"trainer_pos_m": 9,
|
||
"pokemon_pos_m": 17,
|
||
"entry_text": "It was born when sludge in a dirty\nstream was exposed to the moon’s\nX-rays. It appears among filth.",
|
||
"category": "Sludge Pokémon"
|
||
}
|
||
} |