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

30 lines
732 B
JSON

{
"name": "Bicycle",
"plural": "Bicycles",
"article": "a",
"description": [
"A folding Bicycle that enables much\n",
"faster movement than the Running\n",
"Shoes."
],
"icon": {
"sprite": "bicycle_NCGR",
"palette": "bicycle_NCLR"
},
"gbaID": "GBA_ITEM_BICYCLE",
"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_BICYCLE",
"battleUseFunc": 0,
"itemUseParams": null
}