Demônio Nêmesis
Nemesis Daemon
SpectreN
AreaDomínio do Conflito Atemporal, Domínio do Conflito Atemporal, Domínio do Conflito Atemporal, Domínio do Conflito Atemporal
Tagsextra_extra_small_height, ghost_armour, is_daemon, is_unarmed, non_attacking, very_slow_movement
Vida
100%
Ailment Threshold
100%
Resistência
0 0 0 0
Damage
100%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
Experiência
100%
Model Size
100%
Type
Daemon
Metadata
NemesisDaemonSmokeDaemon
IsSummoned
Y
Nível
80
Vida
22,633
Armadura
73,441
Evasão
7,124
Escudo de Energia
0
Damage
758
Dano Mágico
758
Precisão
462
Attack Time
1
Experiência
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
Mina de Fumaça
Tempo de Conjuração: 0.5 seg
Recarga: 3 seg
Arremessa uma mina que o teleportará para ela quando detonada. Ela cobre tanto sua fuga quanto sua chegada com uma nuvem de fumaça que cega os inimigos e dá um bônus temporário de velocidade de movimento. Compartilha recarga com outras habilidades de Teleporte.
Duração base é de 3 segundos
Buff concede Velocidade de Movimento aumentada em 20%
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 = { }, },
    },
}
Demônio Nêmesis
Nemesis Daemon
SpectreN
Tagsextra_extra_small_height, ghost_armour, is_daemon, is_unarmed, non_attacking, summoner, very_slow_movement
Vida
100%
Ailment Threshold
100%
Resistência
0 0 0 0
Damage
100%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
Experiência
100%
Model Size
100%
Type
Daemon
Metadata
NemesisDaemonSummonSkeletons
IsSummoned
Y
Nível
68
Vida
6,433
Armadura
28,790
Evasão
4,739
Escudo de Energia
0
Damage
374
Dano Mágico
374
Precisão
290
Attack Time
1
Experiência
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
Convocar Esqueletos
Tempo de Conjuração: 1 seg
Convoca um lacaio Esqueleto Guerreiro no local alvo. Eles usam um ataque corpo a corpo e morrem depois e um tempo. Se tornados agressivos, os Guerreiso Esqueletos também avançarão na direção dos inimigos próximos.
+8 ao Máximo de Esqueletos Convocados
Duração base é de 30 segundos
Lacaios causam 50% menos Dano Elemental
Convoca 2 Guerreiros Esqueleto
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 = { }, },
    },
}
Demônio Nêmesis
Nemesis Daemon
SpectreN
Tagsextra_extra_small_height, ghost_armour, is_daemon, is_unarmed, non_attacking, very_slow_movement
Vida
100%
Ailment Threshold
100%
Resistência
0 0 0 0
Damage
100%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
Experiência
100%
Model Size
100%
Type
Daemon
Metadata
NemesisDaemonProximityShield
IsSummoned
Y
Nível
68
Vida
6,433
Armadura
28,790
Evasão
4,739
Escudo de Energia
0
Damage
374
Dano Mágico
374
Precisão
290
Attack Time
1
Experiência
10,255
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
NemesisDaemonProximityShield
Spell, Area, Duration, Triggerable, AreaSpell
Tempo de Conjuração: 1 seg
Você não pode sofrer dano direto de inimigos fora do escudo.
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 = { }, },
    },
}
Demônio Nêmesis
Nemesis Daemon
SpectreN
Tagscursing_monster, extra_extra_small_height, ghost_armour, is_daemon, is_unarmed, non_attacking, very_slow_movement
Vida
100%
Ailment Threshold
100%
Resistência
0 0 0 0
Damage
100%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
Experiência
100%
Model Size
100%
Type
Daemon
Metadata
NemesisDaemonCurses
IsSummoned
Y
Nível
68
Vida
6,433
Armadura
28,790
Evasão
4,739
Escudo de Energia
0
Damage
374
Dano Mágico
374
Precisão
290
Attack Time
1
Experiência
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
Grilhões Temporais
Tempo de Conjuração: 0.67 seg
Amaldiçoa todos os alvos em uma área, reduzindo sua velocidade de ação e fazendo com que efeitos expirem mais lentamente.
Duração base é de 4 segundos
Inimigos Normais e Mágicos Amaldiçoados tem 20% menos Velocidade de Ação
Outros efeitos em inimigos Amaldiçoados expiram 25% mais devagar
Inimigos Raros e Únicos Amaldiçoados tem 10% menos Velocidade de Ação
active skill area of effect radius +% final [9]
MonsterEnfeeble
Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
Debilitar
Tempo de Conjuração: 0.5 seg
Amaldiçoa todos os alvos na área, reduzindo a precisão e fazendo com que causem menos dano.
Duração base é de 5 segundos
Inimigos Amaldiçoados possuem uma redução de 40% de Precisão
Inimigos Normais e Mágicos Amaldiçoados causam 40% menos Dano
Inimigos Raros e Únicos Amaldiçoados tem 15% menos Dano
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
Vulnerabilidade
Tempo de Conjuração: 0.5 seg
Amaldiçoa todos os alvos na área, fazendo com que sofram dano físico aumentado. Ataques contra inimigos amaldiçoados têm uma chance de infligir sangramento.
Duração base é de 10 segundos
Inimigos Amaldiçoados sofrem 50% de aumento de Dano Físico
Acertos de Ataques contra Inimigos Amaldiçoados têm 20% de chance de infligir Sangramento
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
Flamabilidade
Tempo de Conjuração: 0.5 seg
Recarga: 10 seg
Amaldiçoa todos os alvos em uma área, reduzindo sua resistência a fogo e dando a eles uma chance de serem incendiados quando acertados.
Duração base é de 6 segundos
Inimigos Amaldiçoados possuem -30% de Resistência a Fogo
Acertos contra Inimigos Amaldiçoados têm +25% de chance de Incendiar
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
Congelabilidade
Tempo de Conjuração: 0.5 seg
Recarga: 10 seg
Amaldiçoa todos os alvos em uma área, reduzindo sua resistência a gelo e dando a eles uma chance de serem congelados quando acertados.
Duração base é de 6 segundos
Inimigos Amaldiçoados possuem -30% de Resistência a Gelo
Acertos contra Inimigos Amaldiçoados têm +25% de chance de Congelar
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
Condutividade
Tempo de Conjuração: 0.5 seg
Recarga: 10 seg
Amaldiçoa todos os alvos em uma área, reduzindo sua resistência a raio e dando a eles uma chance de serem eletrizados quando acertados.
Duração base é de 6 segundos
Inimigos Amaldiçoados possuem -30% de Resistência a Raio
Acertos contra Inimigos Amaldiçoados têm +25% de chance de Eletrizar
active skill area of effect radius +% final [9]
MonsterElementalWeakness
Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
Fraqueza Elemental
Tempo de Conjuração: 0.5 seg
Recarga: 10 seg
Amaldiçoa todos os alvos em uma área, reduzindo suas resistências elementais.
Duração base é de 6 segundos
Inimigos Amaldiçoados possuem -30% de Resistências Elementais
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 = { }, },
    },
}
Demônio Nêmesis
Nemesis Daemon
SpectreN
Tagscursing_monster, extra_extra_small_height, ghost_armour, is_daemon, is_unarmed, non_attacking, very_slow_movement
Vida
100%
Ailment Threshold
100%
Resistência
0 0 0 0
Damage
100%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
Experiência
100%
Model Size
100%
Type
Daemon
Metadata
StrIntRelicDaemonCurses
IsSummoned
Y
Nível
68
Vida
6,433
Armadura
28,790
Evasão
4,739
Escudo de Energia
0
Damage
374
Dano Mágico
374
Precisão
290
Attack Time
1
Experiência
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
Grilhões Temporais
Tempo de Conjuração: 0.67 seg
Amaldiçoa todos os alvos em uma área, reduzindo sua velocidade de ação e fazendo com que efeitos expirem mais lentamente.
Duração base é de 4 segundos
Inimigos Normais e Mágicos Amaldiçoados tem 20% menos Velocidade de Ação
Outros efeitos em inimigos Amaldiçoados expiram 25% mais devagar
Inimigos Raros e Únicos Amaldiçoados tem 10% menos Velocidade de Ação
active skill area of effect radius +% final [9]
MonsterEnfeeble
Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
Debilitar
Tempo de Conjuração: 0.5 seg
Amaldiçoa todos os alvos na área, reduzindo a precisão e fazendo com que causem menos dano.
Duração base é de 5 segundos
Inimigos Amaldiçoados possuem uma redução de 40% de Precisão
Inimigos Normais e Mágicos Amaldiçoados causam 40% menos Dano
Inimigos Raros e Únicos Amaldiçoados tem 15% menos Dano
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
Vulnerabilidade
Tempo de Conjuração: 0.5 seg
Amaldiçoa todos os alvos na área, fazendo com que sofram dano físico aumentado. Ataques contra inimigos amaldiçoados têm uma chance de infligir sangramento.
Duração base é de 10 segundos
Inimigos Amaldiçoados sofrem 50% de aumento de Dano Físico
Acertos de Ataques contra Inimigos Amaldiçoados têm 20% de chance de infligir Sangramento
active skill area of effect radius +% final [24]
MonsterAssassinsMark
Spell, Trappable, Totemable, Mineable, Multicastable, Triggerable, AppliesCurse, CanRapidFire, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Mark
Marca do Assassino
Tempo de Conjuração: 0.5 seg
Amaldiçoa um único inimigo, tornando-o mais vulnerável a Golpes Críticos. Matar o alvo amaldiçoado concederá vida e mana e uma carga de poder. Só pode ter uma Marca por vez.
Duração base é de 8.8 segundos
Inimigos Amaldiçoados possuem uma chance de 100% de concederem uma Carga de Poder quando mortos
Acertos contra Inimigos Amaldiçoados ganham +1.5% de Chance de Acerto Crítico
Hits against Cursed Enemies have +44% to Critical Strike Multiplier
Inimigos Amaldiçoados concedem 22 de Vida quando Mortos
Inimigos Amaldiçoados concedem 22 de Mana quando Mortos
active skill area of effect radius +% final [24]
MonsterProjectileWeakness
Spell, Trappable, Totemable, Mineable, Multicastable, Triggerable, AppliesCurse, CanRapidFire, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Mark
Marca do Atirador
Tempo de Conjuração: 0.5 seg
Recarga: 12 seg
Amaldiçoa um único inimigo, aumentando o dano que eles sofrem de projéteis e fazendo com que projéteis se partam ao acertá-los, para acertar outros alvos ao seu redor. Você só pode ter uma Marca por vez.
Duração base é de 6 segundos
Inimigos Amaldiçoados sofrem Dano aumentado em 34% de Acertos de Projéteis
Projéteis que Acertarem Inimigos Amaldiçoados se Dividem na direção de 3 alvos adicionais
active skill area of effect radius +% final [42]
MonsterElementalWeakness
Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
Fraqueza Elemental
Tempo de Conjuração: 0.5 seg
Recarga: 10 seg
Amaldiçoa todos os alvos em uma área, reduzindo suas resistências elementais.
Duração base é de 6 segundos
Inimigos Amaldiçoados possuem -30% de Resistências Elementais
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 = { }, },
    },
}
Demônio Nêmesis
Nemesis Daemon
SpectreN
Tagsextra_extra_small_height, ghost_armour, is_daemon, is_unarmed, very_slow_movement
Vida
100%
Ailment Threshold
100%
Resistência
0 0 0 0
Damage
100%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
Experiência
100%
Model Size
100%
Type
Daemon
Metadata
NemesisDaemonTotems
IsSummoned
Y
Nível
68
Vida
6,433
Armadura
28,790
Evasão
4,739
Escudo de Energia
0
Damage
374
Dano Mágico
374
Precisão
290
Attack Time
1
Experiência
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
Vínculo Cauterizador
Tempo de Conjuração: 1 seg
Recarga: 4 seg
Convoca um totem que conjura um feixe de luz em você e em cada totem que você controla, causando dano incendiário a inimigos pegos no feixe. Inimigos próximos a qualquer extremidade do feixe também sofrerão dano incendiário.
Totem dura 20 segundos
Causa 1082.1 de Dano de Fogo Base por segundo
+3 ao número máximo de Totens convocados
Convoca um Totem que usa esta Habilidade
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 = { }, },
    },
}
Demônio Nêmesis
Nemesis Daemon
SpectreN
Tagsextra_extra_small_height, ghost_armour, is_daemon, is_unarmed, very_slow_movement
Vida
100%
Ailment Threshold
100%
Resistência
0 0 0 0
Damage
100%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
Experiência
100%
Model Size
100%
Type
Daemon
Metadata
StrDexMasterSearingBondTotemDaemon
IsSummoned
Y
Nível
68
Vida
6,433
Armadura
28,790
Evasão
4,739
Escudo de Energia
0
Damage
374
Dano Mágico
374
Precisão
290
Attack Time
1
Experiência
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
Vínculo Cauterizador
Tempo de Conjuração: 1 seg
Recarga: 6 seg
Convoca um totem que conjura um feixe de luz em você e em cada totem que você controla, causando dano incendiário a inimigos pegos no feixe. Inimigos próximos a qualquer extremidade do feixe também sofrerão dano incendiário.
Totem dura 6 segundos
Causa 1082.1 de Dano de Fogo Base por segundo
+3 ao número máximo de Totens convocados
Convoca um Totem que usa esta Habilidade
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 = { }, },
    },
}
Demônio Nêmesis
monster penalty against minions damage +% final vs player minions [-25]
Nemesis Daemon
SpectreN
AreaDomínio do Conflito Atemporal, Domínio do Conflito Atemporal, Domínio do Conflito Atemporal, Domínio do Conflito Atemporal
TagsConjurador, extra_extra_small_height, ghost_armour, is_daemon, is_unarmed, lightning_affinity, very_slow_movement
Vida
100%
Ailment Threshold
100%
Resistência
0 0 0 0
Damage
100%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
Experiência
100%
Model Size
100%
Type
Daemon
Metadata
NemesisDaemonLightningStorm
IsSummoned
Y
Nível
80
Vida
22,633
Armadura
73,441
Evasão
7,124
Escudo de Energia
0
Damage
758
Dano Mágico
758
Precisão
462
Attack Time
1
Experiência
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
Tormenta Flamejante
Chance de Crítico: 5%
Tempo de Conjuração: 0.9 seg
Disparos flamejantes chovem sobre a área do alvo. Elas explodem ao cair, causando dano aos inimigos próximos.
Causa 543 a 1629 de Dano de Raio
Duração base é de 5.6 segundos
10% de chance de Eletrizar inimigos
Um impacto a cada 0.35 segundos
Raio Base igual a 1 metro
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
Domainsmonstro (3)
GenerationTypeunico (3)
Req. level1
Stats
  • monster penalty against minions damage +% final vs player minions Min: -25 Max: -25 Global
  • Craft Tagsdamage
    Demônio Nêmesis
    monster penalty against minions damage +% final vs player minions [-25]
    Nemesis Daemon
    SpectreN
    TagsConjurador, extra_extra_small_height, ghost_armour, is_daemon, is_unarmed, lightning_affinity, very_slow_movement
    Vida
    100%
    Ailment Threshold
    100%
    Resistência
    0 0 0 0
    Damage
    100%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1 Second
    Damage Spread
    ±0%
    Experiência
    100%
    Model Size
    100%
    Type
    Daemon
    Metadata
    NemesisDaemonLightningStormLowbie
    IsSummoned
    Y
    Nível
    68
    Vida
    6,433
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    374
    Dano Mágico
    374
    Precisão
    290
    Attack Time
    1
    Experiência
    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
    Tormenta Flamejante
    Chance de Crítico: 5%
    Tempo de Conjuração: 0.9 seg
    Disparos flamejantes chovem sobre a área do alvo. Elas explodem ao cair, causando dano aos inimigos próximos.
    Causa 246.9 a 740.7 de Dano de Raio
    Duração base é de 5.6 segundos
    10% de chance de Eletrizar inimigos
    Um impacto a cada 0.35 segundos
    Raio Base igual a 1 metro
    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
    Domainsmonstro (3)
    GenerationTypeunico (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.