Banner of Hatred
Construct
Spectre | N |
---|---|
Tags | bone_armour, cleaving_weapon, cold_affinity, construct, immobile, is_unarmed, medium_height, non_attacking |
Life
200%
Ailment Threshold
200%
Resistance
0 0 0 0
Damage
100%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
Experience
100%
Model Size
115%
Type
VisibleHatredZone
Metadata
InvisibleHatredStationary
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
12,867
Armour
28,790
Evasion
4,739
Energy Shield
0
Damage
374
Spell Damage
374
Accuracy
290
Attack Time
1.5
Experience
10,255
Ailment Threshold
12,867
Chill
41
Shock
41
Brittle
230
Scorch
41
Sap
112
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).
AxisLunarisChampionHatred
Spell, Area, Buff, HasReservation, TotemCastsAlone, Totemable, Aura, Cold, Triggerable, AreaSpell, Cooldown
Cast Time: 1.2 sec
Cooldown Time: 1000 sec
Gain 30% of Physical Damage as Extra Cold Damage
active skill area of effect radius +% final [25]
active skill area of effect radius +% final [25]
Object Type
version 2 extends "Metadata/Monsters/Monster" Positioned { force_placement = true } Pathfinding { immobile = true } Stats { immune_to_curses = 1 set_item_drop_slots = 0 set_monster_no_drops_or_experience = 1 set_max_endurance_charges = 0 set_max_frenzy_charges = 0 set_max_power_charges = 0 base_cannot_be_stunned = 1 cannot_be_knocked_back = 1 base_avoid_chill_% = 100 base_avoid_freeze_% = 100 base_avoid_ignite_% = 100 unaffected_by_shock = 1 cannot_be_converted_or_dominated = 1 monster_slain_flask_charges_granted_+% = -100 cannot_have_life_leeched_from = 1 cannot_have_mana_leeched_from = 1 set_immune_vaal_lighting_warp = 1 } Life { corpse_usable = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Animated { preload_animated_object = "Metadata/Effects/Spells/frost_bomb/frostpulse.ao" } Render { allow_attached_arrows = false }
-- src\Data\Spectres.lua minions["Metadata/Monsters/InvisibleAura/InvisibleHatredStationary"] = { name = "Banner of Hatred", life = 2, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0, attackTime = 1.5, attackRange = 6, accuracy = 1, skillList = { "AxisLunarisChampionHatred", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["AxisLunarisChampionHatred"] = { name = "AxisLunarisChampionHatred", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Buff] = true, [SkillType.HasReservation] = true, [SkillType.TotemCastsAlone] = true, [SkillType.Totemable] = true, [SkillType.Aura] = true, [SkillType.Cold] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { area = true, spell = true, aura = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_%_to_add_as_cold", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {30, 25, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }