mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-13 20:49:45 -05:00
30 lines
784 B
JSON
30 lines
784 B
JSON
{
|
|
"name": "Quick Claw",
|
|
"plural": "Quick Claws",
|
|
"article": "a",
|
|
"description": [
|
|
"An item to be held by a Pokémon.\n",
|
|
"A light, sharp claw that lets the\n",
|
|
"bearer move first occasionally."
|
|
],
|
|
"icon": {
|
|
"sprite": "quick_claw_NCGR",
|
|
"palette": "quick_claw_NCLR"
|
|
},
|
|
"gbaID": "GBA_ITEM_QUICK_CLAW",
|
|
"price": 100,
|
|
"effectParam": 20,
|
|
"holdEffect": "HOLD_EFFECT_SOMETIMES_PRIORITY",
|
|
"pluckEffect": "PLUCK_EFFECT_NONE",
|
|
"flingEffect": "FLING_EFFECT_NONE",
|
|
"flingPower": 80,
|
|
"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
|
|
} |