Rage
You gain more Attack Damage.

You lose 1 Rage every 0.1 seconds if you have not been Hit or gained Rage in the last 2 seconds.
current_rage
Attribute /5

rage

NameShow Full Descriptions
BuffIcon
IsCharged1
BuffGroupsID31
IsBuffDefinition1
BuffMergeModesID4
Codevirtual maximum rage
IsPublic1
IsLocal0
IsWeaponLocal0
IsProxied
IsParty1
IsVirtual1
IsScalable1
StatSemantics3
Codecurrent rage
IsPublic0
IsLocal0
IsWeaponLocal0
IsProxied
IsParty1
IsVirtual0
IsScalable1
StatSemantics3
Rage
Demon
SpectreN
Tagsanimal_claw_weapon, Beast_onhit_audio, demon, fast_movement, flesh_armour, is_unarmed, melee, not_dex, not_int, physical_affinity
Life
100%
Armour
+60%
Resistance
0 0 0 0
Damage
100%
Accuracy
100%
5%
Attack Distance
5 ~ 12
Attack Time
1.665 Second
Damage Spread
±20%
Experience
100%
Model Size
120%
Type
AfflictionMinion1
Metadata
JourneyEndAfflictionMinion1
Level
68
Life
7,757
Armour
3,861
Evasion Rating
708
Damage
233
Spell Damage
233
Accuracy
2,464
Attack Time
1.665
Experience
28,634
Minion Life
6,930
Minion Damage
969
Minion Armour
6,756
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
Basic Attack
Base Damage: 186–280
Critical Hit Chance: 5%
Attack Time: 1.665 sec
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
DeliriumMinionLeapSlam
Attack, Area, Melee, Slam, Totemable, Travel, Jumping, ConsumesFullyBrokenArmour, NoAttackInPlace
Leap Slam
Base Damage: 186–280
Critical Hit Chance: 5%
Attack Damage: 125%
Attack Time: 1.665 sec
Cooldown Time: 15 sec
Jump into the air, damaging and Knocking Back enemies with your mace where you land. Enemies you would land on are pushed out of the way.
Deals 25% more Attack Damage
action attack or cast time uses animation length [1]
cast time overrides attack duration [1]
is area damage [1]
WalkEmergeDeliriumEncounterMinion1
walk emerge distance [440]

Object Type

version 2
extends "Metadata/Monsters/LeagueAffliction/Minions/JourneysEnd/AfflictionMinionBase"

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueAffliction/Minions/JourneysEnd/AfflictionMinionBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAffliction/JourneyEndAfflictionMinion1"] = {
    name = "Rage",
    life = 1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.665,
    attackRange = 12,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeed",
        "DeliriumMinionLeapSlam",
        "WalkEmergeDeliriumEncounterMinion1",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
    name = "Basic Attack",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DeliriumMinionLeapSlam"] = {
    name = "Leap Slam",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Jump into the air, damaging and [Knockback|Knocking Back] enemies with your mace where you land. Enemies you would land on are
