mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-17 22:58:12 -05:00
30 lines
787 B
JSON
30 lines
787 B
JSON
{
|
|
"name": "Light Clay",
|
|
"plural": "Light Clays",
|
|
"article": "a",
|
|
"description": [
|
|
"A Pokémon hold item that extends the\n",
|
|
"duration of barrier moves like Light\n",
|
|
"Screen and Reflect used by the holder."
|
|
],
|
|
"icon": {
|
|
"sprite": "light_clay_NCGR",
|
|
"palette": "light_clay_NCLR"
|
|
},
|
|
"gbaID": "GBA_ITEM_NONE",
|
|
"price": 200,
|
|
"effectParam": 3,
|
|
"holdEffect": "HOLD_EFFECT_EXTEND_SCREENS",
|
|
"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
|
|
} |