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

30 lines
795 B
JSON

{
"name": "Wave Incense",
"plural": "Wave Incenses",
"article": "a",
"description": [
"An item to be held by a Pokémon. It is\n",
"an exotic-smelling incense that boosts\n",
"the power of Water-type moves."
],
"icon": {
"sprite": "wave_incense_NCGR",
"palette": "wave_incense_NCLR"
},
"gbaID": "GBA_ITEM_NONE",
"price": 9600,
"effectParam": 20,
"holdEffect": "HOLD_EFFECT_STRENGTHEN_WATER",
"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
}