mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-14 13:11:45 -05:00
30 lines
773 B
JSON
30 lines
773 B
JSON
{
|
|
"name": "Everstone",
|
|
"plural": "Everstones",
|
|
"article": "an",
|
|
"description": [
|
|
"An item to be held by a Pokémon.\n",
|
|
"The Pokémon holding this peculiar stone\n",
|
|
"is prevented from evolving."
|
|
],
|
|
"icon": {
|
|
"sprite": "everstone_NCGR",
|
|
"palette": "everstone_NCLR"
|
|
},
|
|
"gbaID": "GBA_ITEM_EVERSTONE",
|
|
"price": 200,
|
|
"effectParam": 0,
|
|
"holdEffect": "HOLD_EFFECT_NO_EVOLVE",
|
|
"pluckEffect": "PLUCK_EFFECT_NONE",
|
|
"flingEffect": "FLING_EFFECT_NONE",
|
|
"flingPower": 30,
|
|
"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
|
|
} |