mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-13 20:49:45 -05:00
33 lines
808 B
JSON
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
|
|
}
|
|
} |