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

72 lines
1.7 KiB
JSON

{
"name": "Ditto",
"base_stats": {
"hp": 48,
"attack": 48,
"defense": 48,
"speed": 48,
"special_attack": 48,
"special_defense": 48
},
"types": [
"TYPE_NORMAL",
"TYPE_NORMAL"
],
"catch_rate": 35,
"base_exp_reward": 61,
"ev_yields": {
"hp": 1,
"attack": 0,
"defense": 0,
"speed": 0,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_QUICK_POWDER",
"rare": "ITEM_METAL_POWDER"
},
"gender_ratio": "GENDER_RATIO_NO_GENDER",
"hatch_cycles": 20,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_FAST",
"egg_groups": [
"EGG_GROUP_DITTO",
"EGG_GROUP_DITTO"
],
"abilities": [
"ABILITY_LIMBER",
"ABILITY_NONE"
],
"great_marsh_flee_rate": 0,
"sprite": {
"color": "MON_COLOR_PURPLE",
"flip_sprite": false
},
"learnset": {
"tms": [],
"level_up": {
"1": "MOVE_TRANSFORM"
},
"tutor": []
},
"footprint": {
"has_footprint": false,
"footprint_size": "FOOTPRINT_LARGE"
},
"pokedex_data": {
"height": 3,
"weight": 40,
"body_shape": "SHAPE_HEAD",
"trainer_scale_f": 272,
"pokemon_scale_f": 386,
"trainer_scale_m": 256,
"pokemon_scale_m": 386,
"trainer_pos_f": 8,
"pokemon_pos_f": 30,
"trainer_pos_m": 9,
"pokemon_pos_m": 30,
"entry_text": "It has the ability to reconstitute\nits entire cellular structure to\ntransform into whatever it sees.",
"category": "Transform Pokémon"
}
}