Files
pokeplatinum/res/items/data/gracidea.json
2026-05-12 20:12:15 -07:00

30 lines
754 B
JSON

{
"name": "Gracidea",
"plural": "Gracideas",
"article": "a",
"description": [
"A flower sometimes bundled in bouquets\n",
"to convey gratitude on special\n",
"occasions like birthdays."
],
"icon": {
"sprite": "gracidea_NCGR",
"palette": "gracidea_NCLR"
},
"gbaID": "GBA_ITEM_NONE",
"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": true,
"fieldPocket": "POCKET_KEY_ITEMS",
"battlePocket": "BATTLE_POCKET_MASK_NONE",
"fieldUseFunc": "ITEM_USE_FUNC_GRACIDEA",
"battleUseFunc": 0,
"itemUseParams": null
}