mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-14 21:20:26 -05:00
34 lines
860 B
JSON
34 lines
860 B
JSON
{
|
||
"name": "Guard Spec.",
|
||
"plural": "Guard Spec.’s",
|
||
"article": "a",
|
||
"description": [
|
||
"An item that prevents stat reduction\n",
|
||
"among the Trainer’s party Pokémon\n",
|
||
"for five turns after use."
|
||
],
|
||
"icon": {
|
||
"sprite": "guard_spec_NCGR",
|
||
"palette": "guard_spec_NCLR"
|
||
},
|
||
"gbaID": "GBA_ITEM_GUARD_SPEC",
|
||
"price": 700,
|
||
"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_BATTLE_ITEMS",
|
||
"battlePocket": "BATTLE_POCKET_MASK_BATTLE_ITEMS",
|
||
"fieldUseFunc": "ITEM_USE_FUNC_NONE",
|
||
"battleUseFunc": 0,
|
||
"itemUseParams": {
|
||
"guardSpec": true,
|
||
"friendshipLow": 1,
|
||
"friendshipMed": 1
|
||
}
|
||
} |