mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-14 13:11:45 -05:00
30 lines
775 B
JSON
30 lines
775 B
JSON
{
|
||
"name": "Stick",
|
||
"plural": "Sticks",
|
||
"article": "a",
|
||
"description": [
|
||
"An item to be held by FARFETCH’D. It is\n",
|
||
"a very long and stiff stalk of leek\n",
|
||
"that boosts the critical-hit ratio."
|
||
],
|
||
"icon": {
|
||
"sprite": "stick_NCGR",
|
||
"palette": "stick_NCLR"
|
||
},
|
||
"gbaID": "GBA_ITEM_STICK",
|
||
"price": 200,
|
||
"effectParam": 0,
|
||
"holdEffect": "HOLD_EFFECT_FARFETCHD_CRITRATE_UP",
|
||
"pluckEffect": "PLUCK_EFFECT_NONE",
|
||
"flingEffect": "FLING_EFFECT_NONE",
|
||
"flingPower": 60,
|
||
"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
|
||
} |