mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-14 21:20:26 -05:00
32 lines
763 B
JSON
32 lines
763 B
JSON
{
|
|
"name": "Lemonade",
|
|
"plural": "Lemonades",
|
|
"article": "a",
|
|
"description": [
|
|
"A very sweet drink.\n",
|
|
"It restores the HP of one Pokémon by\n",
|
|
"80 points."
|
|
],
|
|
"icon": {
|
|
"sprite": "lemonade_NCGR",
|
|
"palette": "lemonade_NCLR"
|
|
},
|
|
"gbaID": "GBA_ITEM_LEMONADE",
|
|
"price": 350,
|
|
"effectParam": 80,
|
|
"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": 80
|
|
}
|
|
} |