Shield Potion
Status
Protected by a Shield absorbing damage.
cooldown—
duration—
steps1
Raw data
- nature
- Status
- steps
- 1
- id
- ShieldPotion_Status
raw data
{
"id": "ShieldPotion_Status",
"gfx": {
"x": 0,
"y": 0,
"file": "UI/Portraits/Items/Potion/Items_Loot_Potion_PotionMinor_Shield_Z2.prefab.png",
"size": 256
},
"anim": {},
"vars": {
"var1": 250
},
"flags": 0,
"props": {
"status": {
"types": [
{
"type": "Buff"
}
]
}
},
"steps": [
{
"on": 6,
"type": 11,
"props": {},
"visuals": {
"fxs": [
{
"set": "Physical_Shield",
"flags": 8,
"props": {},
"space": 1
}
]
},
"duration": -1
}
],
"texts": {
"desc": "Protected by a [Shield] absorbing damage.",
"name": "Shield Potion"
},
"nature": 4,
"script": "function onStart(ctx) {\n\tstatus.setShield(vars.var1);\n}",
"status": 2,
"mastery": []
}