Pular para o conteúdo principal
Todas as habilidades

Manto de Ignição

Estado

Cerca você com chamas que causam 50% Intellect (Magic) a inimigos próximos a cada 1s.

reativação
duração4s
passos3
Escala
50% Intellect· Magic

Dados brutos

nature
Status
duration
4s
steps
3
id
Shield_Firebreath_Passive_Status
raw data
{
  "id": "Shield_Firebreath_Passive_Status",
  "gfx": {
    "x": 2,
    "y": 2,
    "file": "UI/icons/atlas_weapon_Shield_96PX.png",
    "size": 48,
    "width": 2,
    "height": 2
  },
  "anim": {},
  "vars": {
    "time": 1,
    "var1": 0.15,
    "time2": 0.25,
    "damage": 0.25
  },
  "flags": 0,
  "props": {
    "status": {
      "types": [
        {
          "type": "Buff"
        }
      ]
    }
  },
  "steps": [
    {
      "on": 0,
      "type": 11,
      "delay": 0.4,
      "props": {},
      "visuals": {
        "fxs": [
          {
            "set": "Fire_Aura",
            "flags": 24,
            "props": {
              "offset": {
                "x": 0,
                "y": 0,
                "z": 0,
                "height": 0.5
              }
            },
            "space": 2
          }
        ]
      },
      "duration": -1
    },
    {
      "on": 0,
      "type": 4,
      "props": {
        "area": {
          "follow": 1,
          "skipFirstTick": true
        },
        "loop": {
          "tick": "time",
          "flags": 0
        },
        "canRepeat": true
      },
      "range": 3,
      "effects": [
        {
          "flags": 0,
          "effect": 0,
          "scaling": [
            {
              "atb": "Intellect",
              "ratio": 0.5
            }
          ],
          "affinity": "Magic"
        }
      ],
      "duration": -1
    },
    {
      "id": "ReflectDamage",
      "on": 13,
      "type": 6,
      "props": {
        "position": {
          "origin": 1
        }
      },
      "effects": [
        {
          "flags": 0,
          "effect": 0,
          "scaling": [
            {
              "atb": "Intellect",
              "ratio": 0.5
            }
          ],
          "affinity": "Magic"
        }
      ]
    }
  ],
  "texts": {
    "desc": "You are surrounded by flames, dealing ::dmg:: to nearby enemies every ::time::.",
    "name": "Cinder Coat"
  },
  "nature": 4,
  "script": "function onReceiveDamage(dmg) {\n\tif (rank >= 3 && dmg.source != owner) {\n\t\tplayStep(Steps.ReflectDamage, dmg.source);\n\t}\n}\n\nfunction onReceiveDamageEval(dmg) {\n\tif (rank >= 2 && dmg.isMagic) {\n\t\tdmg.dmgMult -= vars.var1;\n\t}\n}",
  "status": 0,
  "mastery": [],
  "duration": 4
}