FareverDB

Chrysalis

Mokshi_ChrysalisStatus in Skills
id
Mokshi_ChrysalisStatus
flags
32
nature
4
script
function onReceiveDamageEval(hit) { if(hit.isDoT) hit.dmgMult = 0; } function onStart(ctx) { requestUnitGameplayPopup(owner, 0, 15); }
Raw data
{
  "id": "Mokshi_ChrysalisStatus",
  "gfx": {
    "x": 36,
    "y": 38,
    "file": "UI/Placeholder/Icons_Resources.png",
    "size": 48,
    "width": 2,
    "height": 2
  },
  "anim": {},
  "vars": {},
  "flags": 32,
  "props": {
    "status": {
      "types": [
        {
          "type": "Buff"
        },
        {
          "type": "Shield"
        },
        {
          "type": "Root"
        }
      ]
    }
  },
  "steps": [
    {
      "on": 0,
      "type": 11,
      "props": {},
      "visuals": {
        "fxs": [
          {
            "set": "Mokshi_Chrysalid",
            "flags": 8,
            "props": {},
            "space": 0
          }
        ]
      },
      "duration": -1
    },
    {
      "on": 6,
      "type": 12,
      "props": {},
      "effects": [
        {
          "flags": 0,
          "effect": 2,
          "baseVal": 1,
          "scaling": []
        }
      ],
      "duration": -1
    },
    {
      "on": 9,
      "type": 16,
      "props": {
        "targetSkill": "Mokshi_ChrysalisEnd_Stun"
      }
    }
  ],
  "texts": {
    "name": "Chrysalis"
  },
  "nature": 4,
  "script": "function onReceiveDamageEval(hit) {\n\tif(hit.isDoT)\n\t\thit.dmgMult = 0;\n}\n\nfunction onStart(ctx) {\n    requestUnitGameplayPopup(owner, 0, 15);\n}",
  "mastery": []
}