pokeplatinum/res/pokemon/ambipom/data.json
h2o-DS 0cba5ddceb
Some checks failed
build / build (push) Has been cancelled
Generate pms.narc (#502)
* 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
2025-05-07 20:46:30 -07:00

197 lines
5.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"base_stats": {
"hp": 75,
"attack": 100,
"defense": 66,
"speed": 115,
"special_attack": 60,
"special_defense": 66
},
"types": [ "TYPE_NORMAL", "TYPE_NORMAL" ],
"catch_rate": 45,
"base_exp_reward": 186,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 0,
"speed": 2,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_NONE"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 20,
"base_friendship": 100,
"exp_rate": "EXP_RATE_FAST",
"egg_groups": [ "EGG_GROUP_FIELD", "EGG_GROUP_FIELD" ],
"abilities": [ "ABILITY_TECHNICIAN", "ABILITY_PICKUP" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_PURPLE",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_SCRATCH" ],
[ 1, "MOVE_TAIL_WHIP" ],
[ 1, "MOVE_SAND_ATTACK" ],
[ 1, "MOVE_ASTONISH" ],
[ 4, "MOVE_SAND_ATTACK" ],
[ 8, "MOVE_ASTONISH" ],
[ 11, "MOVE_BATON_PASS" ],
[ 15, "MOVE_TICKLE" ],
[ 18, "MOVE_FURY_SWIPES" ],
[ 22, "MOVE_SWIFT" ],
[ 25, "MOVE_SCREECH" ],
[ 29, "MOVE_AGILITY" ],
[ 32, "MOVE_DOUBLE_HIT" ],
[ 36, "MOVE_FLING" ],
[ 39, "MOVE_NASTY_PLOT" ],
[ 43, "MOVE_LAST_RESORT" ]
],
"by_tm": [
"TM01",
"TM03",
"TM06",
"TM10",
"TM11",
"TM12",
"TM15",
"TM17",
"TM18",
"TM21",
"TM22",
"TM23",
"TM24",
"TM25",
"TM27",
"TM28",
"TM30",
"TM31",
"TM32",
"TM34",
"TM40",
"TM42",
"TM43",
"TM44",
"TM45",
"TM46",
"TM49",
"TM56",
"TM58",
"TM65",
"TM66",
"TM68",
"TM73",
"TM78",
"TM82",
"TM83",
"TM85",
"TM86",
"TM87",
"TM89",
"TM90",
"HM01",
"HM04",
"HM06"
],
"by_tutor": [
"MOVE_MUD_SLAP",
"MOVE_FURY_CUTTER",
"MOVE_THUNDER_PUNCH",
"MOVE_FIRE_PUNCH",
"MOVE_ICE_PUNCH",
"MOVE_SNORE",
"MOVE_SPITE",
"MOVE_GUNK_SHOT",
"MOVE_SEED_BOMB",
"MOVE_LAST_RESORT",
"MOVE_BOUNCE",
"MOVE_KNOCK_OFF",
"MOVE_SWIFT",
"MOVE_UPROAR"
]
},
"evolutions": [ ],
"offspring": "SPECIES_AIPOM",
"footprint": {
"has": true,
"size": "FOOTPRINT_MEDIUM"
},
"pokedex_data": {
"height": 12,
"weight": 203,
"body_shape": "SHAPE_BIPEDAL_TAILED",
"trainer_scale_f": 272,
"pokemon_scale_f": 282,
"trainer_scale_m": 256,
"pokemon_scale_m": 282,
"trainer_pos_f": 8,
"pokemon_pos_f": 7,
"trainer_pos_m": 9,
"pokemon_pos_m": 7,
"en": {
"name": "AMBIPOM",
"category": "Long Tail Pokémon",
"entry_text": [
"Split into two, the tails are so\n",
"adept at handling and doing things,\n",
"AMBIPOM rarely uses its hands."
]
},
"fr": {
"name": "CAPIDEXTRE",
"category": "Pokémon Longqueue",
"entry_text": [
"Il se nourrit de noix quil épluche\n",
"avec ses deux queues habiles. Il\n",
"utilise de moins en moins ses bras."
]
},
"de": {
"name": "AMBIDIFFEL",
"category": "Langschweif",
"entry_text": [
"Wenn es hungrig ist, knackt es\n",
"Nüsse mit seinen beiden Schweifen.\n",
"Nur selten verwendet es die Arme."
]
},
"it": {
"name": "AMBIPOM",
"category": "Pokémon Lungacoda",
"entry_text": [
"Si nutre di nocciole che sbuccia con\n",
"le due code. Raramente usa le sue\n",
"vere braccia."
]
},
"es": {
"name": "AMBIPOM",
"category": "Pokémon Cola Larga",
"entry_text": [
"Para comer, rompe nueces\n",
"con sus dos colas. Raras\n",
"veces utiliza sus brazos."
]
},
"jp": {
"name": "エテボ-ス",
"category": "おながポケモン",
"entry_text": [
"2ほんの しっぽで きのみの からを\n",
"きように むいて たべる。ほんものの\n",
"うでは ほとんど つかわなくなった。"
]
}
},
"catching_show": {
"pal_park_land_area": "PAL_PARK_AREA_LAND_NONE",
"pal_park_water_area": "PAL_PARK_AREA_WATER_NORTH_EAST",
"catching_points": 50,
"rarity": 30,
"unused": 771
}
}