Home · skill · Mage_StaticNova_Status_Root
Properties
- status
- Bug
- nature
- Status
- duration
- 4
- steps
Raw data
{
"status": "Bug",
"gfx": {
"file": "UI/icons/atlas_abilities_status_96PX.png",
"size": 96,
"x": 8,
"y": 0
},
"id": "Mage_StaticNova_Status_Root",
"nature": "Status",
"texts": {
"name": "Static Drag"
},
"anim": {},
"duration": 4,
"steps": [
{
"on": 13,
"props": {},
"effects": [
{
"affinity": "Magic",
"effect": 0,
"scaling": [
{
"ratio": 0.4,
"atb": "Intellect"
}
],
"flags": 0
}
],
"id": "M2_Damage",
"type": 12
}
],
"flags": [],
"mastery": [],
"props": {
"status": {
"types": [
{
"type": "Root"
},
{
"type": "Debuff"
}
]
}
},
"vars": {},
"script": "function onStop(ctx) {\n\tif (hasMastery(Mastery.Mage_StaticNova_M1)) {\n\t\towner.addStatus(Skill.Mage_StaticNova_Status_M1, 1, skill, skill.getSourceObject());\n\t}\n\tif (hasMastery(Mastery.Mage_StaticNova_M2)) {\n\t\tplayStep(Steps.M2_Damage, owner);\n\t}\n}"
}