Nemesis Daemon
SpectreN
AreaDomain of Timeless Conflict, Domain of Timeless Conflict, Domain of Timeless Conflict, Domain of Timeless Conflict
Tagsextra_extra_small_height, ghost_armour, is_daemon, is_unarmed, non_attacking, very_slow_movement
Life
100%
Ailment Threshold
100%
Resistance
0 0 0 0
Damage
100%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
Experience
100%
Model Size
100%
Type
Daemon
Metadata
NemesisDaemonSmokeDaemon
IsSummoned
Y
Level
80
Life
22,633
Armour
73,441
Evasion
7,124
Energy Shield
0
Damage
758
Spell Damage
758
Accuracy
462
Attack Time
1
Experience
12,712
Ailment Threshold
22,633
Chill
72
Shock
72
Brittle
405
Scorch
72
Sap
198
NemesisDaemonSmokeMine
Spell, Area, Duration, Movement, RemoteMined, AreaSpell, Travel, HasReservation, Blink, Cooldown
Smoke Mine
Cast Time: 0.5 sec
Cooldown Time: 3 sec
Throws a mine that will teleport you to it when detonated. It covers both your escape and arrival with a cloud of smoke that blinds enemies, and gives you a temporary buff to movement speed. Shares a cooldown with other Blink skills.
Base duration is 3 seconds
Buff grants 20% increased Movement Speed
active skill area of effect radius +% final [10]

Object Type

version 2
extends "Metadata/Monsters/Daemon/AbstractDaemon"

Object Type Codes

version 2
extends "Metadata/Monsters/Daemon/AbstractDaemon"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Daemon/NemesisDaemonSmokeDaemon"] = {
    name = "Nemesis Daemon",
    life = 1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0,
    attackTime = 1,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "NemesisDaemonSmokeMine",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["NemesisDaemonSmokeMine"] = {
    name = "Smoke Mine",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Throws a mine that will teleport you to it when detonated. It covers both your escape and arrival with a cloud of smoke that blinds enemies, and gives you a temporary buff to movement speed. Shares a cooldown with other Blink skills.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Movement] = true,
        [SkillType.RemoteMined] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Travel] = true,
        [SkillType.HasReservation] = true,
        [SkillType.Blink] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "buff_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "base_movement_velocity_+%",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {3000, 20, 10, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Nemesis Daemon
SpectreN
Tagsextra_extra_small_height, ghost_armour, is_daemon, is_unarmed, non_attacking, summoner, very_slow_movement
Life
100%
Ailment Threshold
100%
Resistance
0 0 0 0
Damage
100%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
Experience
100%
Model Size
100%
Type
Daemon
Metadata
NemesisDaemonSummonSkeletons
IsSummoned
Y
Level
68
Life
6,433
Armour
28,790
Evasion
4,739
Energy Shield
0
Damage
374
Spell Damage
374
Accuracy
290
Attack Time
1
Experience
10,255
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
NemesisDaemonSummonSkeleton
Spell, Minion, Duration, MinionsCanExplode, Trappable, Totemable, Mineable, Multicastable, Triggerable, CanRapidFire, CreatesMinion, Cooldown
Summon Skeletons
Cast Time: 1 sec
Summon Skeleton Warrior minions at the targeted location. They use a melee attack and die after a duration. If made aggressive, Skeleton Warriors will also dash towards nearby enemies.
+8 to Maximum Summoned Skeletons
Base duration is 30 seconds
Minions deal 50% less Elemental Damage
Summons 2 Skeleton Warriors
alternate minion [1]

Object Type

version 2
extends "Metadata/Monsters/Daemon/AbstractDaemon"

Object Type Codes

