Home · skill · Cleodora_MiniElite_Sleep
Properties
- nature
- Status
- steps
- affixes
- flags
Raw data
{
"gfx": {
"file": "UI/icons/atlas_abilities_status_96PX.png",
"size": 96,
"x": 6,
"y": 0
},
"id": "Cleodora_MiniElite_Sleep",
"nature": "Status",
"texts": {},
"anim": {},
"steps": [
{
"on": 0,
"props": {},
"type": 11,
"visuals": {
"fxs": [
{
"set": "Mokshi_Chrysalid",
"space": 0,
"props": {},
"flags": 264,
"scale": 0.8
}
]
},
"duration": -1
}
],
"affixes": [
{
"target": {},
"target2": {},
"ref": "Invulnerable",
"conds": {},
"mod": {}
}
],
"flags": [
"RequireStop",
"BlockDeath",
"Persistant"
],
"mastery": [],
"props": {
"status": {
"types": [
{
"type": "Buff"
}
],
"maxStacks": 1
}
},
"vars": {},
"script": "function onStart(ctx) {\n\towner.lock(true);\n}\n\nfunction onStop(ctx) {\n\towner.lock(false);\n}"
}