mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-06-02 22:08:03 -05:00
Some checks failed
build / build (push) Has been cancelled
* Generate pms Added offspring field to species data files Added pms.narc to datagen_species * Document Comments Added pms.narc to header comments * Remove Hardcode * Optimization
122 lines
3.5 KiB
JSON
122 lines
3.5 KiB
JSON
{
|
||
"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" ],
|
||
"safari_flee_rate": 0,
|
||
"body_color": "MON_COLOR_PURPLE",
|
||
"flip_sprite": false,
|
||
"learnset": {
|
||
"by_level": [
|
||
[ 1, "MOVE_TRANSFORM" ]
|
||
],
|
||
"by_tm": [ ],
|
||
"by_tutor": [ ]
|
||
},
|
||
"evolutions": [ ],
|
||
"offspring": "SPECIES_DITTO",
|
||
"footprint": {
|
||
"has": false,
|
||
"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,
|
||
"en": {
|
||
"name": "DITTO",
|
||
"category": "Transform Pokémon",
|
||
"entry_text": [
|
||
"It has the ability to reconstitute\n",
|
||
"its entire cellular structure to\n",
|
||
"transform into whatever it sees."
|
||
]
|
||
},
|
||
"fr": {
|
||
"name": "METAMORPH",
|
||
"category": "Pokémon Morphing",
|
||
"entry_text": [
|
||
"Il a la capacité de modifier sa\n",
|
||
"structure cellulaire pour prendre\n",
|
||
"l’apparence de ce qu’il voit."
|
||
]
|
||
},
|
||
"de": {
|
||
"name": "DITTO",
|
||
"category": "Transform",
|
||
"entry_text": [
|
||
"Es kann seine Zellstruktur so\n",
|
||
"verändern, dass es sich in alles\n",
|
||
"verwandeln kann, was es sieht."
|
||
]
|
||
},
|
||
"it": {
|
||
"name": "DITTO",
|
||
"category": "Pokémon Mutante",
|
||
"entry_text": [
|
||
"Ha la capacità di modificare la sua\n",
|
||
"struttura cellulare per trasfor-\n",
|
||
"marsi in qualsiasi cosa veda."
|
||
]
|
||
},
|
||
"es": {
|
||
"name": "DITTO",
|
||
"category": "Pokémon Transform.",
|
||
"entry_text": [
|
||
"Puede alterar por completo su\n",
|
||
"estructura celular para emular\n",
|
||
"cualquier objeto que vea."
|
||
]
|
||
},
|
||
"jp": {
|
||
"name": "メタモン",
|
||
"category": "へんしんポケモン",
|
||
"entry_text": [
|
||
"ぜんしんの さいぼうを くみかえて\n",
|
||
"みたものの かたち そっくりに\n",
|
||
"へんしんする のうりょくを もつ。"
|
||
]
|
||
}
|
||
},
|
||
"catching_show": {
|
||
"pal_park_land_area": "PAL_PARK_AREA_LAND_SOUTH_WEST",
|
||
"pal_park_water_area": "PAL_PARK_AREA_WATER_NONE",
|
||
"catching_points": 70,
|
||
"rarity": 20,
|
||
"unused": 1285
|
||
}
|
||
}
|