mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-17 22:58:12 -05:00
35 lines
859 B
JSON
35 lines
859 B
JSON
{
|
|
"name": "Energy Root",
|
|
"plural": "Energy Roots",
|
|
"article": "an",
|
|
"description": [
|
|
"A very bitter root.\n",
|
|
"It restores the HP of one Pokémon by\n",
|
|
"200 points."
|
|
],
|
|
"icon": {
|
|
"sprite": "energy_root_NCGR",
|
|
"palette": "energy_root_NCLR"
|
|
},
|
|
"gbaID": "GBA_ITEM_ENERGY_ROOT",
|
|
"price": 800,
|
|
"effectParam": 0,
|
|
"holdEffect": "HOLD_EFFECT_NONE",
|
|
"pluckEffect": "PLUCK_EFFECT_NONE",
|
|
"flingEffect": "FLING_EFFECT_NONE",
|
|
"flingPower": 30,
|
|
"naturalGiftPower": 0,
|
|
"naturalGiftType": null,
|
|
"preventToss": false,
|
|
"canRegister": false,
|
|
"fieldPocket": "POCKET_MEDICINE",
|
|
"battlePocket": "BATTLE_POCKET_MASK_RECOVER_HP",
|
|
"fieldUseFunc": "ITEM_USE_FUNC_HEALING",
|
|
"battleUseFunc": 2,
|
|
"itemUseParams": {
|
|
"hpRestored": -56,
|
|
"friendshipLow": -10,
|
|
"friendshipMed": -10,
|
|
"friendshipHigh": -15
|
|
}
|
|
} |