mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-14 04:59:06 -05:00
30 lines
762 B
JSON
30 lines
762 B
JSON
{
|
|
"name": "Big Root",
|
|
"plural": "Big Roots",
|
|
"article": "a",
|
|
"description": [
|
|
"A Pokémon hold item that boosts the\n",
|
|
"power of HP-stealing moves to let the\n",
|
|
"holder recover more HP."
|
|
],
|
|
"icon": {
|
|
"sprite": "big_root_NCGR",
|
|
"palette": "big_root_NCLR"
|
|
},
|
|
"gbaID": "GBA_ITEM_NONE",
|
|
"price": 200,
|
|
"effectParam": 30,
|
|
"holdEffect": "HOLD_EFFECT_LEECH_BOOST",
|
|
"pluckEffect": "PLUCK_EFFECT_NONE",
|
|
"flingEffect": "FLING_EFFECT_NONE",
|
|
"flingPower": 10,
|
|
"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
|
|
} |