mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-17 06:39:36 -05:00
30 lines
745 B
JSON
30 lines
745 B
JSON
{
|
|
"name": "Nugget",
|
|
"plural": "Nuggets",
|
|
"article": "a",
|
|
"description": [
|
|
"A nugget of pure gold that gives off a\n",
|
|
"lustrous gleam. It can be sold at a\n",
|
|
"high price to shops."
|
|
],
|
|
"icon": {
|
|
"sprite": "nugget_NCGR",
|
|
"palette": "nugget_NCLR"
|
|
},
|
|
"gbaID": "GBA_ITEM_NUGGET",
|
|
"price": 10000,
|
|
"effectParam": 0,
|
|
"holdEffect": "HOLD_EFFECT_NONE",
|
|
"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": {}
|
|
} |