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