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