MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Perpetus
Dämon
IconEnemyResistanceLightningStrong
monster casts ethereal knives text [1]
monster throws beartraps text [1]
Fallen können für +4 Sekunden nach dem Wurf nicht beschädigt werden
Minen können für +4 Sekunden nach dem Wurf nicht beschädigt werden
kill traps mines and totems on death [1]
Spectre
AreaDas Armenviertel
TagsZauberer, demon, extra_small_height, fast_movement, has_one_hand_sword, has_one_handed_melee, humanoid, light_armour, melee, not_int, not_str, physical_affinity, ranged, red_blood, slashing_weapon, undying
Leben
100%
Ausweichen
+25%
Ailment Threshold
100%
Widerstand
IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightningStrong85% IconEnemyResistanceChaos0%
Damage
100%
Genauigkeit
100%
Kritische Trefferchance
+5%
Multiplikator für kritische Treffer
+130%
Attack Distance
6 ~ 6
Attack Time
1.65 Second
Damage Spread
±20%
Erfahrung
100%
Model Size
138%
Type
UndyingBoss
Metadata
UndyingBossOutcast
Stufe
24
Leben
290
Rüstung
616
Ausweichwert
898
Damage
32
Zauberschaden
32
Genauigkeit
90
Attack Time
1.65
Erfahrung
1,113
Minion Life
99
Minion Damage
25
Ailment Threshold
290
Chill
1
Shock
1
Brittle
5
Scorch
1
Sap
3
Phys Convert Ele
20%
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Standardangriff
Base Damage: 2638
Kritische Trefferchance: 5%
Attack Time: 1.65 Sek.
Streckt Eure Feinde mit einem mächtigen Schlag nieder.
skill can fire arrows [1]
skill can fire wand projectiles [1]
iconbasicattack
UndyingWhirlingBlades
Attack, Melee, Movement, Travel
Wirbelnde Klingen
Base Damage: 2638
Kritische Trefferchance: 5%
Attack Time: 1.65 Sek.
Ihr bewegt Euch durch Gegner hindurch und verursacht Waffenschaden. Beim Tragen zweier Waffen wird mit beiden Waffen angegriffen und der Schaden von beiden in einem einzigen Treffer verursacht. Funktioniert nur mit Dolchen, Klauen oder Einhandschwertern.
Verursacht 40% weniger Schaden
cast time overrides attack duration [1]
ignores proximity shield [1]
monster flurry [1]
iconbladeflurry
MonsterEtherealKnives
Spell, Damage, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Multicastable, Triggerable, CanRapidFire, Physical
Ätherische Klingen
Kritische Trefferchance: 5%
Zauberzeit: 0.6 Sek.
Feuert vor dem Wirkenden in Form eines Bogens Klingen, die physischen Schaden verursachen.
20% weniger Zaubergeschwindigkeit
Feuert 9 zusätzliche Projektile
base is projectile [1]
monster penalty against minions damage +% final vs player minions [0]
spell maximum base physical damage [58.55]
spell minimum base physical damage [39.03]
shadowprojectiles
MonsterBearTrap
Spell, Duration, Mineable, Trapped, Damage, Physical, Cooldown
Bärenfalle
Kritische Trefferchance: 5%
Effektivität zusätzlichen Schadens: 150%
Zauberzeit: 1 Sek.
Abklingzeit: 8 Sek.
Wirft eine Falle, die einem einzigen Gegner Schaden zufügt und ihn für eine Dauer bewegungsunfähig macht, die von der Höhe des verursachten Schadens abhängt. Nach Ablauf dieser Dauer verbleibt eine Schwächung auf dem Gegner, die ihn verlangsamt und mit der Zeit abnimmt. Der betroffene Gegner erleidet erhöhten Schaden durch Fallen und Minen, bis die Schwächung abklingt. Modifikatoren für Zauberschaden wirken sich nicht auf den Schaden dieser Fertigkeit aus.
base skill is trapped [1]
base trap duration [30000]
ignores trap and mine cooldown limit [1]
secondary maximum base physical damage [61.25]
secondary minimum base physical damage [0]
beartrap

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "One_Hand_Sword"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Undying/UndyingBossOutcast"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 85,
    chaosResist = 0,
    name = "Perpetus",
    life = 1,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.65,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "UndyingWhirlingBlades",
        "Melee",
        "MonsterBearTrap",
        "MonsterEtherealKnives",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["UndyingWhirlingBlades"] = {
    name = "Whirling Blades",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
        [SkillType.Travel] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.43,
    baseFlags = {
        attack = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "monster_flurry",
        "cast_time_overrides_attack_duration",
        "ignores_proximity_shield",
    },
    levels = {
        [1] = {-40, 1, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    name = "Default Attack",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterBearTrap"] = {
    name = "Bear Trap",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Throws a trap that damages and immobilises a single enemy for a duration based on how much damage was dealt. After the immobilise expires, a debuff remains on the enemy for a duration, lowering their movement speed by an amount which lessens over time. The affected enemy will take increased damage from traps and mines until the debuff expires. Modifiers to spell damage do not affect this skill's damage.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Duration] = true,
        [SkillType.Mineable] = true,
        [SkillType.Trapped] = true,
        [SkillType.Damage] = true,
        [SkillType.Physical] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "debuff_skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "secondary_minimum_base_physical_damage",
        "secondary_maximum_base_physical_damage",
        "base_trap_duration",
        "base_skill_is_trapped",
        "ignores_trap_and_mine_cooldown_limit",
        "is_trap",
    },
    levels = {
        [1] = {0, 1, 30000, critChance = 5, levelRequirement = 15, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterEtherealKnives"] = {
    name = "Ethereal Knives",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires an arc of knives outwards in front of the caster which deal physical damage.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.Physical] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.6,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "number_of_additional_projectiles",
        "active_skill_cast_speed_+%_final",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 0, 9, -20, critChance = 5, levelRequirement = 17, statInterpolation = {3, 3, 1},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, -25, 0, 9, -20, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, -25, 25, 9, -20, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1, 1},  cost = { }, },
    },
}
monster casts ethereal knives text [1]
FamilyMonsterCastsEtherealKnives
DomainsMonster (3)
GenerationTypeeinzigartig (3)
Req. level1
Stats
  • monster casts ethereal knives text 1 1 Global — Nicht skalierbarer Wert
  • monster throws beartraps text [1]
    FamilyMonsterThrowsBeartraps
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • monster throws beartraps text 1 1 Global — Nicht skalierbarer Wert
  • Fallen können für +4 Sekunden nach dem Wurf nicht beschädigt werden
    Minen können für +4 Sekunden nach dem Wurf nicht beschädigt werden
    FamilyMonsterTrapsInvulnerable
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms 4000 4000 Global
  • traps invulnerable for duration ms 4000 4000 Global
  • kill traps mines and totems on death [1]
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • kill traps mines and totems on death 1 1 Global — Nicht skalierbarer Wert
  • Perpetus
    Dämon
    IconEnemyResistanceLightningStrong
    monster casts ethereal knives text [1]
    monster throws beartraps text [1]
    Fallen können für +4 Sekunden nach dem Wurf nicht beschädigt werden
    Minen können für +4 Sekunden nach dem Wurf nicht beschädigt werden
    kill traps mines and totems on death [1]
    Spectre
    TagsZauberer, demon, extra_small_height, fast_movement, has_one_hand_sword, has_one_handed_melee, humanoid, light_armour, melee, not_int, not_str, physical_affinity, ranged, red_blood, slashing_weapon, undying
    Leben
    100%
    Ausweichen
    +25%
    Ailment Threshold
    100%
    Widerstand
    IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightningStrong85% IconEnemyResistanceChaos0%
    Damage
    100%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    138%
    Type
    UndyingBoss
    Metadata
    UndyingBossOutcastStandalone
    Stufe
    68
    Leben
    6,433
    Rüstung
    28,790
    Ausweichwert
    5,924
    Damage
    374
    Zauberschaden
    374
    Genauigkeit
    580
    Attack Time
    1.65
    Erfahrung
    10,255
    Minion Life
    1,395
    Minion Damage
    298
    Ailment Threshold
    6,433
    Chill
    20
    Shock
    20
    Brittle
    115
    Scorch
    20
    Sap
    56
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Standardangriff
    Base Damage: 299448
    Kritische Trefferchance: 5%
    Attack Time: 1.65 Sek.
    Streckt Eure Feinde mit einem mächtigen Schlag nieder.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    UndyingWhirlingBlades
    Attack, Melee, Movement, Travel
    Wirbelnde Klingen
    Base Damage: 299448
    Kritische Trefferchance: 5%
    Attack Time: 1.65 Sek.
    Ihr bewegt Euch durch Gegner hindurch und verursacht Waffenschaden. Beim Tragen zweier Waffen wird mit beiden Waffen angegriffen und der Schaden von beiden in einem einzigen Treffer verursacht. Funktioniert nur mit Dolchen, Klauen oder Einhandschwertern.
    Verursacht 40% weniger Schaden
    cast time overrides attack duration [1]
    ignores proximity shield [1]
    monster flurry [1]
    iconbladeflurry
    MonsterEtherealKnives
    Spell, Damage, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Multicastable, Triggerable, CanRapidFire, Physical
    Ätherische Klingen
    Kritische Trefferchance: 5%
    Zauberzeit: 0.6 Sek.
    Feuert vor dem Wirkenden in Form eines Bogens Klingen, die physischen Schaden verursachen.
    20% weniger Zaubergeschwindigkeit
    Feuert 9 zusätzliche Projektile
    base is projectile [1]
    monster penalty against minions damage +% final vs player minions [-25]
    spell maximum base physical damage [695.6]
    spell minimum base physical damage [463.7]
    shadowprojectiles
    MonsterBearTrap
    Spell, Duration, Mineable, Trapped, Damage, Physical, Cooldown
    Bärenfalle
    Kritische Trefferchance: 5%
    Effektivität zusätzlichen Schadens: 150%
    Zauberzeit: 1 Sek.
    Abklingzeit: 8 Sek.
    Wirft eine Falle, die einem einzigen Gegner Schaden zufügt und ihn für eine Dauer bewegungsunfähig macht, die von der Höhe des verursachten Schadens abhängt. Nach Ablauf dieser Dauer verbleibt eine Schwächung auf dem Gegner, die ihn verlangsamt und mit der Zeit abnimmt. Der betroffene Gegner erleidet erhöhten Schaden durch Fallen und Minen, bis die Schwächung abklingt. Modifikatoren für Zauberschaden wirken sich nicht auf den Schaden dieser Fertigkeit aus.
    base skill is trapped [1]
    base trap duration [30000]
    ignores trap and mine cooldown limit [1]
    secondary maximum base physical damage [517.8]
    secondary minimum base physical damage [0]
    beartrap

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Undying/UndyingBossOutcastStandalone"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 85,
        chaosResist = 0,
        name = "Perpetus",
        life = 1,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "UndyingWhirlingBlades",
            "Melee",
            "MonsterBearTrap",
            "MonsterEtherealKnives",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["UndyingWhirlingBlades"] = {
        name = "Whirling Blades",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.43,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "monster_flurry",
            "cast_time_overrides_attack_duration",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {-40, 1, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterBearTrap"] = {
        name = "Bear Trap",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a trap that damages and immobilises a single enemy for a duration based on how much damage was dealt. After the immobilise expires, a debuff remains on the enemy for a duration, lowering their movement speed by an amount which lessens over time. The affected enemy will take increased damage from traps and mines until the debuff expires. Modifiers to spell damage do not affect this skill's damage.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Duration] = true,
            [SkillType.Mineable] = true,
            [SkillType.Trapped] = true,
            [SkillType.Damage] = true,
            [SkillType.Physical] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "debuff_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "secondary_minimum_base_physical_damage",
            "secondary_maximum_base_physical_damage",
            "base_trap_duration",
            "base_skill_is_trapped",
            "ignores_trap_and_mine_cooldown_limit",
            "is_trap",
        },
        levels = {
            [1] = {0, 1, 30000, critChance = 5, levelRequirement = 15, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterEtherealKnives"] = {
        name = "Ethereal Knives",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires an arc of knives outwards in front of the caster which deal physical damage.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.6,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "number_of_additional_projectiles",
            "active_skill_cast_speed_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, 9, -20, critChance = 5, levelRequirement = 17, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, -25, 0, 9, -20, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, -25, 25, 9, -20, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        },
    }
    
    monster casts ethereal knives text [1]
    FamilyMonsterCastsEtherealKnives
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • monster casts ethereal knives text 1 1 Global — Nicht skalierbarer Wert
  • monster throws beartraps text [1]
    FamilyMonsterThrowsBeartraps
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • monster throws beartraps text 1 1 Global — Nicht skalierbarer Wert
  • Fallen können für +4 Sekunden nach dem Wurf nicht beschädigt werden
    Minen können für +4 Sekunden nach dem Wurf nicht beschädigt werden
    FamilyMonsterTrapsInvulnerable
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms 4000 4000 Global
  • traps invulnerable for duration ms 4000 4000 Global
  • kill traps mines and totems on death [1]
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • kill traps mines and totems on death 1 1 Global — Nicht skalierbarer Wert
  • Perpetus
    Dämon
    IconEnemyResistanceLightningStrong
    monster casts ethereal knives text [1]
    monster throws beartraps text [1]
    Fallen können für +4 Sekunden nach dem Wurf nicht beschädigt werden
    Minen können für +4 Sekunden nach dem Wurf nicht beschädigt werden
    kill traps mines and totems on death [1]
    Spectre
    TagsZauberer, demon, extra_small_height, fast_movement, has_one_hand_sword, has_one_handed_melee, humanoid, light_armour, melee, not_int, not_str, physical_affinity, ranged, red_blood, slashing_weapon, undying
    Leben
    100%
    Ausweichen
    +25%
    Ailment Threshold
    100%
    Widerstand
    IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightningStrong85% IconEnemyResistanceChaos0%
    Damage
    100%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    138%
    Type
    UndyingBossEndlessLedge
    Metadata
    UndyingBossOutcastEndlessLedge
    Stufe
    68
    Leben
    6,433
    Rüstung
    28,790
    Ausweichwert
    5,924
    Damage
    374
    Zauberschaden
    374
    Genauigkeit
    580
    Attack Time
    1.65
    Erfahrung
    10,255
    Minion Life
    1,395
    Minion Damage
    298
    Ailment Threshold
    6,433
    Chill
    20
    Shock
    20
    Brittle
    115
    Scorch
    20
    Sap
    56
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Standardangriff
    Base Damage: 299448
    Kritische Trefferchance: 5%
    Attack Time: 1.65 Sek.
    Streckt Eure Feinde mit einem mächtigen Schlag nieder.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    UndyingWhirlingBlades
    Attack, Melee, Movement, Travel
    Wirbelnde Klingen
    Base Damage: 299448
    Kritische Trefferchance: 5%
    Attack Time: 1.65 Sek.
    Ihr bewegt Euch durch Gegner hindurch und verursacht Waffenschaden. Beim Tragen zweier Waffen wird mit beiden Waffen angegriffen und der Schaden von beiden in einem einzigen Treffer verursacht. Funktioniert nur mit Dolchen, Klauen oder Einhandschwertern.
    Verursacht 40% weniger Schaden
    cast time overrides attack duration [1]
    ignores proximity shield [1]
    monster flurry [1]
    iconbladeflurry
    MonsterEtherealKnives
    Spell, Damage, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Multicastable, Triggerable, CanRapidFire, Physical
    Ätherische Klingen
    Kritische Trefferchance: 5%
    Zauberzeit: 0.6 Sek.
    Feuert vor dem Wirkenden in Form eines Bogens Klingen, die physischen Schaden verursachen.
    20% weniger Zaubergeschwindigkeit
    Feuert 9 zusätzliche Projektile
    base is projectile [1]
    monster penalty against minions damage +% final vs player minions [-25]
    spell maximum base physical damage [695.6]
    spell minimum base physical damage [463.7]
    shadowprojectiles
    MonsterBearTrap
    Spell, Duration, Mineable, Trapped, Damage, Physical, Cooldown
    Bärenfalle
    Kritische Trefferchance: 5%
    Effektivität zusätzlichen Schadens: 150%
    Zauberzeit: 1 Sek.
    Abklingzeit: 8 Sek.
    Wirft eine Falle, die einem einzigen Gegner Schaden zufügt und ihn für eine Dauer bewegungsunfähig macht, die von der Höhe des verursachten Schadens abhängt. Nach Ablauf dieser Dauer verbleibt eine Schwächung auf dem Gegner, die ihn verlangsamt und mit der Zeit abnimmt. Der betroffene Gegner erleidet erhöhten Schaden durch Fallen und Minen, bis die Schwächung abklingt. Modifikatoren für Zauberschaden wirken sich nicht auf den Schaden dieser Fertigkeit aus.
    base skill is trapped [1]
    base trap duration [30000]
    ignores trap and mine cooldown limit [1]
    secondary maximum base physical damage [517.8]
    secondary minimum base physical damage [0]
    beartrap

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Undying/UndyingBossOutcastEndlessLedge"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 85,
        chaosResist = 0,
        name = "Perpetus",
        life = 1,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "UndyingWhirlingBlades",
            "Melee",
            "MonsterBearTrap",
            "MonsterEtherealKnives",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["UndyingWhirlingBlades"] = {
        name = "Whirling Blades",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.43,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "monster_flurry",
            "cast_time_overrides_attack_duration",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {-40, 1, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterBearTrap"] = {
        name = "Bear Trap",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a trap that damages and immobilises a single enemy for a duration based on how much damage was dealt. After the immobilise expires, a debuff remains on the enemy for a duration, lowering their movement speed by an amount which lessens over time. The affected enemy will take increased damage from traps and mines until the debuff expires. Modifiers to spell damage do not affect this skill's damage.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Duration] = true,
            [SkillType.Mineable] = true,
            [SkillType.Trapped] = true,
            [SkillType.Damage] = true,
            [SkillType.Physical] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "debuff_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "secondary_minimum_base_physical_damage",
            "secondary_maximum_base_physical_damage",
            "base_trap_duration",
            "base_skill_is_trapped",
            "ignores_trap_and_mine_cooldown_limit",
            "is_trap",
        },
        levels = {
            [1] = {0, 1, 30000, critChance = 5, levelRequirement = 15, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterEtherealKnives"] = {
        name = "Ethereal Knives",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires an arc of knives outwards in front of the caster which deal physical damage.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.6,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "number_of_additional_projectiles",
            "active_skill_cast_speed_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, 9, -20, critChance = 5, levelRequirement = 17, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, -25, 0, 9, -20, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, -25, 25, 9, -20, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        },
    }
    
    monster casts ethereal knives text [1]
    FamilyMonsterCastsEtherealKnives
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • monster casts ethereal knives text 1 1 Global — Nicht skalierbarer Wert
  • monster throws beartraps text [1]
    FamilyMonsterThrowsBeartraps
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • monster throws beartraps text 1 1 Global — Nicht skalierbarer Wert
  • Fallen können für +4 Sekunden nach dem Wurf nicht beschädigt werden
    Minen können für +4 Sekunden nach dem Wurf nicht beschädigt werden
    FamilyMonsterTrapsInvulnerable
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms 4000 4000 Global
  • traps invulnerable for duration ms 4000 4000 Global
  • kill traps mines and totems on death [1]
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • kill traps mines and totems on death 1 1 Global — Nicht skalierbarer Wert
  • Perpetus
    Dämon
    monster casts ethereal knives text [1]
    monster throws beartraps text [1]
    monster dropped item quantity +% [1500]
    monster dropped item rarity +% [2000]
    monster slain experience +% [1000]
    Fallen können für +4 Sekunden nach dem Wurf nicht beschädigt werden
    Minen können für +4 Sekunden nach dem Wurf nicht beschädigt werden
    kill traps mines and totems on death [1]
    Spectre
    TagsZauberer, demon, extra_small_height, fast_movement, has_one_hand_sword, has_one_handed_melee, humanoid, light_armour, melee, not_int, not_str, physical_affinity, ranged, red_blood, slashing_weapon, undying
    Leben
    80%
    Ausweichen
    +25%
    Ailment Threshold
    80%
    Widerstand
    IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    100%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Erfahrung
    200%
    Model Size
    138%
    Type
    UndyingBossDescent
    Metadata
    UndyingBossOutcastDescent
    Stufe
    68
    Leben
    5,147
    Rüstung
    28,790
    Ausweichwert
    5,924
    Damage
    374
    Zauberschaden
    374
    Genauigkeit
    580
    Attack Time
    1.65
    Erfahrung
    20,510
    Minion Life
    1,116
    Minion Damage
    298
    Ailment Threshold
    5,147
    Chill
    16
    Shock
    16
    Brittle
    92
    Scorch
    16
    Sap
    45
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Standardangriff
    Base Damage: 299448
    Kritische Trefferchance: 5%
    Attack Time: 1.65 Sek.
    Streckt Eure Feinde mit einem mächtigen Schlag nieder.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    UndyingWhirlingBlades
    Attack, Melee, Movement, Travel
    Wirbelnde Klingen
    Base Damage: 299448
    Kritische Trefferchance: 5%
    Attack Time: 1.65 Sek.
    Ihr bewegt Euch durch Gegner hindurch und verursacht Waffenschaden. Beim Tragen zweier Waffen wird mit beiden Waffen angegriffen und der Schaden von beiden in einem einzigen Treffer verursacht. Funktioniert nur mit Dolchen, Klauen oder Einhandschwertern.
    Verursacht 40% weniger Schaden
    cast time overrides attack duration [1]
    ignores proximity shield [1]
    monster flurry [1]
    iconbladeflurry
    MonsterEtherealKnivesBossDescent
    Spell, Damage, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Multicastable, Triggerable, CanRapidFire, Physical
    Ätherische Klingen
    Kritische Trefferchance: 5%
    Zauberzeit: 0.6 Sek.
    Feuert vor dem Wirkenden in Form eines Bogens Klingen, die physischen Schaden verursachen.
    20% weniger Zaubergeschwindigkeit
    Feuert 9 zusätzliche Projektile
    base is projectile [1]
    spell maximum base physical damage [791.3]
    spell minimum base physical damage [527.6]
    shadowprojectiles
    MonsterBearTrapBossDescent
    Spell, Duration, Mineable, Trapped, Damage, Physical, Cooldown
    Bärenfalle
    Kritische Trefferchance: 5%
    Effektivität zusätzlichen Schadens: 120%
    Zauberzeit: 1 Sek.
    Abklingzeit: 5 Sek.
    Wirft eine Falle, die einem einzigen Gegner Schaden zufügt und ihn für eine Dauer bewegungsunfähig macht, die von der Höhe des verursachten Schadens abhängt. Nach Ablauf dieser Dauer verbleibt eine Schwächung auf dem Gegner, die ihn verlangsamt und mit der Zeit abnimmt. Der betroffene Gegner erleidet erhöhten Schaden durch Fallen und Minen, bis die Schwächung abklingt. Modifikatoren für Zauberschaden wirken sich nicht auf den Schaden dieser Fertigkeit aus.
    base skill is trapped [1]
    base trap duration [30000]
    ignores trap and mine cooldown limit [1]
    secondary maximum base physical damage [362.4]
    secondary minimum base physical damage [0]
    beartrap

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Undying/UndyingBossOutcastDescent"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Perpetus",
        life = 0.8,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "UndyingWhirlingBlades",
            "Melee",
            "MonsterBearTrapBossDescent",
            "MonsterEtherealKnivesBossDescent",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["UndyingWhirlingBlades"] = {
        name = "Whirling Blades",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.43,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "monster_flurry",
            "cast_time_overrides_attack_duration",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {-40, 1, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterBearTrapBossDescent"] = {
        name = "Bear Trap",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a trap that damages and immobilises a single enemy for a duration based on how much damage was dealt. After the immobilise expires, a debuff remains on the enemy for a duration, lowering their movement speed by an amount which lessens over time. The affected enemy will take increased damage from traps and mines until the debuff expires. Modifiers to spell damage do not affect this skill's damage.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Duration] = true,
            [SkillType.Mineable] = true,
            [SkillType.Trapped] = true,
            [SkillType.Damage] = true,
            [SkillType.Physical] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "debuff_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "secondary_minimum_base_physical_damage",
            "secondary_maximum_base_physical_damage",
            "base_trap_duration",
            "base_skill_is_trapped",
            "ignores_trap_and_mine_cooldown_limit",
            "is_trap",
        },
        levels = {
            [1] = {0, 0.69999998807907, 30000, critChance = 5, levelRequirement = 19, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterEtherealKnivesBossDescent"] = {
        name = "Ethereal Knives",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires an arc of knives outwards in front of the caster which deal physical damage.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.6,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "number_of_additional_projectiles",
            "active_skill_cast_speed_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 9, -20, critChance = 5, levelRequirement = 19, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster casts ethereal knives text [1]
    FamilyMonsterCastsEtherealKnives
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • monster casts ethereal knives text 1 1 Global — Nicht skalierbarer Wert
  • monster throws beartraps text [1]
    FamilyMonsterThrowsBeartraps
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • monster throws beartraps text 1 1 Global — Nicht skalierbarer Wert
  • monster dropped item quantity +% [1500]
    monster dropped item rarity +% [2000]
    monster slain experience +% [1000]
    FamilyMonsterDescentBoss
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • monster slain experience +% 1000 1000 Global
  • monster dropped item rarity +% 2000 2000 Global
  • monster dropped item quantity +% 1500 1500 Global
  • Fallen können für +4 Sekunden nach dem Wurf nicht beschädigt werden
    Minen können für +4 Sekunden nach dem Wurf nicht beschädigt werden
    FamilyMonsterTrapsInvulnerable
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms 4000 4000 Global
  • traps invulnerable for duration ms 4000 4000 Global
  • kill traps mines and totems on death [1]
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • kill traps mines and totems on death 1 1 Global — Nicht skalierbarer Wert
  • Edit

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