Void Construct
Eldritch
cannot be used as minion [1]
SpectreN
Tagsbludgeoning_weapon, construct, eldritch, golem, influence_monster, is_unarmed, melee, metal_armour, not_dex, physical_affinity, shaper_monster, slow_movement, small_height
Packs
  • Void Construct
  • Life
    180%
    Energy Shield From Life
    60%
    Armour
    +60%
    Ailment Threshold
    180%
    Resistance
    35 35 35 20
    Damage
    144%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    120%
    Model Size
    70%
    Type
    ClockworkGolemSpace
    Metadata
    ClockworkGolemSpace
    Level
    68
    Life
    11,580
    Armour
    46,064
    Evasion
    4,739
    Energy Shield
    3,676
    Damage
    538
    Spell Damage
    538
    Accuracy
    290
    Attack Time
    1.5
    Experience
    12,306
    Ailment Threshold
    11,580
    Chill
    37
    Shock
    37
    Brittle
    207
    Scorch
    37
    Sap
    101
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 430–645
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Monster
    {
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ClockworkGolem/ClockworkGolemSpace"] = {
        name = "Void Construct",
        life = 1.8,
        energyShield = 0.6,
        fireResist = 35,
        coldResist = 35,
        lightningResist = 35,
        chaosResist = 20,
        damage = 1.44,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
        },
        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 = { }, },
        },
    }
    
    cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • Void Construct
    Eldritch
    Gain 100% of Physical Damage as Extra Fire Damage
    cannot be used as minion [1]
    SpectreN
    Tagsbludgeoning_weapon, construct, eldritch, golem, influence_monster, is_unarmed, melee, metal_armour, not_dex, physical_affinity, shaper_monster, slow_movement, small_height
    Packs
  • Void Construct, Void Construct
  • Life
    300%
    Energy Shield From Life
    60%
    Armour
    +60%
    Ailment Threshold
    300%
    Resistance
    35 35 35 20
    Damage
    120%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    150%
    Model Size
    80%
    Type
    ClockworkGolemElemental2Space
    Metadata
    ClockworkGolemSpaceFire1
    Level
    68
    Life
    19,300
    Armour
    46,064
    Evasion
    4,739
    Energy Shield
    3,676
    Damage
    448
    Spell Damage
    448
    Accuracy
    290
    Attack Time
    1.5
    Experience
    15,383
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 359–538
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    ClockworkGolemRighteousFire
    Spell, Buff, Area, CausesBurning, DamageOverTime, Fire, Totemable, Triggerable, Instant, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
    Righteous Fire
    Cast Time: 1 sec
    Engulfs you in magical fire that rapidly burns you and nearby enemies. Your spell damage is substantially increased while under this effect. The effect ends when you have 1 life remaining.
    Deals 885.2 Base Fire Damage per second
    Base radius is 1.8 metres

    Object Type

    version 2
    extends "Metadata/Monsters/ClockworkGolem/ClockworkGolem"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/ClockworkGolem/ClockworkGolem"
    
    Life
    {
    	on_death = "RemoveEffects();"
    	on_spawned_dead = "RemoveEffects();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ClockworkGolem/ClockworkGolemSpaceFire1"] = {
        name = "Void Construct",
        life = 3,
        energyShield = 0.6,
        fireResist = 35,
        coldResist = 35,
        lightningResist = 35,
        chaosResist = 20,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
            "ClockworkGolemRighteousFire",
        },
        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["ClockworkGolemRighteousFire"] = {
        name = "Righteous Fire",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Engulfs you in magical fire that rapidly burns you and nearby enemies. Your spell damage is substantially increased while under this effect. The effect ends when you have 1 life remaining.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Area] = true,
            [SkillType.CausesBurning] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Fire] = true,
            [SkillType.Totemable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Instant] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "buff_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "active_skill_base_area_of_effect_radius",
        },
        levels = {
            [1] = {1, 18, levelRequirement = 3, statInterpolation = {3},  cost = { }, },
        },
    }
    
    Gain 100% of Physical Damage as Extra Fire Damage
    IdMonsterPhysicalAddedAsFireSkeletonMaps
    FamilyPhysicalAddedAsFire
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • physical damage % to add as fire Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • Void Construct
    Eldritch
    Gain 100% of Physical Damage as Extra Fire Damage
    cannot be used as minion [1]
    SpectreN
    Tagsbludgeoning_weapon, construct, eldritch, golem, influence_monster, is_unarmed, melee, metal_armour, not_dex, physical_affinity, shaper_monster, slow_movement, small_height
    Packs
  • Void Construct, Void Construct
  • Life
    180%
    Energy Shield From Life
    60%
    Armour
    +60%
    Ailment Threshold
    180%
    Resistance
    35 35 35 20
    Damage
    120%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    120%
    Model Size
    70%
    Type
    ClockworkGolemElementalSpace
    Metadata
    ClockworkGolemSpaceFire2
    Level
    68
    Life
    11,580
    Armour
    46,064
    Evasion
    4,739
    Energy Shield
    3,676
    Damage
    448
    Spell Damage
    448
    Accuracy
    290
    Attack Time
    1.5
    Experience
    12,306
    Ailment Threshold
    11,580
    Chill
    37
    Shock
    37
    Brittle
    207
    Scorch
    37
    Sap
    101
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 359–538
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/ClockworkGolem/ClockworkGolem"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/ClockworkGolem/ClockworkGolem"
    
    Life
    {
    	on_death = "RemoveEffects();"
    	on_spawned_dead = "RemoveEffects();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ClockworkGolem/ClockworkGolemSpaceFire2"] = {
        name = "Void Construct",
        life = 1.8,
        energyShield = 0.6,
        fireResist = 35,
        coldResist = 35,
        lightningResist = 35,
        chaosResist = 20,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
        },
        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 = { }, },
        },
    }
    
    Gain 100% of Physical Damage as Extra Fire Damage
    IdMonsterPhysicalAddedAsFireSkeletonMaps
    FamilyPhysicalAddedAsFire
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • physical damage % to add as fire Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • Void Construct
    Eldritch
    Gain 100% of Physical Damage as Extra Cold Damage
    cannot be used as minion [1]
    SpectreN
    Tagsbludgeoning_weapon, caster, cold_affinity, construct, eldritch, golem, influence_monster, is_unarmed, melee, metal_armour, not_dex, physical_affinity, ranged, shaper_monster, slow_movement, small_height
    Packs
  • Void Construct, Void Construct
  • Life
    300%
    Energy Shield From Life
    60%
    Armour
    +60%
    Ailment Threshold
    300%
    Resistance
    35 35 35 20
    Damage
    120%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    150%
    Model Size
    80%
    Type
    ClockworkGolemElemental2Space
    Metadata
    ClockworkGolemSpaceCold1
    Level
    68
    Life
    19,300
    Armour
    46,064
    Evasion
    4,739
    Energy Shield
    3,676
    Damage
    448
    Spell Damage
    448
    Accuracy
    290
    Attack Time
    1.5
    Experience
    15,383
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 359–538
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    ClockworkGolemFrostBomb
    Spell, Area, Duration, Cold, Damage, Multicastable, Totemable, Trappable, Mineable, Triggerable, Cascadable, AreaSpell, Cooldown, Orb
    Frost Bomb
    Critical Strike Chance: 6%
    Cast Time: 0.5 sec
    Cooldown Time: 3.5 sec
    Creates a crystal that pulses with cold for a duration. Each pulse applies a debuff to nearby enemies for a secondary duration which reduces life regeneration rate, and also inflicts Cold Exposure. When the crystal's duration ends, it explodes, dealing heavy cold damage to enemies around it.
    Deals 980.5 to 1471 Cold Damage
    Base duration is 4 seconds
    Base secondary duration is 2 seconds
    50% reduced Life Regeneration rate
    Base radius is 2.4 metres
    Cold Exposure applies -20% to Cold Resistance
    is area damage [1]
    ClockworkGolemFrostbolt
    Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Multicastable, Cold, Triggerable, CanRapidFire
    Frostbolt
    Critical Strike Chance: 5%
    Cast Time: 0.75 sec
    Cooldown Time: 1.5 sec
    Fires a slow-moving projectile that pierces through enemies, dealing cold damage.
    Deals 812.4 to 1219 Cold Damage
    Projectiles Pierce all Targets
    20% increased Projectile Speed
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/ClockworkGolem/ClockworkGolem"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/ClockworkGolem/ClockworkGolem"
    
    Life
    {
    	on_death = "RemoveEffects();"
    	on_spawned_dead = "RemoveEffects();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ClockworkGolem/ClockworkGolemSpaceCold1"] = {
        name = "Void Construct",
        life = 3,
        energyShield = 0.6,
        fireResist = 35,
        coldResist = 35,
        lightningResist = 35,
        chaosResist = 20,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
            "ClockworkGolemFrostBomb",
            "ClockworkGolemFrostbolt",
        },
        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["ClockworkGolemFrostBomb"] = {
        name = "Frost Bomb",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Creates a crystal that pulses with cold for a duration. Each pulse applies a debuff to nearby enemies for a secondary duration which reduces life regeneration rate, and also inflicts Cold Exposure. When the crystal's duration ends, it explodes, dealing heavy cold damage to enemies around it.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Cold] = true,
            [SkillType.Damage] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cascadable] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Cooldown] = true,
            [SkillType.Orb] = true,
        },
        statDescriptionScope = "debuff_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "active_skill_base_area_of_effect_radius",
            "base_skill_effect_duration",
            "base_secondary_skill_effect_duration",
            "base_cold_damage_resistance_%",
            "life_regeneration_rate_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 24, 4000, 2000, -20, -50, critChance = 6, levelRequirement = 2, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ClockworkGolemFrostbolt"] = {
        name = "Frostbolt",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a slow-moving projectile that pierces through enemies, dealing cold damage.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Cold] = true,
            [SkillType.Triggerable] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.75,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "base_projectile_speed_+%",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 20, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Gain 100% of Physical Damage as Extra Cold Damage
    IdMonsterPhysicalAddedAsColdSkeletonMaps
    FamilyPhysicalAddedAsCold
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • Void Construct
    Eldritch
    Gain 100% of Physical Damage as Extra Cold Damage
    cannot be used as minion [1]
    SpectreN
    Tagsbludgeoning_weapon, construct, eldritch, golem, influence_monster, is_unarmed, melee, metal_armour, not_dex, physical_affinity, shaper_monster, slow_movement, small_height
    Packs
  • Void Construct, Void Construct
  • Life
    180%
    Energy Shield From Life
    60%
    Armour
    +60%
    Ailment Threshold
    180%
    Resistance
    35 35 35 20
    Damage
    120%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    120%
    Model Size
    70%
    Type
    ClockworkGolemElementalSpace
    Metadata
    ClockworkGolemSpaceCold2
    Level
    68
    Life
    11,580
    Armour
    46,064
    Evasion
    4,739
    Energy Shield
    3,676
    Damage
    448
    Spell Damage
    448
    Accuracy
    290
    Attack Time
    1.5
    Experience
    12,306
    Ailment Threshold
    11,580
    Chill
    37
    Shock
    37
    Brittle
    207
    Scorch
    37
    Sap
    101
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 359–538
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/ClockworkGolem/ClockworkGolem"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/ClockworkGolem/ClockworkGolem"
    
    Life
    {
    	on_death = "RemoveEffects();"
    	on_spawned_dead = "RemoveEffects();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ClockworkGolem/ClockworkGolemSpaceCold2"] = {
        name = "Void Construct",
        life = 1.8,
        energyShield = 0.6,
        fireResist = 35,
        coldResist = 35,
        lightningResist = 35,
        chaosResist = 20,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
        },
        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 = { }, },
        },
    }
    
    Gain 100% of Physical Damage as Extra Cold Damage
    IdMonsterPhysicalAddedAsColdSkeletonMaps
    FamilyPhysicalAddedAsCold
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • Void Construct
    Eldritch
    Gain 100% of Physical Damage as Extra Lightning Damage
    cannot be used as minion [1]
    SpectreN
    Tagsbludgeoning_weapon, caster, construct, eldritch, golem, influence_monster, is_unarmed, lightning_affinity, melee, metal_armour, not_dex, physical_affinity, ranged, shaper_monster, slow_movement, small_height
    Packs
  • Void Construct, Void Construct
  • Life
    300%
    Energy Shield From Life
    60%
    Armour
    +60%
    Ailment Threshold
    300%
    Resistance
    35 35 35 20
    Damage
    120%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    150%
    Model Size
    80%
    Type
    ClockworkGolemElemental2Space
    Metadata
    ClockworkGolemSpaceLightning1
    Level
    68
    Life
    19,300
    Armour
    46,064
    Evasion
    4,739
    Energy Shield
    3,676
    Damage
    448
    Spell Damage
    448
    Accuracy
    290
    Attack Time
    1.5
    Experience
    15,383
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 359–538
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    ClockworkGolemOrbOfStorms
    Spell, Damage, Lightning, Area, Chains, Triggerable, Trappable, Mineable, Totemable, AreaSpell, Cooldown, Orb
    Orb of Storms
    Cast Time: 1.2 sec
    Cooldown Time: 5 sec
    Creates a stationary electrical orb that strikes enemies in its area of effect with beams of lightning that can then split to hit more enemies. Modifiers to cast speed will increase how frequently it does this. Casting this skill again will replace the previous orb.
    Deals 239.7 to 719.2 Lightning Damage
    Base duration is 3 seconds
    Strikes every 1 second, and when you use a Lightning Skill near the Orb
    Beam Splits towards 2 additional targets
    storm cloud destroy when caster dies [1]
    ClockworkGolemBallLightning
    Spell, Damage, Projectile, ProjectilesFromUser, Area, Totemable, Trappable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell
    Ball Lightning
    Cast Time: 0.8 sec
    Cooldown Time: 1.6 sec
    Fires a slow-moving projectile that damages each enemy in an area around it repeatedly with bolts of lightning.
    Deals 110.3 to 331 Lightning Damage
    25% reduced Projectile Speed
    Base radius is 1.8 metres
    active skill area of effect radius +% final [-11]
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/ClockworkGolem/ClockworkGolem"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/ClockworkGolem/ClockworkGolem"
    
    Life
    {
    	on_death = "RemoveEffects();"
    	on_spawned_dead = "RemoveEffects();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ClockworkGolem/ClockworkGolemSpaceLightning1"] = {
        name = "Void Construct",
        life = 3,
        energyShield = 0.6,
        fireResist = 35,
        coldResist = 35,
        lightningResist = 35,
        chaosResist = 20,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
            "ClockworkGolemBallLightning",
            "ClockworkGolemOrbOfStorms",
        },
        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["ClockworkGolemBallLightning"] = {
        name = "Ball Lightning",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a slow-moving projectile that damages each enemy in an area around it repeatedly with bolts of lightning.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_projectile_speed_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.5, 1.5, -25, -11, 18, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ClockworkGolemOrbOfStorms"] = {
        name = "Orb of Storms",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Creates a stationary electrical orb that strikes enemies in its area of effect with beams of lightning that can then split to hit more enemies. Modifiers to cast speed will increase how frequently it does this. Casting this skill again will replace the previous orb.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Lightning] = true,
            [SkillType.Area] = true,
            [SkillType.Chains] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Cooldown] = true,
            [SkillType.Orb] = true,
        },
        statDescriptionScope = "beam_skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
            "projectile_number_to_split",
            "orb_of_storms_base_bolt_frequency_ms",
            "storm_cloud_destroy_when_caster_dies",
        },
        levels = {
            [1] = {0.5, 1.5, 3000, 2, 1000, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Gain 100% of Physical Damage as Extra Lightning Damage
    IdMonsterPhysicalAddedAsLightningSkeletonMaps
    FamilyPhysicalAddedAsLightning
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • physical damage % to add as lightning Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • Void Construct
    Eldritch
    Gain 100% of Physical Damage as Extra Lightning Damage
    cannot be used as minion [1]
    SpectreN
    Tagsbludgeoning_weapon, construct, eldritch, golem, influence_monster, is_unarmed, melee, metal_armour, not_dex, physical_affinity, shaper_monster, slow_movement, small_height
    Packs
  • Void Construct, Void Construct
  • Life
    180%
    Energy Shield From Life
    60%
    Armour
    +60%
    Ailment Threshold
    180%
    Resistance
    35 35 35 20
    Damage
    120%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    120%
    Model Size
    70%
    Type
    ClockworkGolemElementalSpace
    Metadata
    ClockworkGolemSpaceLightning2
    Level
    68
    Life
    11,580
    Armour
    46,064
    Evasion
    4,739
    Energy Shield
    3,676
    Damage
    448
    Spell Damage
    448
    Accuracy
    290
    Attack Time
    1.5
    Experience
    12,306
    Ailment Threshold
    11,580
    Chill
    37
    Shock
    37
    Brittle
    207
    Scorch
    37
    Sap
    101
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 359–538
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/ClockworkGolem/ClockworkGolem"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/ClockworkGolem/ClockworkGolem"
    
    Life
    {
    	on_death = "RemoveEffects();"
    	on_spawned_dead = "RemoveEffects();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ClockworkGolem/ClockworkGolemSpaceLightning2"] = {
        name = "Void Construct",
        life = 1.8,
        energyShield = 0.6,
        fireResist = 35,
        coldResist = 35,
        lightningResist = 35,
        chaosResist = 20,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
        },
        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 = { }, },
        },
    }
    
    Gain 100% of Physical Damage as Extra Lightning Damage
    IdMonsterPhysicalAddedAsLightningSkeletonMaps
    FamilyPhysicalAddedAsLightning
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • physical damage % to add as lightning Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • Void Construct
    Eldritch
    SpectreY
    Spectre OverrideMetadata/Monsters/AtlasInvaders/BlackStarMonsters/BlackStarFodder1Spectre_
    Tagscaster, cleaving_weapon, construct, eldritch, fire_affinity, flesh_armour, is_unarmed, medium_movement, melee, not_dex, not_str, physical_affinity, red_blood
    Packs
  • Daemon, Void Construct
  • Life
    156%
    Energy Shield From Life
    100%
    Ailment Threshold
    156%
    Resistance
    75 0 0 0
    Damage
    96%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    4 ~ 11
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    120%
    Model Size
    100%
    Type
    AtlasInvadersBlackStarFodder1
    Metadata
    BlackStarFodder1
    Level
    68
    Life
    10,036
    Armour
    28,790
    Evasion
    4,739
    Energy Shield
    6,127
    Damage
    359
    Spell Damage
    359
    Accuracy
    290
    Attack Time
    1.5
    Experience
    12,306
    Ailment Threshold
    10,036
    Chill
    32
    Shock
    32
    Brittle
    180
    Scorch
    32
    Sap
    88
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 287–430
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    GPSAtlasInvadersBlackStarFodder1Sun
    Spell, Triggerable
    Critical Strike Chance: 5%
    Cast Time: 2.5 sec
    Cooldown Time: 4 sec
    Hits always Ignite
    Deals 1412 to 2118 Fire Damage
    base is projectile [1]
    number of projectiles override [1]
    projectile uses contact position [1]
    spell maximum action distance +% [-40]
    use scaled contact offset [1]
    GSAtlasInvadersBlackStarFodder1SuperNova
    Spell, Triggerable
    Critical Strike Chance: 5%
    Cast Time: 1 sec
    Deals 1412 to 2118 Fire Damage
    is area damage [1]
    GSAtlasInvadersBlackStarFodder1HyperNova
    Spell, Triggerable
    Critical Strike Chance: 5%
    Cast Time: 2.333 sec
    Cooldown Time: 3 sec
    Deals 2946 to 4419 Fire Damage
    is area damage [1]
    spell maximum action distance +% [-90]

    Object Type

    version 2
    extends "Metadata/Monsters/AtlasInvaders/BlackStarMonsters/BlackStarMonsterBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/AtlasInvaders/BlackStarMonsters/BlackStarMonsterBase"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/BlackStar_Minions/EPK/fodder_1_body.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/BlackStar_Minions/EPK/fodder_1_body.epk );"
    	on_death = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Doom_Minions/EPK/monster_death_emissive_off.epk );"
    	on_spawned_dead = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Doom_Minions/EPK/monster_death_emissive_off.epk );"
    }
    
    Preload
    {
    	preload_epk = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/BlackStar_Minions/EPK/fodder_1_body.epk"
    	preload_epk = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Doom_Minions/EPK/monster_death_emissive_off.epk"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AtlasInvaders/BlackStarMonsters/BlackStarFodder1"] = {
        name = "Void Construct",
        life = 1.56,
        energyShield = 1,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.96,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "GPSAtlasInvadersBlackStarFodder1Sun",
            "GSAtlasInvadersBlackStarFodder1SuperNova",
            "GSAtlasInvadersBlackStarFodder1HyperNova",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GPSAtlasInvadersBlackStarFodder1Sun"] = {
        name = "GPSAtlasInvadersBlackStarFodder1Sun",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_maximum_action_distance_+%",
            "number_of_projectiles_override",
            "base_is_projectile",
            "use_scaled_contact_offset",
            "projectile_uses_contact_position",
            "always_ignite",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -40, 1, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSAtlasInvadersBlackStarFodder1SuperNova"] = {
        name = "GSAtlasInvadersBlackStarFodder1SuperNova",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSAtlasInvadersBlackStarFodder1HyperNova"] = {
        name = "GSAtlasInvadersBlackStarFodder1HyperNova",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.333,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -90, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Void Construct
    Eldritch
    SpectreY
    Tagscaster, cleaving_weapon, construct, eldritch, fire_affinity, flesh_armour, is_unarmed, medium_movement, melee, not_dex, not_str, physical_affinity, red_blood
    Life
    156%
    Energy Shield From Life
    100%
    Ailment Threshold
    156%
    Resistance
    75 0 0 0
    Damage
    96%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    4 ~ 11
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    120%
    Model Size
    100%
    Type
    AtlasInvadersBlackStarFodder1
    Metadata
    BlackStarFodder1Spectre_
    Level
    68
    Life
    10,036
    Armour
    28,790
    Evasion
    4,739
    Energy Shield
    6,127
    Damage
    359
    Spell Damage
    359
    Accuracy
    290
    Attack Time
    1.5
    Experience
    12,306
    Ailment Threshold
    10,036
    Chill
    32
    Shock
    32
    Brittle
    180
    Scorch
    32
    Sap
    88
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 287–430
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    GPSAtlasInvadersBlackStarFodder1Sun
    Spell, Triggerable
    Critical Strike Chance: 5%
    Cast Time: 2.5 sec
    Cooldown Time: 4 sec
    Hits always Ignite
    Deals 1412 to 2118 Fire Damage
    base is projectile [1]
    number of projectiles override [1]
    projectile uses contact position [1]
    spell maximum action distance +% [-40]
    use scaled contact offset [1]
    GSAtlasInvadersBlackStarFodder1SuperNova
    Spell, Triggerable
    Critical Strike Chance: 5%
    Cast Time: 1 sec
    Deals 1412 to 2118 Fire Damage
    is area damage [1]
    GSAtlasInvadersBlackStarFodder1HyperNova
    Spell, Triggerable
    Critical Strike Chance: 5%
    Cast Time: 2.333 sec
    Cooldown Time: 3 sec
    Deals 2946 to 4419 Fire Damage
    is area damage [1]
    spell maximum action distance +% [-90]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/BlackStar_Minions/EPK/fodder_1_body.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/BlackStar_Minions/EPK/fodder_1_body.epk );"
    	on_death = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Doom_Minions/EPK/monster_death_emissive_off.epk );"
    	on_spawned_dead = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Doom_Minions/EPK/monster_death_emissive_off.epk );"
    }
    
    Preload
    {
    	preload_epk = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/BlackStar_Minions/EPK/fodder_1_body.epk"
    	preload_epk = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Doom_Minions/EPK/monster_death_emissive_off.epk"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AtlasInvaders/BlackStarMonsters/BlackStarFodder1Spectre_"] = {
        name = "Void Construct",
        life = 1.56,
        energyShield = 1,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.96,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "GPSAtlasInvadersBlackStarFodder1Sun",
            "GSAtlasInvadersBlackStarFodder1SuperNova",
            "GSAtlasInvadersBlackStarFodder1HyperNova",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GPSAtlasInvadersBlackStarFodder1Sun"] = {
        name = "GPSAtlasInvadersBlackStarFodder1Sun",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_maximum_action_distance_+%",
            "number_of_projectiles_override",
            "base_is_projectile",
            "use_scaled_contact_offset",
            "projectile_uses_contact_position",
            "always_ignite",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -40, 1, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSAtlasInvadersBlackStarFodder1SuperNova"] = {
        name = "GSAtlasInvadersBlackStarFodder1SuperNova",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSAtlasInvadersBlackStarFodder1HyperNova"] = {
        name = "GSAtlasInvadersBlackStarFodder1HyperNova",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.333,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -90, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Edit

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