mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-14 13:11:45 -05:00
30 lines
760 B
JSON
30 lines
760 B
JSON
{
|
|
"name": "Dubious Disc",
|
|
"plural": "Dubious Discs",
|
|
"article": "a",
|
|
"description": [
|
|
"A transparent device overflowing with\n",
|
|
"dubious data.\n",
|
|
"Its producer is unknown."
|
|
],
|
|
"icon": {
|
|
"sprite": "dubious_disc_NCGR",
|
|
"palette": "dubious_disc_NCLR"
|
|
},
|
|
"gbaID": "GBA_ITEM_NONE",
|
|
"price": 2100,
|
|
"effectParam": 0,
|
|
"holdEffect": "HOLD_EFFECT_EVOLVE_PORYGON2",
|
|
"pluckEffect": "PLUCK_EFFECT_NONE",
|
|
"flingEffect": "FLING_EFFECT_NONE",
|
|
"flingPower": 50,
|
|
"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
|
|
} |