mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-14 13:11:45 -05:00
33 lines
798 B
JSON
33 lines
798 B
JSON
{
|
||
"name": "Revive",
|
||
"plural": "Revives",
|
||
"article": "a",
|
||
"description": [
|
||
"A medicine that revives a fainted\n",
|
||
"Pokémon. It restores half the\n",
|
||
"Pokémon’s maximum HP."
|
||
],
|
||
"icon": {
|
||
"sprite": "revive_NCGR",
|
||
"palette": "revive_NCLR"
|
||
},
|
||
"gbaID": "GBA_ITEM_REVIVE",
|
||
"price": 1500,
|
||
"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_STATUS",
|
||
"fieldUseFunc": "ITEM_USE_FUNC_HEALING",
|
||
"battleUseFunc": 2,
|
||
"itemUseParams": {
|
||
"revive": true,
|
||
"hpRestored": -2
|
||
}
|
||
} |