Home · skill · Halos_Totem_Passive_Aoe
Properties
- status
- Done
- nature
- Spell
- duration
- 0.2
- steps
Raw data
{
"status": "Done",
"gfx": {
"file": "UI/icons/atlas_weapon_Halos_96PX.png",
"size": 48,
"x": 10,
"y": 0,
"width": 2,
"height": 2
},
"id": "Halos_Totem_Passive_Aoe",
"nature": "Spell",
"texts": {},
"anim": {},
"duration": 0.2,
"steps": [
{
"on": 0,
"visuals": {
"fxs": [
{
"set": "Water_AOE_Unit",
"space": 1,
"props": {},
"flags": 16
}
]
},
"props": {
"position": {
"origin": 4
}
},
"effects": [
{
"effect": 0,
"scaling": [
{
"ratio": 0.1875,
"atb": "Intellect"
},
{
"ratio": 0.1875,
"atb": "Faith"
}
],
"affinity": "Magic",
"flags": 0
}
],
"type": 4,
"range": 5,
"delay": 0.1
}
],
"flags": [],
"mastery": [],
"props": {},
"vars": {},
"script": "function onDamage(hit) {\n\tif(rank >= 2) {\n\t\taddStatus(hit.target, Skill.Halos_Totem_Passive_Slow);\n\t}\n\tif(rank >= 3 && hit.critical) {\n\t\taddStatus(hit.target, Skill.Halos_Totem_Passive_Status);\n\t}\n}"
}