Files
pokeplatinum/res/items/data/guard_spec.json
2026-05-12 20:12:15 -07:00

34 lines
860 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "Guard Spec.",
"plural": "Guard Spec.s",
"article": "a",
"description": [
"An item that prevents stat reduction\n",
"among the Trainers 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
}
}