version 2
extends "Metadata/Monsters/Daemon/AbstractDaemon"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Daemon/NemesisDaemonSummonSkeletons"] = {
    name = "Nemesis Daemon",
    life = 1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0,
    attackTime = 1,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "NemesisDaemonSummonSkeleton",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["NemesisDaemonSummonSkeleton"] = {
    name = "Summon Skeletons",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Summon Skeleton Warrior minions at the targeted location. They use a melee attack and die after a duration. If made aggressive, Skeleton Warriors will also dash towards nearby enemies.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Minion] = true,
        [SkillType.Duration] = true,
        [SkillType.MinionsCanExplode] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.CreatesMinion] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "minion_spell_skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_melee_skeletons_to_summon",
        "base_number_of_skeletons_allowed",
        "base_skill_effect_duration",
        "active_skill_elemental_damage_+%_final",
        "alternate_minion",
    },
    levels = {
        [1] = {2, 8, 30000, -50, 1, levelRequirement = 4, statInterpolation = {},  cost = { }, },
        [2] = {2, 8, 30000, -50, 1, levelRequirement = 8, statInterpolation = {},  cost = { }, },
        [3] = {2, 8, 30000, -50, 1, levelRequirement = 11, statInterpolation = {},  cost = { }, },
        [4] = {2, 8, 30000, -50, 1, levelRequirement = 15, statInterpolation = {},  cost = { }, },
        [5] = {2, 8, 30000, -50, 1, levelRequirement = 20, statInterpolation = {},  cost = { }, },
        [6] = {2, 8, 30000, -50, 1, levelRequirement = 28, statInterpolation = {},  cost = { }, },
        [7] = {2, 8, 30000, -50, 1, levelRequirement = 29, statInterpolation = {},  cost = { }, },
        [8] = {2, 8, 30000, -50, 1, levelRequirement = 31, statInterpolation = {},  cost = { }, },
        [9] = {2, 8, 30000, -50, 1, levelRequirement = 32, statInterpolation = {},  cost = { }, },
        [10] = {2, 8, 30000, -50, 1, levelRequirement = 34, statInterpolation = {},  cost = { }, },
        [11] = {2, 8, 30000, -50, 1, levelRequirement = 37, statInterpolation = {},  cost = { }, },
        [12] = {2, 8, 30000, -50, 1, levelRequirement = 40, statInterpolation = {},  cost = { }, },
        [13] = {2, 8, 30000, -50, 1, levelRequirement = 42, statInterpolation = {},  cost = { }, },
        [14] = {2, 8, 30000, -50, 1, levelRequirement = 44, statInterpolation = {},  cost = { }, },
        [15] = {2, 8, 30000, -50, 1, levelRequirement = 50, statInterpolation = {},  cost = { }, },
        [16] = {2, 8, 30000, -50, 1, levelRequirement = 51, statInterpolation = {},  cost = { }, },
        [17] = {2, 8, 30000, -50, 1, levelRequirement = 52, statInterpolation = {},  cost = { }, },
        [18] = {2, 8, 30000, -50, 1, levelRequirement = 63, statInterpolation = {},  cost = { }, },
        [19] = {2, 8, 30000, -50, 1, levelRequirement = 65, statInterpolation = {},  cost = { }, },
        [20] = {2, 8, 30000, -50, 1, levelRequirement = 66, statInterpolation = {},  cost = { }, },
        [21] = {2, 8, 30000, -50, 1, levelRequirement = 67, statInterpolation = {},  cost = { }, },
        [22] = {2, 8, 30000, -50, 1, levelRequirement = 68, statInterpolation = {},  cost = { }, },
        [23] = {2, 8, 30000, -50, 1, levelRequirement = 69, statInterpolation = {},  cost = { }, },
        [24] = {2, 8, 30000, -50, 1, levelRequirement = 70, statInterpolation = {},  cost = { }, },
        [25] = {2, 8, 30000, -50, 1, levelRequirement = 71, statInterpolation = {},  cost = { }, },
        [26] = {2, 8, 30000, -50, 1, levelRequirement = 72, statInterpolation = {},  cost = { }, },
        [27] = {2, 8, 30000, -50, 1, levelRequirement = 73, statInterpolation = {},  cost = { }, },
        [28] = {2, 8, 30000, -50, 1, levelRequirement = 74, statInterpolation = {},  cost = { }, },
        [29] = {2, 8, 30000, -50, 1, levelRequirement = 75, statInterpolation = {},  cost = { }, },
        [30] = {2, 8, 30000, -50, 1, levelRequirement = 76, statInterpolation = {},  cost = { }, },
        [31] = {2, 8, 30000, -50, 1, levelRequirement = 77, statInterpolation = {},  cost = { }, },
        [32] = {2, 8, 30000, -50, 1, levelRequirement = 78, statInterpolation = {},  cost = { }, },
        [33] = {2, 8, 30000, -50, 1, levelRequirement = 79, statInterpolation = {},  cost = { }, },
        [34] = {2, 8, 30000, -50, 1, levelRequirement = 80, statInterpolation = {},  cost = { }, },
        [35] = {2, 8, 30000, -50, 1, levelRequirement = 81, statInterpolation = {},  cost = { }, },
        [36] = {2, 8, 30000, -50, 1, levelRequirement = 82, statInterpolation = {},  cost = { }, },
        [37] = {2, 8, 30000, -50, 1, levelRequirement = 83, statInterpolation = {},  cost = { }, },
        [38] = {2, 8, 30000, -50, 1, levelRequirement = 84, statInterpolation = {},  cost = { }, },
    },
}
Nemesis Daemon
SpectreN
Tagsextra_extra_small_height, ghost_armour, is_daemon, is_unarmed, non_attacking, very_slow_movement
Life
100%
Ailment Threshold
100%
Resistance
0 0 0 0
Damage
100%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
Experience
100%
Model Size
100%
Type
Daemon
Metadata
NemesisDaemonProximityShield
IsSummoned
Y
Level
68
Life
6,433
Armour
28,790
Evasion
4,739
Energy Shield
0
Damage
374
Spell Damage
374
Accuracy
290
Attack Time
1
Experience
10,255
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
NemesisDaemonProximityShield
Spell, Area, Duration, Triggerable, AreaSpell
Cast Time: 1 sec
You cannot be harmed by direct damage from enemies outside the shield.
inside shield [#]
infinite skill effect duration [1]

Object Type

version 2
extends "Metadata/Monsters/Daemon/AbstractDaemon"

Object Type Codes

version 2
extends "Metadata/Monsters/Daemon/AbstractDaemon"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Daemon/NemesisDaemonProximityShield"] = {
    name = "Nemesis Daemon",
    life = 1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0,
    attackTime = 1,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "NemesisDaemonProximityShield",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["NemesisDaemonProximityShield"] = {
    name = "NemesisDaemonProximityShield",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "infinite_skill_effect_duration",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Nemesis Daemon
SpectreN
Tagscursing_monster, extra_extra_small_height, ghost_armour, is_daemon, is_unarmed, non_attacking, very_slow_movement
Life
100%
Ailment Threshold
100%
Resistance
0 0 0 0
Damage
100%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
Experience
100%
Model Size
100%
Type
Daemon
Metadata
NemesisDaemonCurses
IsSummoned
Y
Level
68
Life
6,433
Armour
28,790
Evasion
4,739
Energy Shield
0
Damage
374
Spell Damage
374
Accuracy
290
Attack Time
1
Experience
10,255
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
SkeletonTemporalChains
Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
Temporal Chains
Cast Time: 0.67 sec
Curses all enemies in an area, lowering their action speed and making other effects on them expire more slowly.
Base duration is 4 seconds
Cursed Normal and Magic Enemies have 20% less Action Speed
Other effects on Cursed enemies expire 25% slower
Cursed Rare and Unique Enemies have 10% less Action Speed
active skill area of effect radius +% final [9]
MonsterEnfeeble
Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
Enfeeble
Cast Time: 0.5 sec
Curses all targets in an area, reducing their accuracy and making them deal less damage.
Base duration is 5 seconds
Cursed enemies have 40% reduced Accuracy Rating
Cursed Normal or Magic enemies deal 40% less Damage
Cursed Rare or Unique enemies deal 15% less Damage
active skill area of effect radius +% final [42]
SkeletonVulnerability
Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, Physical, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
Vulnerability
Cast Time: 0.5 sec
Curse all targets in an area, causing them to take increased physical damage. Attacks against the cursed enemies have a chance to inflict bleeding.
Base duration is 10 seconds
Cursed enemies take 50% increased Physical Damage
Attacks Hits against Cursed Enemies have 20% chance to inflict Bleeding
active skill area of effect radius +% final [24]
MonsterFlammability
Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
Flammability
Cast Time: 0.5 sec
Cooldown Time: 10 sec
Curses all targets in an area, lowering their fire resistance and giving them a chance to be ignited when hit.
Base duration is 6 seconds
Cursed enemies have -30% to Fire Resistance
Hits against Cursed Enemies have +25% chance to Ignite
active skill area of effect radius +% final [9]
MonsterFrostbite
Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
Frostbite
Cast Time: 0.5 sec
Cooldown Time: 10 sec
Curses all targets in an area, lowering their cold resistance and giving them a chance to be frozen when hit.
Base duration is 6 seconds
Cursed enemies have -30% to Cold Resistance
Hits against Cursed Enemies have +25% chance to Freeze
active skill area of effect radius +% final [9]
MonsterConductivity
Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
Conductivity
Cast Time: 0.5 sec
Cooldown Time: 10 sec
Curses all targets in an area, lowering their lightning resistance and giving them a chance to be shocked when hit.
Base duration is 6 seconds
Cursed enemies have -30% to Lightning Resistance
Hits against Cursed Enemies have +25% chance to Shock
active skill area of effect radius +% final [9]
MonsterElementalWeakness
Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
Elemental Weakness
Cast Time: 0.5 sec
Cooldown Time: 10 sec
Curses all targets in an area, lowering their elemental resistances.
Base duration is 6 seconds
Cursed enemies have -30% to Elemental Resistances
active skill area of effect radius +% final [42]

Object Type

version 2
extends "Metadata/Monsters/Daemon/AbstractDaemon"

Object Type Codes

version 2
extends "Metadata/Monsters/Daemon/AbstractDaemon"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Daemon/NemesisDaemonCurses"] = {
    name = "Nemesis Daemon",
    life = 1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0,
    attackTime = 1,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "SkeletonTemporalChains",
        "MonsterElementalWeakness",
        "MonsterEnfeeble",
        "SkeletonVulnerability",
        "MonsterFlammability",
        "MonsterFrostbite",
        "MonsterConductivity",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["SkeletonTemporalChains"] = {
    name = "Temporal Chains",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Curses all enemies in an area, lowering their action speed and making other effects on them expire more slowly.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cascadable] = true,
        [SkillType.AppliesCurse] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Hex] = true,
    },
    statDescriptionScope = "curse_skill_stat_descriptions",
    castTime = 0.67,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "temporal_chains_action_speed_+%_final",
        "buff_time_passed_+%_other_than_temporal_chains",
        "temporal_chains_action_speed_+%_vs_rare_or_unique_final",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {4000, -20, -25, -10, 9, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterElementalWeakness"] = {
    name = "Elemental Weakness",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Curses all targets in an area, lowering their elemental resistances.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cascadable] = true,
        [SkillType.AppliesCurse] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Hex] = true,
    },
    statDescriptionScope = "curse_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_resist_all_elements_%",
        "base_skill_effect_duration",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {-20, 6000, 42, levelRequirement = 10, statInterpolation = {1},  cost = { }, },
        [2] = {-25, 6000, 42, levelRequirement = 40, statInterpolation = {1},  cost = { }, },
        [3] = {-30, 6000, 42, levelRequirement = 56, statInterpolation = {1},  cost = { }, },
        [4] = {-40, 6000, 42, levelRequirement = 71, statInterpolation = {1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterEnfeeble"] = {
    name = "Enfeeble",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Curses all targets in an area, reducing their accuracy and making them deal less damage.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cascadable] = true,
        [SkillType.AppliesCurse] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Hex] = true,
    },
    statDescriptionScope = "curse_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "accuracy_rating_+%",
        "enfeeble_damage_+%_final",
        "enfeeble_damage_+%_vs_rare_or_unique_final",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {5000, -40, -40, -15, 42, levelRequirement = 4, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SkeletonVulnerability"] = {
    name = "Vulnerability",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Curse all targets in an area, causing them to take increased physical damage. Attacks against the cursed enemies have a chance to inflict bleeding.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cascadable] = true,
        [SkillType.AppliesCurse] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Physical] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Hex] = true,
    },
    statDescriptionScope = "curse_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "physical_damage_taken_+%",
        "receive_bleeding_chance_%_when_hit_by_attack",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {10000, 50, 20, 24, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterFlammability"] = {
    name = "Flammability",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Curses all targets in an area, lowering their fire resistance and giving them a chance to be ignited when hit.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.Cascadable] = true,
        [SkillType.AppliesCurse] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Hex] = true,
    },
    statDescriptionScope = "curse_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_fire_damage_resistance_%",
        "base_skill_effect_duration",
        "chance_to_be_ignited_%",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {-20, 6000, 25, 9, levelRequirement = 10, statInterpolation = {1},  cost = { }, },
        [2] = {-25, 6000, 25, 9, levelRequirement = 41, statInterpolation = {1},  cost = { }, },
        [3] = {-30, 6000, 25, 9, levelRequirement = 58, statInterpolation = {1},  cost = { }, },
        [4] = {-40, 6000, 25, 9, levelRequirement = 71, statInterpolation = {1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterFrostbite"] = {
    name = "Frostbite",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Curses all targets in an area, lowering their cold resistance and giving them a chance to be frozen when hit.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cold] = true,
        [SkillType.Cascadable] = true,
        [SkillType.AppliesCurse] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Hex] = true,
    },
    statDescriptionScope = "curse_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_cold_damage_resistance_%",
        "base_skill_effect_duration",
        "chance_to_be_frozen_%",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {-20, 6000, 25, 9, levelRequirement = 10, statInterpolation = {1},  cost = { }, },
        [2] = {-25, 6000, 25, 9, levelRequirement = 41, statInterpolation = {1},  cost = { }, },
        [3] = {-30, 6000, 25, 9, levelRequirement = 58, statInterpolation = {1},  cost = { }, },
        [4] = {-40, 6000, 25, 9, levelRequirement = 71, statInterpolation = {1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterConductivity"] = {
    name = "Conductivity",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Curses all targets in an area, lowering their lightning resistance and giving them a chance to be shocked when hit.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Lightning] = true,
        [SkillType.Cascadable] = true,
        [SkillType.AppliesCurse] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Hex] = true,
    },
    statDescriptionScope = "curse_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_lightning_damage_resistance_%",
        "base_skill_effect_duration",
        "chance_to_be_shocked_%",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {-20, 6000, 25, 9, levelRequirement = 10, statInterpolation = {1},  cost = { }, },
        [2] = {-25, 6000, 25, 9, levelRequirement = 41, statInterpolation = {1},  cost = { }, },
        [3] = {-30, 6000, 25, 9, levelRequirement = 58, statInterpolation = {1},  cost = { }, },
        [4] = {-40, 6000, 25, 9, levelRequirement = 71, statInterpolation = {1},  cost = { }, },
    },
}
Nemesis Daemon
SpectreN
Tagscursing_monster, extra_extra_small_height, ghost_armour, is_daemon, is_unarmed, non_attacking, very_slow_movement
Life
100%
Ailment Threshold
100%
Resistance
0 0 0 0
Damage
100%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
Experience
100%
Model Size
100%
Type
Daemon
Metadata
StrIntRelicDaemonCurses
IsSummoned
Y
Level
68
Life
6,433
Armour
28,790
Evasion
4,739
Energy Shield
0
Damage
374
Spell Damage
374
Accuracy
290
Attack Time
1
Experience
10,255
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
SkeletonTemporalChains
Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
Temporal Chains
Cast Time: 0.67 sec
Curses all enemies in an area, lowering their action speed and making other effects on them expire more slowly.
Base duration is 4 seconds
Cursed Normal and Magic Enemies have 20% less Action Speed
Other effects on Cursed enemies expire 25% slower
Cursed Rare and Unique Enemies have 10% less Action Speed
active skill area of effect radius +% final [9]
MonsterEnfeeble
Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
Enfeeble
Cast Time: 0.5 sec
Curses all targets in an area, reducing their accuracy and making them deal less damage.
Base duration is 5 seconds
Cursed enemies have 40% reduced Accuracy Rating
Cursed Normal or Magic enemies deal 40% less Damage
Cursed Rare or Unique enemies deal 15% less Damage
active skill area of effect radius +% final [42]
SkeletonVulnerability
Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, Physical, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
Vulnerability
Cast Time: 0.5 sec
Curse all targets in an area, causing them to take increased physical damage. Attacks against the cursed enemies have a chance to inflict bleeding.
Base duration is 10 seconds
Cursed enemies take 50% increased Physical Damage
Attacks Hits against Cursed Enemies have 20% chance to inflict Bleeding
active skill area of effect radius +% final [24]
MonsterAssassinsMark
Spell, Trappable, Totemable, Mineable, Multicastable, Triggerable, AppliesCurse, CanRapidFire, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Mark
Assassin's Mark
Cast Time: 0.5 sec
Curses a single enemy, making them more vulnerable to Critical Strikes. Killing the cursed enemy will grant life and mana, and a power charge. You can only have one Mark at a time.
Base duration is 8.8 seconds
Cursed enemies have a 100% chance to grant a Power Charge when slain
Hits against Cursed Enemies have +1.5% to Critical Strike Chance
Hits against Cursed Enemies have +44% to Critical Strike Multiplier
Cursed enemies grant 22 Life when Killed
Cursed enemies grant 22 Mana when Killed
active skill area of effect radius +% final [24]
MonsterProjectileWeakness
Spell, Trappable, Totemable, Mineable, Multicastable, Triggerable, AppliesCurse, CanRapidFire, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Mark
Sniper's Mark
Cast Time: 0.5 sec
Cooldown Time: 12 sec
Curses a single enemy, increasing the damage they take from projectiles, and making projectiles split when hitting them, to hit other targets around them. You can only have one Mark at a time.
Base duration is 6 seconds
Cursed enemies take 34% increased Damage from Projectile Hits
Projectiles which Hit Cursed Enemies Split towards 3 additional targets
active skill area of effect radius +% final [42]
MonsterElementalWeakness
Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
Elemental Weakness
Cast Time: 0.5 sec
Cooldown Time: 10 sec
Curses all targets in an area, lowering their elemental resistances.
Base duration is 6 seconds
Cursed enemies have -30% to Elemental Resistances
active skill area of effect radius +% final [42]

