mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-15 07:33:40 -05:00
Implemented camelCase Use unicode characters in data.json Removed double escape from data.json Gave names to generated message files
136 lines
3.1 KiB
JSON
136 lines
3.1 KiB
JSON
{
|
||
"name": "Cleffa",
|
||
"base_stats": {
|
||
"hp": 50,
|
||
"attack": 25,
|
||
"defense": 28,
|
||
"speed": 15,
|
||
"special_attack": 45,
|
||
"special_defense": 55
|
||
},
|
||
"types": [
|
||
"TYPE_NORMAL",
|
||
"TYPE_NORMAL"
|
||
],
|
||
"catch_rate": 150,
|
||
"base_exp_reward": 37,
|
||
"ev_yields": {
|
||
"hp": 0,
|
||
"attack": 0,
|
||
"defense": 0,
|
||
"speed": 0,
|
||
"special_attack": 0,
|
||
"special_defense": 1
|
||
},
|
||
"held_items": {
|
||
"common": "ITEM_LEPPA_BERRY",
|
||
"rare": "ITEM_MOON_STONE"
|
||
},
|
||
"gender_ratio": "GENDER_RATIO_FEMALE_75",
|
||
"hatch_cycles": 10,
|
||
"base_friendship": 140,
|
||
"exp_rate": "EXP_RATE_FAST",
|
||
"egg_groups": [
|
||
"EGG_GROUP_UNDISCOVERED",
|
||
"EGG_GROUP_UNDISCOVERED"
|
||
],
|
||
"abilities": [
|
||
"ABILITY_CUTE_CHARM",
|
||
"ABILITY_MAGIC_GUARD"
|
||
],
|
||
"great_marsh_flee_rate": 0,
|
||
"sprite": {
|
||
"color": "MON_COLOR_PINK",
|
||
"flip_sprite": false
|
||
},
|
||
"learnset": {
|
||
"tms": [
|
||
"TM03",
|
||
"TM06",
|
||
"TM10",
|
||
"TM11",
|
||
"TM16",
|
||
"TM17",
|
||
"TM18",
|
||
"TM20",
|
||
"TM21",
|
||
"TM22",
|
||
"TM23",
|
||
"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_POUND",
|
||
"MOVE_CHARM"
|
||
],
|
||
"4": "MOVE_ENCORE",
|
||
"7": "MOVE_SING",
|
||
"10": "MOVE_SWEET_KISS",
|
||
"13": "MOVE_COPYCAT",
|
||
"16": "MOVE_MAGICAL_LEAF"
|
||
},
|
||
"tutor": [
|
||
"MOVE_MUD_SLAP",
|
||
"MOVE_ICY_WIND",
|
||
"MOVE_ROLLOUT",
|
||
"MOVE_SNORE",
|
||
"MOVE_HELPING_HAND",
|
||
"MOVE_ENDEAVOR",
|
||
"MOVE_SIGNAL_BEAM",
|
||
"MOVE_ZEN_HEADBUTT",
|
||
"MOVE_LAST_RESORT",
|
||
"MOVE_TRICK",
|
||
"MOVE_UPROAR"
|
||
]
|
||
},
|
||
"evolutions": [
|
||
[
|
||
"EVO_HAPPINESS",
|
||
"SPECIES_CLEFAIRY"
|
||
]
|
||
],
|
||
"footprint": {
|
||
"has_footprint": true,
|
||
"footprint_size": "FOOTPRINT_SMALL"
|
||
},
|
||
"pokedex_data": {
|
||
"height": 3,
|
||
"weight": 30,
|
||
"body_shape": "SHAPE_BIPEDAL_TAILED",
|
||
"trainer_scale_f": 272,
|
||
"pokemon_scale_f": 427,
|
||
"trainer_scale_m": 256,
|
||
"pokemon_scale_m": 427,
|
||
"trainer_pos_f": 8,
|
||
"pokemon_pos_f": 29,
|
||
"trainer_pos_m": 9,
|
||
"pokemon_pos_m": 29,
|
||
"entry_text": "It is often seen when shooting\nstars fill the night skies. It’s said\nto arrive riding on a shooting star.",
|
||
"category": "Star Shape Pokémon"
|
||
}
|
||
} |