mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-16 14:20:22 -05:00
30 lines
805 B
JSON
30 lines
805 B
JSON
{
|
|
"name": "TwistedSpoon",
|
|
"plural": "TwistedSpoons",
|
|
"article": "a",
|
|
"description": [
|
|
"An item to be held by a Pokémon. It is\n",
|
|
"a spoon imbued with telekinetic power\n",
|
|
"that boosts Psychic-type moves."
|
|
],
|
|
"icon": {
|
|
"sprite": "twistedspoon_NCGR",
|
|
"palette": "twistedspoon_NCLR"
|
|
},
|
|
"gbaID": "GBA_ITEM_TWISTED_SPOON",
|
|
"price": 100,
|
|
"effectParam": 20,
|
|
"holdEffect": "HOLD_EFFECT_STRENGTHEN_PSYCHIC",
|
|
"pluckEffect": "PLUCK_EFFECT_NONE",
|
|
"flingEffect": "FLING_EFFECT_NONE",
|
|
"flingPower": 30,
|
|
"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
|
|
} |