Object Type

version 2
extends "Metadata/Monsters/Daemon/AbstractDaemon"

Object Type Codes

version 2
extends "Metadata/Monsters/Daemon/AbstractDaemon"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Daemon/StrIntRelicDaemonCurses"] = {
    name = "Nemesis Daemon",
    life = 1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0,
    attackTime = 1,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "SkeletonTemporalChains",
        "MonsterElementalWeakness",
        "MonsterEnfeeble",
        "MonsterAssassinsMark",
        "MonsterProjectileWeakness",
        "SkeletonVulnerability",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["SkeletonTemporalChains"] = {
    name = "Temporal Chains",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Curses all enemies in an area, lowering their action speed and making other effects on them expire more slowly.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cascadable] = true,
        [SkillType.AppliesCurse] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Hex] = true,
    },
    statDescriptionScope = "curse_skill_stat_descriptions",
    castTime = 0.67,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "temporal_chains_action_speed_+%_final",
        "buff_time_passed_+%_other_than_temporal_chains",
        "temporal_chains_action_speed_+%_vs_rare_or_unique_final",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {4000, -20, -25, -10, 9, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterElementalWeakness"] = {
    name = "Elemental Weakness",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Curses all targets in an area, lowering their elemental resistances.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cascadable] = true,
        [SkillType.AppliesCurse] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Hex] = true,
    },
    statDescriptionScope = "curse_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_resist_all_elements_%",
        "base_skill_effect_duration",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {-20, 6000, 42, levelRequirement = 10, statInterpolation = {1},  cost = { }, },
        [2] = {-25, 6000, 42, levelRequirement = 40, statInterpolation = {1},  cost = { }, },
        [3] = {-30, 6000, 42, levelRequirement = 56, statInterpolation = {1},  cost = { }, },
        [4] = {-40, 6000, 42, levelRequirement = 71, statInterpolation = {1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterEnfeeble"] = {
    name = "Enfeeble",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Curses all targets in an area, reducing their accuracy and making them deal less damage.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cascadable] = true,
        [SkillType.AppliesCurse] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Hex] = true,
    },
    statDescriptionScope = "curse_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "accuracy_rating_+%",
        "enfeeble_damage_+%_final",
        "enfeeble_damage_+%_vs_rare_or_unique_final",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {5000, -40, -40, -15, 42, levelRequirement = 4, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterAssassinsMark"] = {
    name = "Assassin's Mark",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Curses a single enemy, making them more vulnerable to Critical Strikes. Killing the cursed enemy will grant life and mana, and a power charge. You can only have one Mark at a time.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AppliesCurse] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Mark] = true,
    },
    statDescriptionScope = "curse_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "enemy_additional_critical_strike_multiplier_against_self",
        "enemy_additional_critical_strike_chance_against_self",
        "life_granted_when_killed",
        "mana_granted_when_killed",
        "chance_to_grant_power_charge_on_death_%",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {8800, 44, 150, 22, 22, 100, 24, levelRequirement = 4, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterProjectileWeakness"] = {
    name = "Sniper's Mark",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Curses a single enemy, increasing the damage they take from projectiles, and making projectiles split when hitting them, to hit other targets around them. You can only have one Mark at a time.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AppliesCurse] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Mark] = true,
    },
    statDescriptionScope = "curse_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "projectile_damage_taken_+%",
        "active_skill_area_of_effect_radius_+%_final",
        "base_skill_effect_duration",
        "projectiles_hitting_self_split_into_x",
    },
    levels = {
        [1] = {32, 24, 6000, 3, levelRequirement = 25, statInterpolation = {1, 1},  cost = { }, },
        [2] = {34, 42, 6000, 3, levelRequirement = 55, statInterpolation = {1, 1},  cost = { }, },
        [3] = {34, 42, 6000, 3, levelRequirement = 60, statInterpolation = {1, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SkeletonVulnerability"] = {
    name = "Vulnerability",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Curse all targets in an area, causing them to take increased physical damage. Attacks against the cursed enemies have a chance to inflict bleeding.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cascadable] = true,
        [SkillType.AppliesCurse] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Physical] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Hex] = true,
    },
    statDescriptionScope = "curse_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "physical_damage_taken_+%",
        "receive_bleeding_chance_%_when_hit_by_attack",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {10000, 50, 20, 24, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Nemesis Daemon
SpectreN
Tagsextra_extra_small_height, ghost_armour, is_daemon, is_unarmed, very_slow_movement
Life
100%
Ailment Threshold
100%
Resistance
0 0 0 0
Damage
100%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
Experience
100%
Model Size
100%
Type
Daemon
Metadata
NemesisDaemonTotems
IsSummoned
Y
Level
68
Life
6,433
Armour
28,790
Evasion
4,739
Energy Shield
0
Damage
374
Spell Damage
374
Accuracy
290
Attack Time
1
Experience
10,255
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
NemesisDaemonSearingBond
Spell, DamageOverTime, Trappable, Mineable, TotemCastsAlone, CausesBurning, SummonsTotem, Triggerable, Fire, DegenOnlySpellDamage
Searing Bond
Cast Time: 1 sec
Cooldown Time: 4 sec
Summons a totem that casts a beam of fire at you and each other totem you control, dealing burning damage to enemies caught in the beam. Enemies near either end of a beam also suffer burning damage.
Totem lasts 20 seconds
Deals 1082.1 Base Fire Damage per second
+3 to maximum number of Summoned Totems
Summons a Totem which uses this Skill
base active skill totem level [74]
base skill is totemified [1]
base totem range [100]
number of totems summoned in formation [1]

Object Type

version 2
extends "Metadata/Monsters/Daemon/AbstractDaemon"

Object Type Codes

version 2
extends "Metadata/Monsters/Daemon/AbstractDaemon"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Daemon/NemesisDaemonTotems"] = {
    name = "Nemesis Daemon",
    life = 1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0,
    attackTime = 1,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "NemesisDaemonSearingBond",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["NemesisDaemonSearingBond"] = {
    name = "Searing Bond",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Summons a totem that casts a beam of fire at you and each other totem you control, dealing burning damage to enemies caught in the beam. Enemies near either end of a beam also suffer burning damage.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.TotemCastsAlone] = true,
        [SkillType.CausesBurning] = true,
        [SkillType.SummonsTotem] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.DegenOnlySpellDamage] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        totem = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_fire_damage_to_deal_per_minute",
        "base_totem_duration",
        "base_totem_range",
        "base_active_skill_totem_level",
        "base_number_of_totems_allowed",
        "number_of_totems_summoned_in_formation",
        "is_totem",
        "base_skill_is_totemified",
    },
    levels = {
        [1] = {1, 20000, 100, 74, 3, 1, levelRequirement = 4, statInterpolation = {3},  cost = { }, },
    },
}
Nemesis Daemon
SpectreN
Tagsextra_extra_small_height, ghost_armour, is_daemon, is_unarmed, very_slow_movement
Life
100%
Ailment Threshold
100%
Resistance
0 0 0 0
Damage
100%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
Experience
100%
Model Size
100%
Type
Daemon
Metadata
StrDexMasterSearingBondTotemDaemon
IsSummoned
Y
Level
68
Life
6,433
Armour
28,790
Evasion
4,739
Energy Shield
0
Damage
374
Spell Damage
374
Accuracy
290
Attack Time
1
Experience
10,255
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
StrDexMasterSearingBondDaemon
Spell, DamageOverTime, Trappable, Mineable, TotemCastsAlone, CausesBurning, SummonsTotem, Triggerable, Fire, DegenOnlySpellDamage
Searing Bond
Cast Time: 1 sec
Cooldown Time: 6 sec
Summons a totem that casts a beam of fire at you and each other totem you control, dealing burning damage to enemies caught in the beam. Enemies near either end of a beam also suffer burning damage.
Totem lasts 6 seconds
Deals 1082.1 Base Fire Damage per second
+3 to maximum number of Summoned Totems
Summons a Totem which uses this Skill
base active skill totem level [68]
base skill is totemified [1]
base totem range [100]
number of totems summoned in formation [3]

