Чистая свирепость
Демон
Pure Rage
| Spectre | |
|---|---|
| Tags | demon, not_int, slow_movement |
Здоровье
500%
+60%
Уклонение
+20%
Сопротивление
Damage
338%
Меткость
100%
Критические попадания Chance
5%
Attack Distance
6 ~ 14
Время атаки
1.5 Second
Damage Spread
±20%
Опыт
500%
Model Size
215%
Type
DeliriumWarrior
Metadata
DeliriumEliteRage
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
41,285
3,861
850
Damage
788
Урон от чар
788
Меткость
2,502
Время атаки
1.5
Опыт
143,170
Minion Life
34,650
Minion Damage
3,274
Minion Armour
6,756
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Обычная атака
Base Damage: 630—946
Шанс крит. попадания: 5%
Время атаки: 1.5 сек.
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]
DTTDeliriumWarriorLeapSlam
Spell, Movement, AttackInPlace
Время применения: 1 сек.
Перезарядка: 7 сек.
action attack or cast time uses animation length [1]
leap slam minimum distance [35]
skill maximum travel distance [65]
spell maximum action distance +% [-40]
walk emerge extra distance [-7]
MAASDeliriumWarriorCombo
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Обычная атака
Base Damage: 630—946
Шанс крит. попадания: 5%
Урон от атаки: 70%
Время атаки: 1.5 сек.
Перезарядка: 12 сек.
Наносит на 30% меньше урона атаками
action attack or cast time uses animation length [1]
attack maximum action distance + [40]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
GTDeliriumWarriorCombo
Spell, Triggerable, AttackInPlace
Время применения: 1 сек.
action attack or cast time uses animation length [1]
TBDeliriumWarriorComboImpact
Spell, Triggerable, Attack, Damage, AttackInPlace
Base Damage: 630—946
Время применения: 1 сек.
Время атаки: 1.5 сек.
base deal no damage [1]
generic skill trigger skills with id [1]
GSDeliriumWarriorComboImpact
Triggerable, Spell, Damage, AttackInPlace
Шанс крит. попадания: 5%
Время применения: 1 сек.
action attack or cast time uses animation length [1]
generic skill trigger id [1]
is area damage [1]
GSRageBeamDamage
Triggerable, Spell, Damage, AttackInPlace
Шанс крит. попадания: 5%
Время применения: 1 сек.
На 200% больше шанса наложения шока
action attack or cast time uses animation length [1]
is area damage [1]
EASEliteRageBeam
Spell
Время применения: 1 сек.
Перезарядка: 20 сек.
action attack or cast time uses animation length [1]
spell maximum action distance +% [-60]
GADeliriumEliteFuryLeapImpact
Triggerable, Attack, AttackInPlace
Base Damage: 630—946
Шанс крит. попадания: 5%
Урон от атаки: 60%
Время атаки: 1.5 сек.
Наносит на 40% меньше урона атаками
action attack or cast time uses animation length [1]
voll slam damage +% final at centre [50]
Object Type
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueDelirium/Minions/DeliriumEliteRage"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
name = "Pure Rage",
life = 5,
damage = 3.38,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 14,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeed",
"MAASDeliriumWarriorCombo",
"GSRageBeamDamage",
"GSDeliriumWarriorComboImpact",
"GADeliriumEliteFuryLeapImpact",
"EASEliteRageBeam",
"TBDeliriumWarriorComboImpact",
"GTDeliriumWarriorCombo",
"DTTDeliriumWarriorLeapSlam",
},
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,
[SkillType.AttackInPlace] = 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["MAASDeliriumWarriorCombo"] = {
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,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
melee = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"attack_maximum_action_distance_+",
"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] = {40, baseMultiplier = 0.7, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSRageBeamDamage"] = {
name = "GSRageBeamDamage",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "geometry_spell",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"active_skill_shock_chance_+%_final",
"is_area_damage",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {0.5, 1.5, 200, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSDeliriumWarriorComboImpact"] = {
name = "GSDeliriumWarriorComboImpact",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "geometry_spell",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"generic_skill_trigger_id",
"is_area_damage",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {0.5, 1.5, 1, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GADeliriumEliteFuryLeapImpact"] = {
name = "GADeliriumEliteFuryLeapImpact",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"voll_slam_damage_+%_final_at_centre",
"active_skill_base_physical_damage_%_to_convert_to_lightning",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {50, 50, baseMultiplier = 0.6, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EASEliteRageBeam"] = {
name = "EASEliteRageBeam",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_maximum_action_distance_+%",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {-60, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["TBDeliriumWarriorComboImpact"] = {
name = "TBDeliriumWarriorComboImpact",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
[SkillType.Attack] = true,
[SkillType.Damage] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"generic_skill_trigger_skills_with_id",
"base_deal_no_damage",
},
levels = {
[1] = {1, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GTDeliriumWarriorCombo"] = {
name = "GTDeliriumWarriorCombo",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DTTDeliriumWarriorLeapSlam"] = {
name = "DTTDeliriumWarriorLeapSlam",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Movement] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"walk_emerge_extra_distance",
"leap_slam_minimum_distance",
"skill_maximum_travel_distance",
"spell_maximum_action_distance_+%",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {-7, 35, 65, -40, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.












