mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-13 20:49:45 -05:00
32 lines
759 B
JSON
32 lines
759 B
JSON
{
|
||
"name": "Ether",
|
||
"plural": "Ethers",
|
||
"article": "an",
|
||
"description": [
|
||
"It restores the PP of a Pokémon’s\n",
|
||
"selected move by a maximum of\n",
|
||
"10 points."
|
||
],
|
||
"icon": {
|
||
"sprite": "ether_NCGR",
|
||
"palette": "ether_NCLR"
|
||
},
|
||
"gbaID": "GBA_ITEM_ETHER",
|
||
"price": 1200,
|
||
"effectParam": 10,
|
||
"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_PP",
|
||
"fieldUseFunc": "ITEM_USE_FUNC_HEALING",
|
||
"battleUseFunc": 2,
|
||
"itemUseParams": {
|
||
"ppRestored": 10
|
||
}
|
||
} |