Pular para o conteúdo principal
Todas as habilidades

Dádiva Sombria

ArmaHabilidade
Concedida por:Quebra-mundos

Entra em um estado sombrio por 10s, aumenta a Critical Chance, o Magic Mastery, o Physical Mastery e a Cooldown Reduction em, mas reduz a Maximum Health em 15% a cada 2s.

reativação40s
duração
passos2
Escala
Raw

Referências

Concedida por

Dados brutos

type
WeaponSkill
nature
Ability
Recarga
40s
steps
2
id
GA_Demon_Skill2
raw data
{
  "id": "GA_Demon_Skill2",
  "gfx": {
    "x": 16,
    "y": 0,
    "file": "UI/icons/atlas_weapon_GreatAxe_96PX.png",
    "size": 48,
    "width": 2,
    "height": 2
  },
  "anim": {
    "ref": "WarCry"
  },
  "type": 7,
  "vars": {
    "var1": 0.15
  },
  "flags": 0,
  "props": {
    "rankOverride": [
      {
        "vars": {
          "var1": 0.1
        },
        "minRank": 2
      }
    ]
  },
  "steps": [
    {
      "on": 0,
      "delay": 0.1,
      "props": {},
      "visuals": {
        "fxs": [
          {
            "set": "Chaos_Skill_Glyphe",
            "flags": 0,
            "props": {},
            "space": 0
          }
        ]
      }
    },
    {
      "on": 0,
      "type": 1,
      "delay": 0.1,
      "props": {
        "status": {
          "ref": "GA_Demon_Skill2_Status",
          "target": 0
        }
      }
    }
  ],
  "texts": {
    "desc": "Enter a dark state during ::ref_duration::, increasing your [CritChance], [MagicMastery], [PhysicalMastery] and [CooldownReduction] by ::ref_val1%:: but you are loosing ::ref_var1%:: of your [MaxHealth] every ::ref_time::.",
    "name": "Dark Gift",
    "refs": {
      "ref": "GA_Demon_Skill2_Status"
    },
    "rankDescs": [
      {
        "desc": "Attributes increased by ::ref_val2%::.",
        "flags": 1
      },
      {
        "desc": "You only loose ::ref_var1%:: of your [MaxHealth].",
        "flags": 1
      }
    ]
  },
  "nature": 2,
  "script": "function checkEnabled() {\n\tif (owner.health <= vars.var1 * owner.maxHealth) {\n\t\treturn Invalid;\n\t}\n\treturn Ok;\n}",
  "status": 2,
  "mastery": [],
  "cooldown": 40,
  "duration": 0
}