MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine

Tote Adlige OriathanCitizenZombie

Tote Adlige
Gruppengröße: 3-8 Monster
Langsame untote Zombies
Entfesselt Mörser bei Tod
Noble Dead

Tote Adlige chaos-zombies11

Tote Adlige
Gruppengröße: 4-9 Monster
Langsame untote Zombies
Noble Dead

Tote Adlige chaos-zombies12

Tote Adlige
Gruppengröße: 4-9 Monster
Langsame untote Zombies
Noble Dead
Toter Adliger
Untot
IconEnemyResistanceCold
undead description [1]
Noble Dead
Spectre
AreaDie Zwielichtküste, Das ewige Laboratorium
TagsZauberer, flesh_armour, humanoid, is_unarmed, medium_height, melee, physical_affinity, red_blood, undead, very_slow_movement, zombie
Packs
  • Die Zwielichtküste: Toter Adliger, Toter Adliger, Tote Adlige, Tote Adlige, Tote Adlige, Tote Adlige
  • Das ewige Laboratorium: Tote Adlige, Tote Adlige, Toter Adliger, Toter Adliger
  • Leben
    130%
    Ailment Threshold
    130%
    Widerstand
    IconEnemyResistanceFire0% IconEnemyResistanceCold40% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    110%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    OriathanCitizen
    Metadata
    OriathanCitizenZombieMale1
    Stufe
    68
    Leben
    8,363
    Rüstung
    28,790
    Ausweichwert
    4,739
    Damage
    411
    Zauberschaden
    411
    Genauigkeit
    580
    Attack Time
    1.995
    Erfahrung
    10,255
    Minion Life
    1,814
    Minion Damage
    328
    Ailment Threshold
    8,363
    Chill
    26
    Shock
    26
    Brittle
    150
    Scorch
    26
    Sap
    73
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Standardangriff
    Base Damage: 329493
    Kritische Trefferchance: 5%
    Attack Time: 1.995 Sek.
    Streckt Eure Feinde mit einem mächtigen Schlag nieder.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    OriathCivilianSoulExplosion
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Zauberzeit: 1 Sek.
    Generische Monster-Mörser-Fertigkeit. Wie Monsterprojektil, nur mit Aufprall-Effekt.
    70% Chance, diesen Zauber bei Tod auszulösen
    active skill area of effect radius +% final [-35]
    base is projectile [1]
    projectile spread radius [15]
    spell maximum base physical damage [301.6]
    spell minimum base physical damage [201]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Revive"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/OriathanCitizen/OriathanCitizenZombieMale1"] = {
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        name = "Noble Dead",
        life = 1.3,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
            "OriathCivilianSoulExplosion",
        },
        modList = {
        },
    }
    -- 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["OriathCivilianSoulExplosion"] = {
        name = "OriathCivilianSoulExplosion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "cast_on_death_%",
            "projectile_spread_radius",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 100, 15, -35, levelRequirement = 45, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    undead description [1]
    FamilyMonsterNecromancerRaisable
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • undead description 1 1 Global
  • Adds Tagsnecromancer_raisable
    Toter Adliger
    Untot
    IconEnemyResistanceCold
    undead description [1]
    Noble Dead
    Spectre
    TagsZauberer, flesh_armour, humanoid, is_unarmed, melee, physical_affinity, red_blood, undead, very_slow_movement, zombie
    Packs
  • Tote Adlige, Tote Adlige, Tote Adlige, Toter Adliger, Toter Adliger
  • Tote Adlige, Tote Adlige, Toter Adliger, Toter Adliger
  • Leben
    130%
    Ailment Threshold
    130%
    Widerstand
    IconEnemyResistanceFire0% IconEnemyResistanceCold40% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    110%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    OriathanCitizen
    Metadata
    OriathanCitizenZombieMale1Hellscape_
    Stufe
    68
    Leben
    8,363
    Rüstung
    28,790
    Ausweichwert
    4,739
    Damage
    411
    Zauberschaden
    411
    Genauigkeit
    580
    Attack Time
    1.995
    Erfahrung
    10,255
    Minion Life
    1,814
    Minion Damage
    328
    Ailment Threshold
    8,363
    Chill
    26
    Shock
    26
    Brittle
    150
    Scorch
    26
    Sap
    73
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Standardangriff
    Base Damage: 329493
    Kritische Trefferchance: 5%
    Attack Time: 1.995 Sek.
    Streckt Eure Feinde mit einem mächtigen Schlag nieder.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    OriathCivilianSoulExplosion
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Zauberzeit: 1 Sek.
    Generische Monster-Mörser-Fertigkeit. Wie Monsterprojektil, nur mit Aufprall-Effekt.
    70% Chance, diesen Zauber bei Tod auszulösen
    active skill area of effect radius +% final [-35]
    base is projectile [1]
    projectile spread radius [15]
    spell maximum base physical damage [301.6]
    spell minimum base physical damage [201]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Revive"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/OriathanCitizen/OriathanCitizenZombieMale1Hellscape_"] = {
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        name = "Noble Dead",
        life = 1.3,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
            "OriathCivilianSoulExplosion",
        },
        modList = {
        },
    }
    -- 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["OriathCivilianSoulExplosion"] = {
        name = "OriathCivilianSoulExplosion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "cast_on_death_%",
            "projectile_spread_radius",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 100, 15, -35, levelRequirement = 45, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    undead description [1]
    FamilyMonsterNecromancerRaisable
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • undead description 1 1 Global
  • Adds Tagsnecromancer_raisable
    Toter Adliger
    Untot
    IconEnemyResistanceCold
    undead description [1]
    emerge speed +% [-30,30]
    Noble Dead
    Spectre
    TagsZauberer, flesh_armour, humanoid, is_unarmed, medium_height, medium_movement, melee, physical_affinity, red_blood, undead, zombie
    Leben
    130%
    Ailment Threshold
    130%
    Widerstand
    IconEnemyResistanceFire0% IconEnemyResistanceCold40% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    110%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.305 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    OriathanCitizenFast
    Metadata
    OriathanCitizenZombieMale1Tolman
    Stufe
    68
    Leben
    8,363
    Rüstung
    28,790
    Ausweichwert
    4,739
    Damage
    411
    Zauberschaden
    411
    Genauigkeit
    580
    Attack Time
    1.305
    Erfahrung
    10,255
    Minion Life
    1,814
    Minion Damage
    328
    Ailment Threshold
    8,363
    Chill
    26
    Shock
    26
    Brittle
    150
    Scorch
    26
    Sap
    73
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Standardangriff
    Base Damage: 329493
    Kritische Trefferchance: 5%
    Attack Time: 1.305 Sek.
    Streckt Eure Feinde mit einem mächtigen Schlag nieder.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    OriathCivilianSoulExplosion
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Zauberzeit: 1 Sek.
    Generische Monster-Mörser-Fertigkeit. Wie Monsterprojektil, nur mit Aufprall-Effekt.
    70% Chance, diesen Zauber bei Tod auszulösen
    active skill area of effect radius +% final [-35]
    base is projectile [1]
    projectile spread radius [15]
    spell maximum base physical damage [301.6]
    spell minimum base physical damage [201]

    Object Type

    version 2
    extends "Metadata/Monsters/Zombies/Zombie"
    
    BaseEvents { }
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    
    Transitionable
    {
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/OriathanCitizen/OriathanCitizenZombieMale1Tolman"] = {
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        name = "Noble Dead",
        life = 1.3,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.305,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
            "OriathCivilianSoulExplosion",
        },
        modList = {
        },
    }
    -- 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["OriathCivilianSoulExplosion"] = {
        name = "OriathCivilianSoulExplosion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "cast_on_death_%",
            "projectile_spread_radius",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 100, 15, -35, levelRequirement = 45, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    undead description [1]
    FamilyMonsterNecromancerRaisable
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • undead description 1 1 Global
  • Adds Tagsnecromancer_raisable
    emerge speed +% [-30,30]
    FamilyVariableEmergeSpeed
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • emerge speed +% -30 30 Global
  • Toter Adliger
    Untot
    IconEnemyResistanceCold
    undead description [1]
    emerge speed +% [-30,30]
    Noble Dead
    Spectre
    TagsZauberer, flesh_armour, humanoid, is_unarmed, medium_movement, melee, physical_affinity, red_blood, undead, zombie
    Leben
    130%
    Ailment Threshold
    130%
    Widerstand
    IconEnemyResistanceFire0% IconEnemyResistanceCold40% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    110%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.305 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    OriathanCitizenFast
    Metadata
    OriathanCitizenZombieMale1TolmanStandalone
    Stufe
    68
    Leben
    8,363
    Rüstung
    28,790
    Ausweichwert
    4,739
    Damage
    411
    Zauberschaden
    411
    Genauigkeit
    580
    Attack Time
    1.305
    Erfahrung
    10,255
    Minion Life
    1,814
    Minion Damage
    328
    Ailment Threshold
    8,363
    Chill
    26
    Shock
    26
    Brittle
    150
    Scorch
    26
    Sap
    73
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Standardangriff
    Base Damage: 329493
    Kritische Trefferchance: 5%
    Attack Time: 1.305 Sek.
    Streckt Eure Feinde mit einem mächtigen Schlag nieder.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    OriathCivilianSoulExplosion
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Zauberzeit: 1 Sek.
    Generische Monster-Mörser-Fertigkeit. Wie Monsterprojektil, nur mit Aufprall-Effekt.
    70% Chance, diesen Zauber bei Tod auszulösen
    active skill area of effect radius +% final [-35]
    base is projectile [1]
    projectile spread radius [15]
    spell maximum base physical damage [301.6]
    spell minimum base physical damage [201]

    Object Type

    version 2
    extends "Metadata/Monsters/Zombies/Zombie"
    
    BaseEvents { }
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    
    Transitionable
    {
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/OriathanCitizen/OriathanCitizenZombieMale1TolmanStandalone"] = {
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        name = "Noble Dead",
        life = 1.3,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.305,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
            "OriathCivilianSoulExplosion",
        },
        modList = {
        },
    }
    -- 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["OriathCivilianSoulExplosion"] = {
        name = "OriathCivilianSoulExplosion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "cast_on_death_%",
            "projectile_spread_radius",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 100, 15, -35, levelRequirement = 45, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    undead description [1]
    FamilyMonsterNecromancerRaisable
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • undead description 1 1 Global
  • Adds Tagsnecromancer_raisable
    emerge speed +% [-30,30]
    FamilyVariableEmergeSpeed
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • emerge speed +% -30 30 Global
  • Toter Adliger
    Untot
    IconEnemyResistanceCold
    undead description [1]
    monster no drops or experience [1]
    emerge speed +% [-30,30]
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Noble Dead
    Spectre
    TagsZauberer, flesh_armour, humanoid, is_unarmed, medium_height, medium_movement, melee, physical_affinity, red_blood, undead, zombie
    Leben
    130%
    Ailment Threshold
    130%
    Widerstand
    IconEnemyResistanceFire0% IconEnemyResistanceCold40% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    110%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.305 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    OriathanCitizenFast
    Metadata
    OriathanCitizenZombieMale1TolmanSummoned
    Stufe
    68
    Leben
    8,363
    Rüstung
    28,790
    Ausweichwert
    4,739
    Damage
    411
    Zauberschaden
    411
    Genauigkeit
    580
    Attack Time
    1.305
    Erfahrung
    10,255
    Minion Life
    1,814
    Minion Damage
    328
    Ailment Threshold
    8,363
    Chill
    26
    Shock
    26
    Brittle
    150
    Scorch
    26
    Sap
    73
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Standardangriff
    Base Damage: 329493
    Kritische Trefferchance: 5%
    Attack Time: 1.305 Sek.
    Streckt Eure Feinde mit einem mächtigen Schlag nieder.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    OriathCivilianSoulExplosion
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Zauberzeit: 1 Sek.
    Generische Monster-Mörser-Fertigkeit. Wie Monsterprojektil, nur mit Aufprall-Effekt.
    70% Chance, diesen Zauber bei Tod auszulösen
    active skill area of effect radius +% final [-35]
    base is projectile [1]
    projectile spread radius [15]
    spell maximum base physical damage [301.6]
    spell minimum base physical damage [201]

    Object Type

    version 2
    extends "Metadata/Monsters/Zombies/Zombie"
    
    BaseEvents { }
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    
    Transitionable
    {
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/OriathanCitizen/OriathanCitizenZombieMale1TolmanSummoned"] = {
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        name = "Noble Dead",
        life = 1.3,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.305,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
            "OriathCivilianSoulExplosion",
        },
        modList = {
        },
    }
    -- 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["OriathCivilianSoulExplosion"] = {
        name = "OriathCivilianSoulExplosion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "cast_on_death_%",
            "projectile_spread_radius",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 100, 15, -35, levelRequirement = 45, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    undead description [1]
    FamilyMonsterNecromancerRaisable
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • undead description 1 1 Global
  • Adds Tagsnecromancer_raisable
    monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • monster no drops or experience 1 1 Global — Nicht skalierbarer Wert
  • emerge speed +% [-30,30]
    FamilyVariableEmergeSpeed
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • emerge speed +% -30 30 Global
  • cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • cant touch this 1 1 Global — Nicht skalierbarer Wert
  • cant possess this 1 1 Global — Nicht skalierbarer Wert
  • cannot be afflicted 1 1 Global — Nicht skalierbarer Wert
  • monster no talismans 1 1 Global — Nicht skalierbarer Wert
  • cannot have azmeri dust 1 1 Global
  • cannot have affliction mods 1 1 Global — Nicht skalierbarer Wert
  • cannot be tagged by sentinel 1 1 Global
  • Toter Adliger
    Untot
    IconEnemyResistanceCold
    undead description [1]
    emerge speed +% [-30,30]
    Noble Dead
    Spectre
    TagsZauberer, flesh_armour, humanoid, is_unarmed, medium_height, medium_movement, melee, physical_affinity, red_blood, undead, zombie
    Leben
    130%
    Ailment Threshold
    130%
    Widerstand
    IconEnemyResistanceFire0% IconEnemyResistanceCold40% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    110%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.305 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    OriathanCitizenFast
    Metadata
    OriathanCitizenZombieMale1TolmanMagic
    Stufe
    68
    Leben
    8,363
    Rüstung
    28,790
    Ausweichwert
    4,739
    Damage
    411
    Zauberschaden
    411
    Genauigkeit
    580
    Attack Time
    1.305
    Erfahrung
    10,255
    Minion Life
    1,814
    Minion Damage
    328
    Ailment Threshold
    8,363
    Chill
    26
    Shock
    26
    Brittle
    150
    Scorch
    26
    Sap
    73
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Standardangriff
    Base Damage: 329493
    Kritische Trefferchance: 5%
    Attack Time: 1.305 Sek.
    Streckt Eure Feinde mit einem mächtigen Schlag nieder.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    OriathCivilianSoulExplosion
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Zauberzeit: 1 Sek.
    Generische Monster-Mörser-Fertigkeit. Wie Monsterprojektil, nur mit Aufprall-Effekt.
    70% Chance, diesen Zauber bei Tod auszulösen
    active skill area of effect radius +% final [-35]
    base is projectile [1]
    projectile spread radius [15]
    spell maximum base physical damage [301.6]
    spell minimum base physical damage [201]

    Object Type

    version 2
    extends "Metadata/Monsters/Zombies/Zombie"
    
    BaseEvents { }
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    
    Transitionable
    {
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/OriathanCitizen/OriathanCitizenZombieMale1TolmanMagic"] = {
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        name = "Noble Dead",
        life = 1.3,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.305,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
            "OriathCivilianSoulExplosion",
        },
        modList = {
        },
    }
    -- 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["OriathCivilianSoulExplosion"] = {
        name = "OriathCivilianSoulExplosion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "cast_on_death_%",
            "projectile_spread_radius",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 100, 15, -35, levelRequirement = 45, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    undead description [1]
    FamilyMonsterNecromancerRaisable
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • undead description 1 1 Global
  • Adds Tagsnecromancer_raisable
    emerge speed +% [-30,30]
    FamilyVariableEmergeSpeed
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • emerge speed +% -30 30 Global
  • Toter Adliger
    Untot
    IconEnemyResistanceCold
    undead description [1]
    Noble Dead
    Spectre
    TagsZauberer, flesh_armour, humanoid, is_unarmed, medium_height, melee, physical_affinity, red_blood, undead, very_slow_movement, zombie
    Leben
    130%
    Ailment Threshold
    130%
    Widerstand
    IconEnemyResistanceFire0% IconEnemyResistanceCold40% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    110%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    OriathanCitizen
    Metadata
    OriathanCitizenZombieMale1Revive
    Stufe
    68
    Leben
    8,363
    Rüstung
    28,790
    Ausweichwert
    4,739
    Damage
    411
    Zauberschaden
    411
    Genauigkeit
    580
    Attack Time
    1.995
    Erfahrung
    10,255
    Minion Life
    1,814
    Minion Damage
    328
    Ailment Threshold
    8,363
    Chill
    26
    Shock
    26
    Brittle
    150
    Scorch
    26
    Sap
    73
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Standardangriff
    Base Damage: 329493
    Kritische Trefferchance: 5%
    Attack Time: 1.995 Sek.
    Streckt Eure Feinde mit einem mächtigen Schlag nieder.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    OriathCivilianSoulExplosion
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Zauberzeit: 1 Sek.
    Generische Monster-Mörser-Fertigkeit. Wie Monsterprojektil, nur mit Aufprall-Effekt.
    70% Chance, diesen Zauber bei Tod auszulösen
    active skill area of effect radius +% final [-35]
    base is projectile [1]
    projectile spread radius [15]
    spell maximum base physical damage [301.6]
    spell minimum base physical damage [201]

    Object Type

    version 2
    extends "Metadata/Monsters/Zombies/Zombie"
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    
    Transitionable
    {
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/OriathanCitizen/OriathanCitizenZombieMale1Revive"] = {
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        name = "Noble Dead",
        life = 1.3,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
            "OriathCivilianSoulExplosion",
        },
        modList = {
        },
    }
    -- 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["OriathCivilianSoulExplosion"] = {
        name = "OriathCivilianSoulExplosion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "cast_on_death_%",
            "projectile_spread_radius",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 100, 15, -35, levelRequirement = 45, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    undead description [1]
    FamilyMonsterNecromancerRaisable
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • undead description 1 1 Global
  • Adds Tagsnecromancer_raisable
    Toter Adliger
    Untot
    IconEnemyResistanceCold
    undead description [1]
    Noble Dead
    Spectre
    TagsZauberer, flesh_armour, humanoid, is_unarmed, melee, physical_affinity, red_blood, undead, very_slow_movement, zombie
    Leben
    130%
    Ailment Threshold
    130%
    Widerstand
    IconEnemyResistanceFire0% IconEnemyResistanceCold40% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    110%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    OriathanCitizen
    Metadata
    OriathanCitizenZombieMale1ReviveStandalone
    Stufe
    68
    Leben
    8,363
    Rüstung
    28,790
    Ausweichwert
    4,739
    Damage
    411
    Zauberschaden
    411
    Genauigkeit
    580
    Attack Time
    1.995
    Erfahrung
    10,255
    Minion Life
    1,814
    Minion Damage
    328
    Ailment Threshold
    8,363
    Chill
    26
    Shock
    26
    Brittle
    150
    Scorch
    26
    Sap
    73
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Standardangriff
    Base Damage: 329493
    Kritische Trefferchance: 5%
    Attack Time: 1.995 Sek.
    Streckt Eure Feinde mit einem mächtigen Schlag nieder.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    OriathCivilianSoulExplosion
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Zauberzeit: 1 Sek.
    Generische Monster-Mörser-Fertigkeit. Wie Monsterprojektil, nur mit Aufprall-Effekt.
    70% Chance, diesen Zauber bei Tod auszulösen
    active skill area of effect radius +% final [-35]
    base is projectile [1]
    projectile spread radius [15]
    spell maximum base physical damage [301.6]
    spell minimum base physical damage [201]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Revive"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/OriathanCitizen/OriathanCitizenZombieMale1ReviveStandalone"] = {
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        name = "Noble Dead",
        life = 1.3,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
            "OriathCivilianSoulExplosion",
        },
        modList = {
        },
    }
    -- 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["OriathCivilianSoulExplosion"] = {
        name = "OriathCivilianSoulExplosion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "cast_on_death_%",
            "projectile_spread_radius",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 100, 15, -35, levelRequirement = 45, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    undead description [1]
    FamilyMonsterNecromancerRaisable
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • undead description 1 1 Global
  • Adds Tagsnecromancer_raisable
    Toter Adliger
    Untot
    IconEnemyResistanceCold
    undead description [1]
    Noble Dead
    Spectre
    AreaDie Zwielichtküste, Das ewige Laboratorium
    TagsZauberer, flesh_armour, humanoid, is_unarmed, medium_height, melee, physical_affinity, red_blood, undead, very_slow_movement, zombie
    Packs
  • Die Zwielichtküste: Toter Adliger, Toter Adliger, Tote Adlige, Tote Adlige, Tote Adlige, Tote Adlige
  • Das ewige Laboratorium: Tote Adlige, Tote Adlige, Toter Adliger, Toter Adliger
  • Leben
    130%
    Ailment Threshold
    130%
    Widerstand
    IconEnemyResistanceFire0% IconEnemyResistanceCold40% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    110%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    OriathanCitizen
    Metadata
    OriathanCitizenZombieMale2
    Stufe
    68
    Leben
    8,363
    Rüstung
    28,790
    Ausweichwert
    4,739
    Damage
    411
    Zauberschaden
    411
    Genauigkeit
    580
    Attack Time
    1.995
    Erfahrung
    10,255
    Minion Life
    1,814
    Minion Damage
    328
    Ailment Threshold
    8,363
    Chill
    26
    Shock
    26
    Brittle
    150
    Scorch
    26
    Sap
    73
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Standardangriff
    Base Damage: 329493
    Kritische Trefferchance: 5%
    Attack Time: 1.995 Sek.
    Streckt Eure Feinde mit einem mächtigen Schlag nieder.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    OriathCivilianSoulExplosion
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Zauberzeit: 1 Sek.
    Generische Monster-Mörser-Fertigkeit. Wie Monsterprojektil, nur mit Aufprall-Effekt.
    70% Chance, diesen Zauber bei Tod auszulösen
    active skill area of effect radius +% final [-35]
    base is projectile [1]
    projectile spread radius [15]
    spell maximum base physical damage [301.6]
    spell minimum base physical damage [201]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Revive"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/OriathanCitizen/OriathanCitizenZombieMale2"] = {
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        name = "Noble Dead",
        life = 1.3,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
            "OriathCivilianSoulExplosion",
        },
        modList = {
        },
    }
    -- 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["OriathCivilianSoulExplosion"] = {
        name = "OriathCivilianSoulExplosion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "cast_on_death_%",
            "projectile_spread_radius",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 100, 15, -35, levelRequirement = 45, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    undead description [1]
    FamilyMonsterNecromancerRaisable
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • undead description 1 1 Global
  • Adds Tagsnecromancer_raisable
    Toter Adliger
    Untot
    IconEnemyResistanceCold
    undead description [1]
    Noble Dead
    Spectre
    TagsZauberer, flesh_armour, humanoid, is_unarmed, melee, physical_affinity, red_blood, undead, very_slow_movement, zombie
    Packs
  • Tote Adlige, Tote Adlige, Tote Adlige, Toter Adliger
  • Tote Adlige, Tote Adlige, Toter Adliger, Toter Adliger
  • Leben
    130%
    Ailment Threshold
    130%
    Widerstand
    IconEnemyResistanceFire0% IconEnemyResistanceCold40% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    110%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    OriathanCitizen
    Metadata
    OriathanCitizenZombieMale2Hellscape
    Stufe
    68
    Leben
    8,363
    Rüstung
    28,790
    Ausweichwert
    4,739
    Damage
    411
    Zauberschaden
    411
    Genauigkeit
    580
    Attack Time
    1.995
    Erfahrung
    10,255
    Minion Life
    1,814
    Minion Damage
    328
    Ailment Threshold
    8,363
    Chill
    26
    Shock
    26
    Brittle
    150
    Scorch
    26
    Sap
    73
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Standardangriff
    Base Damage: 329493
    Kritische Trefferchance: 5%
    Attack Time: 1.995 Sek.
    Streckt Eure Feinde mit einem mächtigen Schlag nieder.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    OriathCivilianSoulExplosion
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Zauberzeit: 1 Sek.
    Generische Monster-Mörser-Fertigkeit. Wie Monsterprojektil, nur mit Aufprall-Effekt.
    70% Chance, diesen Zauber bei Tod auszulösen
    active skill area of effect radius +% final [-35]
    base is projectile [1]
    projectile spread radius [15]
    spell maximum base physical damage [301.6]
    spell minimum base physical damage [201]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Revive"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/OriathanCitizen/OriathanCitizenZombieMale2Hellscape"] = {
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        name = "Noble Dead",
        life = 1.3,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
            "OriathCivilianSoulExplosion",
        },
        modList = {
        },
    }
    -- 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["OriathCivilianSoulExplosion"] = {
        name = "OriathCivilianSoulExplosion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "cast_on_death_%",
            "projectile_spread_radius",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 100, 15, -35, levelRequirement = 45, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    undead description [1]
    FamilyMonsterNecromancerRaisable
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • undead description 1 1 Global
  • Adds Tagsnecromancer_raisable
    Toter Adliger
    Untot
    IconEnemyResistanceCold
    undead description [1]
    Noble Dead
    Spectre
    AreaDie Zwielichtküste, Das ewige Laboratorium
    TagsZauberer, flesh_armour, humanoid, is_unarmed, medium_height, melee, physical_affinity, red_blood, undead, very_slow_movement, zombie
    Packs
  • Die Zwielichtküste: Toter Adliger, Toter Adliger, Tote Adlige, Tote Adlige, Tote Adlige, Tote Adlige
  • Das ewige Laboratorium: Tote Adlige, Tote Adlige, Toter Adliger
  • Leben
    130%
    Ailment Threshold
    130%
    Widerstand
    IconEnemyResistanceFire0% IconEnemyResistanceCold40% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    110%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    OriathanCitizen
    Metadata
    OriathanCitizenZombieMale3_
    Stufe
    68
    Leben
    8,363
    Rüstung
    28,790
    Ausweichwert
    4,739
    Damage
    411
    Zauberschaden
    411
    Genauigkeit
    580
    Attack Time
    1.995
    Erfahrung
    10,255
    Minion Life
    1,814
    Minion Damage
    328
    Ailment Threshold
    8,363
    Chill
    26
    Shock
    26
    Brittle
    150
    Scorch
    26
    Sap
    73
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Standardangriff
    Base Damage: 329493
    Kritische Trefferchance: 5%
    Attack Time: 1.995 Sek.
    Streckt Eure Feinde mit einem mächtigen Schlag nieder.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    OriathCivilianSoulExplosion
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Zauberzeit: 1 Sek.
    Generische Monster-Mörser-Fertigkeit. Wie Monsterprojektil, nur mit Aufprall-Effekt.
    70% Chance, diesen Zauber bei Tod auszulösen
    active skill area of effect radius +% final [-35]
    base is projectile [1]
    projectile spread radius [15]
    spell maximum base physical damage [301.6]
    spell minimum base physical damage [201]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Revive"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/OriathanCitizen/OriathanCitizenZombieMale3_"] = {
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        name = "Noble Dead",
        life = 1.3,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
            "OriathCivilianSoulExplosion",
        },
        modList = {
        },
    }
    -- 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["OriathCivilianSoulExplosion"] = {
        name = "OriathCivilianSoulExplosion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "cast_on_death_%",
            "projectile_spread_radius",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 100, 15, -35, levelRequirement = 45, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    undead description [1]
    FamilyMonsterNecromancerRaisable
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • undead description 1 1 Global
  • Adds Tagsnecromancer_raisable
    Toter Adliger
    Untot
    IconEnemyResistanceCold
    undead description [1]
    Noble Dead
    Spectre
    TagsZauberer, flesh_armour, humanoid, is_unarmed, melee, physical_affinity, red_blood, undead, very_slow_movement, zombie
    Packs
  • Tote Adlige, Tote Adlige, Toter Adliger
  • Leben
    130%
    Ailment Threshold
    130%
    Widerstand
    IconEnemyResistanceFire0% IconEnemyResistanceCold40% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    110%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    OriathanCitizen
    Metadata
    OriathanCitizenZombieMale3_Hellscape
    Stufe
    68
    Leben
    8,363
    Rüstung
    28,790
    Ausweichwert
    4,739
    Damage
    411
    Zauberschaden
    411
    Genauigkeit
    580
    Attack Time
    1.995
    Erfahrung
    10,255
    Minion Life
    1,814
    Minion Damage
    328
    Ailment Threshold
    8,363
    Chill
    26
    Shock
    26
    Brittle
    150
    Scorch
    26
    Sap
    73
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Standardangriff
    Base Damage: 329493
    Kritische Trefferchance: 5%
    Attack Time: 1.995 Sek.
    Streckt Eure Feinde mit einem mächtigen Schlag nieder.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    OriathCivilianSoulExplosion
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Zauberzeit: 1 Sek.
    Generische Monster-Mörser-Fertigkeit. Wie Monsterprojektil, nur mit Aufprall-Effekt.
    70% Chance, diesen Zauber bei Tod auszulösen
    active skill area of effect radius +% final [-35]
    base is projectile [1]
    projectile spread radius [15]
    spell maximum base physical damage [301.6]
    spell minimum base physical damage [201]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Revive"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/OriathanCitizen/OriathanCitizenZombieMale3_Hellscape"] = {
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        name = "Noble Dead",
        life = 1.3,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
            "OriathCivilianSoulExplosion",
        },
        modList = {
        },
    }
    -- 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["OriathCivilianSoulExplosion"] = {
        name = "OriathCivilianSoulExplosion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "cast_on_death_%",
            "projectile_spread_radius",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 100, 15, -35, levelRequirement = 45, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    undead description [1]
    FamilyMonsterNecromancerRaisable
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • undead description 1 1 Global
  • Adds Tagsnecromancer_raisable
    Toter Adliger
    Untot
    IconEnemyResistanceCold
    undead description [1]
    Noble Dead
    Spectre
    AreaDie Zwielichtküste, Das ewige Laboratorium
    TagsZauberer, flesh_armour, humanoid, is_unarmed, medium_height, melee, physical_affinity, red_blood, undead, very_slow_movement, zombie
    Packs
  • Die Zwielichtküste: Toter Adliger, Tote Adlige, Tote Adlige, Tote Adlige, Tote Adlige
  • Das ewige Laboratorium: Tote Adlige, Tote Adlige, Toter Adliger
  • Leben
    130%
    Ailment Threshold
    130%
    Widerstand
    IconEnemyResistanceFire0% IconEnemyResistanceCold40% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    110%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    OriathanCitizen
    Metadata
    OriathanCitizenZombieMale4
    Stufe
    68
    Leben
    8,363
    Rüstung
    28,790
    Ausweichwert
    4,739
    Damage
    411
    Zauberschaden
    411
    Genauigkeit
    580
    Attack Time
    1.995
    Erfahrung
    10,255
    Minion Life
    1,814
    Minion Damage
    328
    Ailment Threshold
    8,363
    Chill
    26
    Shock
    26
    Brittle
    150
    Scorch
    26
    Sap
    73
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Standardangriff
    Base Damage: 329493
    Kritische Trefferchance: 5%
    Attack Time: 1.995 Sek.
    Streckt Eure Feinde mit einem mächtigen Schlag nieder.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    OriathCivilianSoulExplosion
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Zauberzeit: 1 Sek.
    Generische Monster-Mörser-Fertigkeit. Wie Monsterprojektil, nur mit Aufprall-Effekt.
    70% Chance, diesen Zauber bei Tod auszulösen
    active skill area of effect radius +% final [-35]
    base is projectile [1]
    projectile spread radius [15]
    spell maximum base physical damage [301.6]
    spell minimum base physical damage [201]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Revive"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/OriathanCitizen/OriathanCitizenZombieMale4"] = {
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        name = "Noble Dead",
        life = 1.3,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
            "OriathCivilianSoulExplosion",
        },
        modList = {
        },
    }
    -- 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["OriathCivilianSoulExplosion"] = {
        name = "OriathCivilianSoulExplosion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "cast_on_death_%",
            "projectile_spread_radius",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 100, 15, -35, levelRequirement = 45, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    undead description [1]
    FamilyMonsterNecromancerRaisable
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • undead description 1 1 Global
  • Adds Tagsnecromancer_raisable
    Toter Adliger
    Untot
    IconEnemyResistanceCold
    undead description [1]
    Noble Dead
    Spectre
    TagsZauberer, flesh_armour, humanoid, is_unarmed, melee, physical_affinity, red_blood, undead, very_slow_movement, zombie
    Packs
  • Tote Adlige, Tote Adlige, Toter Adliger
  • Leben
    130%
    Ailment Threshold
    130%
    Widerstand
    IconEnemyResistanceFire0% IconEnemyResistanceCold40% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    110%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    OriathanCitizen
    Metadata
    OriathanCitizenZombieMale4Hellscape__
    Stufe
    68
    Leben
    8,363
    Rüstung
    28,790
    Ausweichwert
    4,739
    Damage
    411
    Zauberschaden
    411
    Genauigkeit
    580
    Attack Time
    1.995
    Erfahrung
    10,255
    Minion Life
    1,814
    Minion Damage
    328
    Ailment Threshold
    8,363
    Chill
    26
    Shock
    26
    Brittle
    150
    Scorch
    26
    Sap
    73
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Standardangriff
    Base Damage: 329493
    Kritische Trefferchance: 5%
    Attack Time: 1.995 Sek.
    Streckt Eure Feinde mit einem mächtigen Schlag nieder.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    OriathCivilianSoulExplosion
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Zauberzeit: 1 Sek.
    Generische Monster-Mörser-Fertigkeit. Wie Monsterprojektil, nur mit Aufprall-Effekt.
    70% Chance, diesen Zauber bei Tod auszulösen
    active skill area of effect radius +% final [-35]
    base is projectile [1]
    projectile spread radius [15]
    spell maximum base physical damage [301.6]
    spell minimum base physical damage [201]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Revive"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/OriathanCitizen/OriathanCitizenZombieMale4Hellscape__"] = {
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        name = "Noble Dead",
        life = 1.3,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
            "OriathCivilianSoulExplosion",
        },
        modList = {
        },
    }
    -- 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["OriathCivilianSoulExplosion"] = {
        name = "OriathCivilianSoulExplosion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "cast_on_death_%",
            "projectile_spread_radius",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 100, 15, -35, levelRequirement = 45, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    undead description [1]
    FamilyMonsterNecromancerRaisable
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • undead description 1 1 Global
  • Adds Tagsnecromancer_raisable
    Tote Adlige
    Untot
    IconEnemyResistanceCold
    undead description [1]
    Noble Dead
    Spectre
    AreaDie Zwielichtküste, Das ewige Laboratorium
    TagsZauberer, flesh_armour, humanoid, is_unarmed, medium_height, melee, physical_affinity, red_blood, undead, very_slow_movement, zombie
    Packs
  • Die Zwielichtküste: Toter Adliger, Tote Adlige, Tote Adlige, Tote Adlige, Tote Adlige
  • Das ewige Laboratorium: Tote Adlige, Tote Adlige, Toter Adliger
  • Leben
    130%
    Ailment Threshold
    130%
    Widerstand
    IconEnemyResistanceFire0% IconEnemyResistanceCold40% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    110%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Erfahrung
    100%
    Model Size
    100%
    Type
    OriathanCitizen
    Metadata
    OriathanCitizenZombieFemale1
    Stufe
    68
    Leben
    8,363
    Rüstung
    28,790
    Ausweichwert
    4,739
    Damage
    411
    Zauberschaden
    411
    Genauigkeit
    580
    Attack Time
    1.995
    Erfahrung
    10,255
    Minion Life
    1,814
    Minion Damage
    328
    Ailment Threshold
    8,363
    Chill
    26
    Shock
    26
    Brittle
    150
    Scorch
    26
    Sap
    73
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Standardangriff
    Base Damage: 329493
    Kritische Trefferchance: 5%
    Attack Time: 1.995 Sek.
    Streckt Eure Feinde mit einem mächtigen Schlag nieder.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    OriathCivilianSoulExplosion
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Zauberzeit: 1 Sek.
    Generische Monster-Mörser-Fertigkeit. Wie Monsterprojektil, nur mit Aufprall-Effekt.
    70% Chance, diesen Zauber bei Tod auszulösen
    active skill area of effect radius +% final [-35]
    base is projectile [1]
    projectile spread radius [15]
    spell maximum base physical damage [301.6]
    spell minimum base physical damage [201]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Revive"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/OriathanCitizen/OriathanCitizenZombieFemale1"] = {
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        name = "Noble Dead",
        life = 1.3,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
            "OriathCivilianSoulExplosion",
        },
        modList = {
        },
    }
    -- 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["OriathCivilianSoulExplosion"] = {
        name = "OriathCivilianSoulExplosion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "cast_on_death_%",
            "projectile_spread_radius",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 100, 15, -35, levelRequirement = 45, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 70, 15, -35, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    undead description [1]
    FamilyMonsterNecromancerRaisable
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • undead description 1 1 Global
  • Adds Tagsnecromancer_raisable
    Edit

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