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

30 lines
769 B
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.

{
"name": "Leftovers",
"plural": "Leftovers",
"article": "the",
"description": [
"An item to be held by a Pokémon.\n",
"The holders HP is gradually restored\n",
"during battle."
],
"icon": {
"sprite": "leftovers_NCGR",
"palette": "leftovers_NCLR"
},
"gbaID": "GBA_ITEM_LEFTOVERS",
"price": 200,
"effectParam": 10,
"holdEffect": "HOLD_EFFECT_HP_RESTORE_GRADUAL",
"pluckEffect": "PLUCK_EFFECT_NONE",
"flingEffect": "FLING_EFFECT_NONE",
"flingPower": 10,
"naturalGiftPower": 0,
"naturalGiftType": null,
"preventToss": false,
"canRegister": false,
"fieldPocket": "POCKET_ITEMS",
"battlePocket": "BATTLE_POCKET_MASK_NONE",
"fieldUseFunc": "ITEM_USE_FUNC_NONE",
"battleUseFunc": 0,
"itemUseParams": null
}