Files
pokeplatinum/res/items/data/hyper_potion.json
2026-05-12 20:12:15 -07:00

32 lines
795 B
JSON

{
"name": "Hyper Potion",
"plural": "Hyper Potions",
"article": "a",
"description": [
"A spray-type medicine for wounds.\n",
"It restores the HP of one Pokémon by\n",
"200 points."
],
"icon": {
"sprite": "potion_NCGR",
"palette": "hyper_potion_NCLR"
},
"gbaID": "GBA_ITEM_HYPER_POTION",
"price": 1200,
"effectParam": 200,
"holdEffect": "HOLD_EFFECT_NONE",
"pluckEffect": "PLUCK_EFFECT_NONE",
"flingEffect": "FLING_EFFECT_NONE",
"flingPower": 30,
"naturalGiftPower": 0,
"naturalGiftType": null,
"preventToss": false,
"canRegister": false,
"fieldPocket": "POCKET_MEDICINE",
"battlePocket": "BATTLE_POCKET_MASK_RECOVER_HP",
"fieldUseFunc": "ITEM_USE_FUNC_HEALING",
"battleUseFunc": 2,
"itemUseParams": {
"hpRestored": -56
}
}