Object Type

version 2
extends "Metadata/Monsters/Daemon/AbstractDaemon"

Object Type Codes

version 2
extends "Metadata/Monsters/Daemon/AbstractDaemon"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Daemon/StrDexMasterSearingBondTotemDaemon"] = {
    name = "Nemesis Daemon",
    life = 1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0,
    attackTime = 1,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "StrDexMasterSearingBondDaemon",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["StrDexMasterSearingBondDaemon"] = {
    name = "Searing Bond",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Summons a totem that casts a beam of fire at you and each other totem you control, dealing burning damage to enemies caught in the beam. Enemies near either end of a beam also suffer burning damage.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.TotemCastsAlone] = true,
        [SkillType.CausesBurning] = true,
        [SkillType.SummonsTotem] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.DegenOnlySpellDamage] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        totem = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_fire_damage_to_deal_per_minute",
        "base_active_skill_totem_level",
        "base_totem_duration",
        "base_totem_range",
        "base_number_of_totems_allowed",
        "number_of_totems_summoned_in_formation",
        "is_totem",
        "base_skill_is_totemified",
    },
    levels = {
        [1] = {1, 3, 6000, 100, 3, 3, levelRequirement = 3, statInterpolation = {3, 1},  cost = { }, },
        [2] = {1, 5, 6000, 100, 3, 3, levelRequirement = 5, statInterpolation = {3, 1},  cost = { }, },
        [3] = {1, 8, 6000, 100, 3, 3, levelRequirement = 8, statInterpolation = {3, 1},  cost = { }, },
        [4] = {1, 10, 6000, 100, 3, 3, levelRequirement = 10, statInterpolation = {3, 1},  cost = { }, },
        [5] = {1, 12, 6000, 100, 3, 3, levelRequirement = 12, statInterpolation = {3, 1},  cost = { }, },
        [6] = {1, 14, 6000, 100, 3, 3, levelRequirement = 14, statInterpolation = {3, 1},  cost = { }, },
        [7] = {1, 17, 6000, 100, 3, 3, levelRequirement = 17, statInterpolation = {3, 1},  cost = { }, },
        [8] = {1, 20, 6000, 100, 3, 3, levelRequirement = 20, statInterpolation = {3, 1},  cost = { }, },
        [9] = {1, 24, 6000, 100, 3, 3, levelRequirement = 24, statInterpolation = {3, 1},  cost = { }, },
        [10] = {1, 30, 6000, 100, 3, 3, levelRequirement = 30, statInterpolation = {3, 1},  cost = { }, },
        [11] = {1, 31, 6000, 100, 3, 3, levelRequirement = 31, statInterpolation = {3, 1},  cost = { }, },
        [12] = {1, 36, 6000, 100, 3, 3, levelRequirement = 36, statInterpolation = {3, 1},  cost = { }, },
        [13] = {1, 41, 6000, 100, 3, 3, levelRequirement = 41, statInterpolation = {3, 1},  cost = { }, },
        [14] = {1, 44, 6000, 100, 3, 3, levelRequirement = 44, statInterpolation = {3, 1},  cost = { }, },
        [15] = {1, 51, 6000, 100, 3, 3, levelRequirement = 51, statInterpolation = {3, 1},  cost = { }, },
        [16] = {1, 52, 6000, 100, 3, 3, levelRequirement = 52, statInterpolation = {3, 1},  cost = { }, },
        [17] = {1, 57, 6000, 100, 3, 3, levelRequirement = 57, statInterpolation = {3, 1},  cost = { }, },
        [18] = {1, 60, 6000, 100, 3, 3, levelRequirement = 60, statInterpolation = {3, 1},  cost = { }, },
        [19] = {1, 65, 6000, 100, 3, 3, levelRequirement = 65, statInterpolation = {3, 1},  cost = { }, },
        [20] = {1, 66, 6000, 100, 3, 3, levelRequirement = 66, statInterpolation = {3, 1},  cost = { }, },
        [21] = {1, 67, 6000, 100, 3, 3, levelRequirement = 67, statInterpolation = {3, 1},  cost = { }, },
        [22] = {1, 68, 6000, 100, 3, 3, levelRequirement = 68, statInterpolation = {3, 1},  cost = { }, },
        [23] = {1, 69, 6000, 100, 3, 3, levelRequirement = 69, statInterpolation = {3, 1},  cost = { }, },
        [24] = {1, 70, 6000, 100, 3, 3, levelRequirement = 70, statInterpolation = {3, 1},  cost = { }, },
        [25] = {1, 71, 6000, 100, 3, 3, levelRequirement = 71, statInterpolation = {3, 1},  cost = { }, },
        [26] = {1, 72, 6000, 100, 3, 3, levelRequirement = 72, statInterpolation = {3, 1},  cost = { }, },
        [27] = {1, 73, 6000, 100, 3, 3, levelRequirement = 73, statInterpolation = {3, 1},  cost = { }, },
        [28] = {1, 74, 6000, 100, 3, 3, levelRequirement = 74, statInterpolation = {3, 1},  cost = { }, },
        [29] = {1, 75, 6000, 100, 3, 3, levelRequirement = 75, statInterpolation = {3, 1},  cost = { }, },
        [30] = {1, 76, 6000, 100, 3, 3, levelRequirement = 76, statInterpolation = {3, 1},  cost = { }, },
        [31] = {1, 77, 6000, 100, 3, 3, levelRequirement = 77, statInterpolation = {3, 1},  cost = { }, },
        [32] = {1, 78, 6000, 100, 3, 3, levelRequirement = 78, statInterpolation = {3, 1},  cost = { }, },
        [33] = {1, 79, 6000, 100, 3, 3, levelRequirement = 79, statInterpolation = {3, 1},  cost = { }, },
        [34] = {1, 80, 6000, 100, 3, 3, levelRequirement = 80, statInterpolation = {3, 1},  cost = { }, },
        [35] = {1, 81, 6000, 100, 3, 3, levelRequirement = 81, statInterpolation = {3, 1},  cost = { }, },
        [36] = {1, 82, 6000, 100, 3, 3, levelRequirement = 82, statInterpolation = {3, 1},  cost = { }, },
    },
}
Nemesis Daemon
monster penalty against minions damage +% final vs player minions [-25]
SpectreN
AreaDomain of Timeless Conflict, Domain of Timeless Conflict, Domain of Timeless Conflict, Domain of Timeless Conflict
Tagscaster, extra_extra_small_height, ghost_armour, is_daemon, is_unarmed, lightning_affinity, very_slow_movement
Life
100%
Ailment Threshold
100%
Resistance
0 0 0 0
Damage
100%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
Experience
100%
Model Size
100%
Type
Daemon
Metadata
NemesisDaemonLightningStorm
IsSummoned
Y
Level
80
Life
22,633
Armour
73,441
Evasion
7,124
Energy Shield
0
Damage
758
Spell Damage
758
Accuracy
462
Attack Time
1
Experience
12,712
Ailment Threshold
22,633
Chill
72
Shock
72
Brittle
405
Scorch
72
Sap
198
NemesisDaemonLightningStorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
Firestorm
Critical Strike Chance: 5%
Cast Time: 0.9 sec
Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.
Deals 543 to 1629 Lightning Damage
Base duration is 5.6 seconds
10% chance to Shock enemies
One impact every 0.35 seconds
Base radius is 1 metre
base sanctum damage [5]
firestorm base area of effect +% [-49]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Daemon/AbstractDaemon"

