Home · skill · OreAffix_Ice_Status

Your Attacks have a 0.25 chance to deal an additional 20% Strength + 20% Intellect to enemies and slow them by ::ref_va1%:: for 120.

Properties

nature
Status
duration
120
steps
on=13visuals={"hitFx":"Ice_Blast"}props={}effects=[{"effect":0,"scaling":[{"ratio":0.2,"atb":"Strength"},{"ratio":0.2,"atb":"Intellect"}],"affinity":"Water","flags":0}]type=6id=Procon=1props={"status":{"ref":"OreAffix_Ice_Slow"}}type=1
flags
IsMetaStatus
Raw data
{
  "gfx": {
    "file": "UI/icons/atlas_abilities_status_96PX.png",
    "size": 96,
    "x": 6,
    "y": 1
  },
  "id": "OreAffix_Ice_Status",
  "nature": "Status",
  "texts": {
    "name": "[Ice] Blessed",
    "desc": "Your [Attack]s have a ::chance::  chance to deal an additional ::dmg:: to enemies and slow them by ::ref_va1%:: for ::ref_duration::."
  },
  "anim": {},
  "duration": 120,
  "steps": [
    {
      "on": 13,
      "visuals": {
        "hitFx": "Ice_Blast"
      },
      "props": {},
      "effects": [
        {
          "effect": 0,
          "scaling": [
            {
              "ratio": 0.2,
              "atb": "Strength"
            },
            {
              "ratio": 0.2,
              "atb": "Intellect"
            }
          ],
          "affinity": "Water",
          "flags": 0
        }
      ],
      "type": 6,
      "id": "Proc"
    },
    {
      "on": 1,
      "props": {
        "status": {
          "ref": "OreAffix_Ice_Slow"
        }
      },
      "type": 1
    }
  ],
  "flags": [
    "IsMetaStatus"
  ],
  "mastery": [],
  "props": {
    "status": {
      "types": [
        {
          "type": "Buff"
        }
      ]
    }
  },
  "vars": {
    "chance": 0.25
  },
  "script": "function onInflictDamage(dmg) {\n\tif(isServer) {\n\t\tif(checkProba(vars.chance)) {\n\t\t\t//setSkillTargets([dmg.target]);\n\t\t\tplayStep(Steps.Proc);\n\t\t}\n\t}\n}"
}