mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-14 13:11:45 -05:00
30 lines
761 B
JSON
30 lines
761 B
JSON
{
|
||
"name": "Storage Key",
|
||
"plural": "Storage Keys",
|
||
"article": "a",
|
||
"description": [
|
||
"The key to Team Galactic’s sinister\n",
|
||
"warehouse located at the edge of\n",
|
||
"Veilstone City."
|
||
],
|
||
"icon": {
|
||
"sprite": "storage_key_NCGR",
|
||
"palette": "storage_key_NCLR"
|
||
},
|
||
"gbaID": "GBA_ITEM_STORAGE_KEY",
|
||
"price": 0,
|
||
"effectParam": 0,
|
||
"holdEffect": "HOLD_EFFECT_NONE",
|
||
"pluckEffect": "PLUCK_EFFECT_NONE",
|
||
"flingEffect": "FLING_EFFECT_NONE",
|
||
"flingPower": 0,
|
||
"naturalGiftPower": 0,
|
||
"naturalGiftType": null,
|
||
"preventToss": true,
|
||
"canRegister": false,
|
||
"fieldPocket": "POCKET_KEY_ITEMS",
|
||
"battlePocket": "BATTLE_POCKET_MASK_NONE",
|
||
"fieldUseFunc": "ITEM_USE_FUNC_NONE",
|
||
"battleUseFunc": 0,
|
||
"itemUseParams": null
|
||
} |