mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-16 22:30:56 -05:00
30 lines
732 B
JSON
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
|
|
} |