pushed out of the way.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
        [SkillType.Travel] = true,
        [SkillType.Jumping] = true,
        [SkillType.ConsumesFullyBrokenArmour] = true,
        [SkillType.NoAttackInPlace] = true,
    },
    statDescriptionScope = "leap_slam",
    castTime = 1.57,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
        "cast_time_overrides_attack_duration",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {baseMultiplier = 1.25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["WalkEmergeDeliriumEncounterMinion1"] = {
    name = "WalkEmergeDeliriumEncounterMinion1",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "walk_emerge_distance",
    },
    levels = {
        [1] = {440, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Rage
Demon
SpectreY
TagsClaw_onhit_audio, demon, fast_movement
Packs
  • Rage, Turmoil
  • Life
    130%
    Resistance
    0 0 0 0
    Damage
    130%
    Accuracy
    100%
    5%
    Attack Distance
    5 ~ 12
    Attack Time
    1.665 Second
    Damage Spread
    ±20%
    Experience
    130%
    Model Size
    120%
    Type
    DeliriumMinion1
    Metadata
    DeliriumMinion1
    Level
    68
    Life
    10,084
    Armour
    2,413
    Evasion Rating
    708
    Damage
    303
    Spell Damage
    303
    Accuracy
    2,464
    Attack Time
    1.665
    Experience
    37,224
    Minion Life
    9,009
    Minion Damage
    1,259
    Minion Armour
    2,413
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    Basic Attack
    Base Damage: 242–364
    Critical Hit Chance: 5%
    Attack Time: 1.665 sec
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    DeliriumMinionLeapSlam
    Attack, Area, Melee, Slam, Totemable, Travel, Jumping, ConsumesFullyBrokenArmour, NoAttackInPlace
    Leap Slam
    Base Damage: 242–364
    Critical Hit Chance: 5%
    Attack Damage: 125%
    Attack Time: 1.665 sec
    Cooldown Time: 15 sec
    Jump into the air, damaging and Knocking Back enemies with your mace where you land. Enemies you would land on are pushed out of the way.
    Deals 25% more Attack Damage
    action attack or cast time uses animation length [1]
    cast time overrides attack duration [1]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 3300
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueDelirium/DeliriumMinion1"] = {
        name = "Rage",
        life = 1.3,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.3,
        damageSpread = 0.2,
        attackTime = 1.665,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "DeliriumMinionLeapSlam",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DeliriumMinionLeapSlam"] = {
        name = "Leap Slam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump into the air, damaging and [Knockback|Knocking Back] enemies with your mace where you land. Enemies you would land on are
    pushed out of the way.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
            [SkillType.Travel] = true,
            [SkillType.Jumping] = true,
            [SkillType.ConsumesFullyBrokenArmour] = true,
            [SkillType.NoAttackInPlace] = true,
        },
        statDescriptionScope = "leap_slam",
        castTime = 1.57,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
            "cast_time_overrides_attack_duration",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {baseMultiplier = 1.25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Rage
    Demon
    SpectreY
    TagsClaw_onhit_audio, demon, fast_movement
    Life
    130%
    Resistance
    0 0 0 0
    Damage
    130%
    Accuracy
    100%
    5%
    Attack Distance
    5 ~ 12
    Attack Time
    1.665 Second
    Damage Spread
    ±20%
    Experience
    130%
    Model Size
    120%
    Type
    DeliriumMinion1
    Metadata
    DeliriumMinionEssence1
    Level
    68
    Life
    10,084
    Armour
    2,413
    Evasion Rating
    708
    Damage
    303
    Spell Damage
    303
    Accuracy
    2,464
    Attack Time
    1.665
    Experience
    37,224
    Minion Life
    9,009
    Minion Damage
    1,259
    Minion Armour
    2,413
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    Basic Attack
    Base Damage: 242–364
    Critical Hit Chance: 5%
    Attack Time: 1.665 sec
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    DeliriumMinionLeapSlam
    Attack, Area, Melee, Slam, Totemable, Travel, Jumping, ConsumesFullyBrokenArmour, NoAttackInPlace
    Leap Slam
    Base Damage: 242–364
    Critical Hit Chance: 5%
    Attack Damage: 125%
    Attack Time: 1.665 sec
    Cooldown Time: 15 sec
    Jump into the air, damaging and Knocking Back enemies with your mace where you land. Enemies you would land on are pushed out of the way.
    Deals 25% more Attack Damage
    action attack or cast time uses animation length [1]
    cast time overrides attack duration [1]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 3300
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueDelirium/DeliriumMinionEssence1"] = {
        name = "Rage",
        life = 1.3,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.3,
        damageSpread = 0.2,
        attackTime = 1.665,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "DeliriumMinionLeapSlam",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DeliriumMinionLeapSlam"] = {
        name = "Leap Slam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump into the air, damaging and [Knockback|Knocking Back] enemies with your mace where you land. Enemies you would land on are
    pushed out of the way.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
            [SkillType.Travel] = true,
            [SkillType.Jumping] = true,
            [SkillType.ConsumesFullyBrokenArmour] = true,
            [SkillType.NoAttackInPlace] = true,
        },
        statDescriptionScope = "leap_slam",
        castTime = 1.57,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
            "cast_time_overrides_attack_duration",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {baseMultiplier = 1.25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Rage Ref /31
    Rage
    Rage grants 1% more Attack damage per 1 Rage gained, to a maximum of 30. You lose 1 Rage every 0.1 seconds if you have not taken damage or gained Rage in the last 2 seconds.

    Only one Hit every 0.5 seconds can cause you to gain Rage.
    50% reduced Evasion Rating
    +(40–60) to maximum Life
    (3–5) Life Regeneration per second
    Gain 10 Rage when Critically Hit by an Enemy
    Gain 5 Rage when Hit by an Enemy
    +20 to Armour
    (5–15)% increased Rarity of Items found
    +(20–30) to Dexterity
    Gain 1 Rage on Melee Hit
    Every Rage also grants 1% increased Stun Threshold
    (50–80)% increased Armour
    Gain (1–3) random Charge on reaching Maximum Rage
    Lose all Rage on reaching Maximum Rage
    (-10–10) to Maximum Rage
    +20 to Armour
    (5–15)% increased Rarity of Items found
    +(20–30) to Strength
    Every Rage also grants 1% increased Armour
    Gain 1 Rage on Melee Hit
    (100–150)% increased Armour and Evasion
    (5–10)% increased Attack Speed
    +(17–23)% to Chaos Resistance
    Lose 5% of maximum Life per second
    Regenerate 5 Rage per second
    No Inherent loss of Rage
    Used when you take Fire damage from a Hit
    (30–40)% increased Charges
    Grants up to your maximum Rage on use
    90% less Life Recovered
    Effect is not removed when Unreserved Life is Filled
    (15–30)% of Damage taken during effect Recouped as Life
    Gain (3–5) Rage when Hit by an Enemy during effect
    No Inherent loss of Rage during effect
    (25–50)% increased Duration
    Supports Melee Attacks, causing them to grant Rage on Hit.
    Supports Melee Attacks, causing them to grant Rage on Hit. Supported Skills have signficantly higher Attack speed while you are not at maximum Rage.
    Create a storm of arcane energies that Empowers your Mana-costing Spells while you remain inside it. Maintaining the storm constantly drains your Mana, and spending more causes it to drain faster. The storm will dissipate when you exit it or run out of Mana.
    [DNT] Create a storm of arcane energies that Empowers your Mana-costing Spells while you remain inside it. Maintaining the storm constantly drains your Mana, and spending more causes it to drain faster. The storm will dissipate when you exit it or run out of Mana.
    Shapeshift into a bear and swipe with your claws. Hitting enemies generates rage.
    Supports Warcry skills, causing them to grant you Rage on use depending on counted monster Power.
    Supports any damaging skill that you use or trigger yourself, causing it to consume Rage to deal more damage. If you don't have enough Rage to consume, the damage bonus will not apply.
    Supports any damaging skill that you use or trigger yourself, causing it to consume Rage to deal more damage, with a chance to skip consuming Rage while still benefitting as though it had. If you don't have enough Rage to consume, the damage bonus will not apply.
    Supports Skills which create Totems. Totems created by supported Skills generate a Font of Blood which will Leech Life to Allies within it.
    While active, strengthens your Rage, but causes you to lose Life while not losing Rage.
    While active, gains Energy when you cast Spells. Using the Invocation once sufficient Energy is gathered will consume the Energy to trigger socketed Spells, and can trigger them multiple times if it has enough Energy.
    Consume a Power Charge when you cast a damaging Spell to trigger an Abyssal Apparition who will also cast that same Spell for you. Does not work with Channelling Spells, Spells with a Cooldown, Triggered Spells, Spells granted by items, or Spells which already consume a Power Charge. This Skill is not directly Supportable.
    Tzamoto's Soul Core of Ferocity
    Stack Size: 1 / 10
    Requires: Level 50
    Helmets: +4 to Maximum Rage
    Place into an empty Rune Socket in a Helmet to apply its effect to that item. Once socketed it cannot be retrieved but can be replaced by other socketable items.
    Boar Talisman
    Stack Size: 1 / 10
    Gloves: Gain 1 Rage on Melee Hit
    Sceptres: Allies in your Presence Regenerate 8 Life per second
    Place into an empty Rune Socket in Gloves or a Sceptre to apply its effect to that item. Once socketed it cannot be retrieved but can be replaced by other socketable items.
    Hook Axe
    Physical Damage: 5-14
    Critical Hit Chance: 5%
    Attacks per Second: 1.45
    Weapon Range: 1.1
    Requires: Level 4, 9 Str
    Gain 1 Rage on Hit
    +10 to Maximum Rage while wielding an Axe
    Gain 8 Rage when you use a Life Flask
    Gain 3 Rage when Hit by an Enemy
    Every Rage also grants 2% increased Stun Threshold
    +8 to Maximum Rage
    Inherent loss of Rage is 25% slower
    +4 to Maximum Rage
    Inherent loss of Rage is 20% slower
    Every Rage also grants 1% increased Armour
    Gain 5 Rage when Hit by an Enemy
    4% chance that if you would gain Rage on Hit, you instead gain up to your maximum Rage
    40% reduced Presence Area of Effect
    Rage you gain is also granted to Allies in your Presence
    Rage
    Rage grants 1% more Attack damage per 1 Rage gained, to a maximum of 30. You lose 1 Rage every 0.1 seconds if you have not taken damage or gained Rage in the last 2 seconds.

    Only one Hit every 0.5 seconds can cause you to gain Rage.
    Skill Gem /7
    Create a storm of arcane energies that Empowers your Mana-costing Spells while you remain inside it. Maintaining the storm constantly drains your Mana, and spending more causes it to drain faster. The storm will dissipate when you exit it or run out of Mana.
    [DNT] Create a storm of arcane energies that Empowers your Mana-costing Spells while you remain inside it. Maintaining the storm constantly drains your Mana, and spending more causes it to drain faster. The storm will dissipate when you exit it or run out of Mana.
    Shapeshift into a bear and swipe with your claws. Hitting enemies generates rage.
    Shapeshift into a bear and rampage forward, slamming the ground as you run. The initial roar generates rage, then consumes rage until you run out.
    Harnesses a Companion Rhoa you can mount while you're wielding a Bow or Spear. While mounted you can use Bow, thrown Spear and Mark Skills, run faster and barely slow to use Skills, but being Hit will cause Heavy Stun buildup. While you aren't mounted, the Rhoa will attack your enemies alongside you with its beak, but can be damaged.
    While active, strengthens your Rage, but causes you to lose Life while not losing Rage.
    Consume a Power Charge when you cast a damaging Spell to trigger an Abyssal Apparition who will also cast that same Spell for you. Does not work with Channelling Spells, Spells with a Cooldown, Triggered Spells, Spells granted by items, or Spells which already consume a Power Charge. This Skill is not directly Supportable.
    Skill Gem Quality /2
    Minions have (0–20)% increased effect of Rage
    Grants (0–10)% increased Rage effect
    Support Gem /6
    Supports Melee Attacks, causing them to grant Rage on Hit.
    Supports Melee Attacks, causing them to grant Rage on Hit. Supported Skills have signficantly higher Attack speed while you are not at maximum Rage.
    Supports Warcry skills, causing them to grant you Rage on use depending on counted monster Power.
    Supports any damaging skill that you use or trigger yourself, causing it to consume Rage to deal more damage. If you don't have enough Rage to consume, the damage bonus will not apply.
    Supports any damaging skill that you use or trigger yourself, causing it to consume Rage to deal more damage, with a chance to skip consuming Rage while still benefitting as though it had. If you don't have enough Rage to consume, the damage bonus will not apply.
    Supports Skills which create Totems. Totems created by supported Skills generate a Font of Blood which will Leech Life to Allies within it.
    Item mods /1
    NameLevelPre/SufDescriptionWeight
    1Gain 1 Rage on Hitmace 1
    warstaff 1
    Misc mods /8
    NameLevelDomainPre/SufDescriptionWeight
    Angry1Jewel+1 to Maximum Ragestrjewel 1
    default 0
    of Raging1JewelGain 1 Rage on Melee Hitstrjewel 1
    default 0
    of Retribution1JewelGain (1–3) Rage when Hit by an Enemystrjewel 1
    default 0
    Angry1Jewel+1 to Maximum Ragestr_radius_jewel 1
    default 0
    of Raging1JewelGain 1 Rage on Melee Hitstr_radius_jewel 1
    default 0
    of Retribution1JewelGain (1–2) Rage when Hit by an Enemystr_radius_jewel 1
    default 0
    1AbyssGain 1 Rage on Melee Hit
    1AbyssGain (1–2) Rage when Hit by an Enemy
    Item /1
    Hook Axe
    Physical Damage: 5-14
    Critical Hit Chance: 5%
    Attacks per Second: 1.45
    Weapon Range: 1.1
    Requires: Level 4, 9 Str
    Gain 1 Rage on Hit
    Unique /7
    50% reduced Evasion Rating
    +(40–60) to maximum Life
    (3–5) Life Regeneration per second
    Gain 10 Rage when Critically Hit by an Enemy
    Gain 5 Rage when Hit by an Enemy
    +20 to Armour
    (5–15)% increased Rarity of Items found
    +(20–30) to Dexterity
    Gain 1 Rage on Melee Hit
    Every Rage also grants 1% increased Stun Threshold
    (50–80)% increased Armour
    Gain (1–3) random Charge on reaching Maximum Rage
    Lose all Rage on reaching Maximum Rage
    (-10–10) to Maximum Rage
    +20 to Armour
    (5–15)% increased Rarity of Items found
    +(20–30) to Strength
    Every Rage also grants 1% increased Armour
    Gain 1 Rage on Melee Hit
    (100–150)% increased Armour and Evasion
    (5–10)% increased Attack Speed
    +(17–23)% to Chaos Resistance
    Lose 5% of maximum Life per second
    Regenerate 5 Rage per second
    No Inherent loss of Rage
    Used when you take Fire damage from a Hit
    (30–40)% increased Charges
    Grants up to your maximum Rage on use
    90% less Life Recovered
    Effect is not removed when Unreserved Life is Filled
    (15–30)% of Damage taken during effect Recouped as Life
    Gain (3–5) Rage when Hit by an Enemy during effect
    No Inherent loss of Rage during effect
    (25–50)% increased Duration
    Passive /9
    +10 to Maximum Rage while wielding an Axe
    Gain 8 Rage when you use a Life Flask
    Gain 3 Rage when Hit by an Enemy
    Every Rage also grants 2% increased Stun Threshold
    +8 to Maximum Rage
    Inherent loss of Rage is 25% slower
    +4 to Maximum Rage
    Inherent loss of Rage is 20% slower
    Every Rage also grants 1% increased Armour
    Gain 5 Rage when Hit by an Enemy
    4% chance that if you would gain Rage on Hit, you instead gain up to your maximum Rage
    40% reduced Presence Area of Effect
    Rage you gain is also granted to Allies in your Presence
    Timeless Jewel Passive /2
    Chainbreaker
    Karui Keystone
    Mana Recovery from Regeneration is not applied
    1 Rage Regenerated for every 25 Mana Regeneration per Second
    Skills Cost +3 Rage
    No man may enslave you, for you have a secret: you're always angry.
    Vorana's Fury
    Kalguuran Notable
    40% increased Projectile Damage
    Gain 1 Rage on Melee Hit
    Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.