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

33 lines
808 B
JSON

{
"name": "Max Elixir",
"plural": "Max Elixirs",
"article": "a",
"description": [
"It fully restores the PP of all the\n",
"moves learned by the targeted\n",
"Pokémon."
],
"icon": {
"sprite": "ether_NCGR",
"palette": "max_elixir_NCLR"
},
"gbaID": "GBA_ITEM_MAX_ELIXIR",
"price": 4500,
"effectParam": 255,
"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_PP",
"fieldUseFunc": "ITEM_USE_FUNC_HEALING",
"battleUseFunc": 2,
"itemUseParams": {
"restorePPAllMoves": true,
"ppRestored": -1
}
}