Zum Hauptinhalt springen
Alle Fähigkeiten

Von Eis gesegnet

Status

Deine Attackp haben eine 0.25-Chance, Gegnern zusätzlich 20% Strength + 20% Intellect (Water) zuzufügen und sie für um zu verlangsamen.

abklingzeit
dauer120s
schritte2
Skalierung
20% Strength + 20% Intellect· Water

Rohdaten

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