Pular para o conteúdo principal
Todas as habilidades

Raiva

Passiva

Attacks e WeaponSkills geram 1 de Rage.

Escala
160% Strength· Physical

Referências

Dados brutos

type
ClassPassive
nature
Passive
id
Warrior_Rage
raw data
{
  "id": "Warrior_Rage",
  "gfx": {
    "x": 4,
    "y": 1,
    "file": "UI/icons/atlas_class_Warrior_96PX.png",
    "size": 96
  },
  "anim": {},
  "type": 10,
  "vars": {
    "var1": 1,
    "threshold": 0
  },
  "flags": 0,
  "props": {},
  "steps": [],
  "texts": {
    "desc": "Generates ::var1:: [Rage] from [Attack]s and [WeaponSkill]s.\nYou can spend [Rage] to use ::ref_name::.",
    "name": "Rage",
    "refs": {
      "ref": "Warrior_Rage_Strike"
    }
  },
  "nature": 5,
  "script": "function onInflictHit(hit) {\n\tif( hit.isFirstHit &&(hit.isBaseAttack || hit.isFinalCombo || hit.isWeaponSkill ) && !(hit.skill?.isSignature() ?? false))\n\t\taddAtb(owner, Attribute.Rage, vars.var1);\n}\n\n/*function onUpdate(dt) {\n\tvar rage = getAtb(owner, Attribute.Rage);\n\tvar max = getAtb(owner, Attribute.MaxRage);\n\tif( rage >= max ) {\n\t\tsetAtb(owner, Attribute.Rage, 0);\n\t\taddStatus(owner, Skill.Warrior_InfiniteRage);\n\t\t//addSkillCharges(Skill.Warrior_Rage_Strike, 1);\n\t}\n}*/",
  "status": 2,
  "mastery": []
}