mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-13 20:49:45 -05:00
30 lines
786 B
JSON
30 lines
786 B
JSON
{
|
|
"name": "Shed Shell",
|
|
"plural": "Shed Shells",
|
|
"article": "a",
|
|
"description": [
|
|
"A tough, discarded carapace to be held\n",
|
|
"by a Pokémon. It enables the holder to\n",
|
|
"switch with a waiting Pokémon in battle."
|
|
],
|
|
"icon": {
|
|
"sprite": "shed_shell_NCGR",
|
|
"palette": "shed_shell_NCLR"
|
|
},
|
|
"gbaID": "GBA_ITEM_NONE",
|
|
"price": 100,
|
|
"effectParam": 0,
|
|
"holdEffect": "HOLD_EFFECT_SWITCH",
|
|
"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
|
|
} |