Staff_Craft_S1_Status
Staff_Craft_S1_Status in Skills[Magic] damage suffered increased by 8% for 15.
- id
- Staff_Craft_S1_Status
- flags
- 2048
- nature
- 4
- script
- function onReceiveDamageEval(hit) { if(hit.isMagic) hit.dmgMult += vars.var1; }
- status
- 2
- duration
- 15
Raw data
{
"id": "Staff_Craft_S1_Status",
"gfx": {
"x": 6,
"y": 0,
"file": "UI/icons/atlas_weapon_Staff_96PX.png",
"size": 48,
"width": 2,
"height": 2
},
"anim": {},
"vars": {
"var1": 0.08
},
"flags": 2048,
"props": {},
"steps": [
{
"on": 0,
"type": 12,
"props": {}
}
],
"texts": {
"desc": "[Magic] damage suffered increased by ::var1%:: for ::dur::."
},
"nature": 4,
"script": "function onReceiveDamageEval(hit) {\n\tif(hit.isMagic)\n\t\thit.dmgMult += vars.var1;\n}",
"status": 2,
"mastery": [],
"duration": 15
}