Object Type Codes

version 2
extends "Metadata/Monsters/Daemon/AbstractDaemon"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Daemon/NemesisDaemonLightningStorm"] = {
    name = "Nemesis Daemon",
    life = 1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0,
    attackTime = 1,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "NemesisDaemonLightningStorm",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["NemesisDaemonLightningStorm"] = {
    name = "Firestorm",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.Cascadable] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.9,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_skill_effect_duration",
        "fire_storm_fireball_delay_ms",
        "base_chance_to_shock_%",
        "firestorm_base_area_of_effect_+%",
        "base_sanctum_damage",
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
    },
    levels = {
        [1] = {0.5, 1.5, 5600, 350, 10, -49, 5, 10, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
    },
}
monster penalty against minions damage +% final vs player minions [-25]
IdMonsterDamageVersusPlayerMinions25
FamilyMonsterDamageVersusMinions
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • monster penalty against minions damage +% final vs player minions Min: -25 Max: -25 Global
  • Craft Tagsdamage
    Nemesis Daemon
    monster penalty against minions damage +% final vs player minions [-25]
    SpectreN
    Tagscaster, extra_extra_small_height, ghost_armour, is_daemon, is_unarmed, lightning_affinity, very_slow_movement
    Life
    100%
    Ailment Threshold
    100%
    Resistance
    0 0 0 0
    Damage
    100%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1 Second
    Damage Spread
    ±0%
    Experience
    100%
    Model Size
    100%
    Type
    Daemon
    Metadata
    NemesisDaemonLightningStormLowbie
    IsSummoned
    Y
    Level
    68
    Life
    6,433
    Armour
    28,790
    Evasion
    4,739
    Energy Shield
    0
    Damage
    374
    Spell Damage
    374
    Accuracy
    290
    Attack Time
    1
    Experience
    10,255
    Ailment Threshold
    6,433
    Chill
    20
    Shock
    20
    Brittle
    115
    Scorch
    20
    Sap
    56
    NemesisDaemonLightningStormLowbie
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
    Firestorm
    Critical Strike Chance: 5%
    Cast Time: 0.9 sec
    Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.
    Deals 246.9 to 740.7 Lightning Damage
    Base duration is 5.6 seconds
    10% chance to Shock enemies
    One impact every 0.35 seconds
    Base radius is 1 metre
    firestorm base area of effect +% [-49]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Daemon/AbstractDaemon"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Daemon/AbstractDaemon"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Daemon/NemesisDaemonLightningStormLowbie"] = {
        name = "Nemesis Daemon",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0,
        attackTime = 1,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "NemesisDaemonLightningStormLowbie",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["NemesisDaemonLightningStormLowbie"] = {
        name = "Firestorm",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.9,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
            "fire_storm_fireball_delay_ms",
            "base_chance_to_shock_%",
            "firestorm_base_area_of_effect_+%",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {0.5, 1.5, 5600, 350, 10, -49, 10, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster penalty against minions damage +% final vs player minions [-25]
    IdMonsterDamageVersusPlayerMinions25
    FamilyMonsterDamageVersusMinions
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions Min: -25 Max: -25 Global
  • Craft Tagsdamage
    Edit

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