Accursed Monolith
Construct
Cannot be Stunned
Cannot be Knocked Back
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
SpectreN
Tagsconstruct, immobile, is_unarmed, medium_height, mud_blood, non_attacking, stone_armour
Life
1000%
Ailment Threshold
1000%
Resistance
40 40 40 25
Damage
100%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
Experience
100%
Model Size
100%
Type
DoedreStonePillar
Metadata
DoedreStonePillarVulnerability
Level
68
Life
64,334
Armour
28,790
Evasion Rating
4,739
Damage
374
Spell Damage
374
Accuracy
580
Attack Time
1.5
Experience
10,255
Minion Life
13,955
Minion Damage
298
Ailment Threshold
64,334
Chill
203
Shock
203
Brittle
1,151
Scorch
203
Sap
562
EmptyActionSpellDoedreCursePillar
Spell
Cast Time: 1 sec
Cooldown Time: 4 sec

Object Type

version 2
extends "Metadata/Monsters/Doedre/DoedreStonePillar"

Actor 
{ 
	basic_action = "Emerge"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Doedre/DoedreStonePillar"

Render
{
	preload_buff_visual = "doedre_pillar_red_aura"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/DoedreStonePillar/DoedreStonePillarVulnerability"] = {
    name = "Accursed Monolith",
    life = 10,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "EmptyActionSpellDoedreCursePillar",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionSpellDoedreCursePillar"] = {
    name = "EmptyActionSpellDoedreCursePillar",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Cannot be Stunned
IdMonsterImplicitCannotBeStunned1
FamilyMonsterCannotBeStunned
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • base cannot be stunned Min: 1 Max: 1 Global
  • Cannot be Knocked Back
    IdMonsterCannotBeKnockedBack
    FamilyCannotBeKnockedBack
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Accursed Monolith
    Construct
    Cannot be Stunned
    Cannot be Knocked Back
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    SpectreN
    Tagsconstruct, immobile, is_unarmed, medium_height, mud_blood, non_attacking, stone_armour
    Life
    600%
    Ailment Threshold
    600%
    Resistance
    40 40 40 25
    Damage
    100%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    Experience
    100%
    Model Size
    100%
    Type
    DoedreStonePillarUber
    Metadata
    DoedreStonePillarVulnerabilityUber
    Level
    68
    Life
    38,600
    Armour
    28,790
    Evasion Rating
    4,739
    Damage
    374
    Spell Damage
    374
    Accuracy
    580
    Attack Time
    1.5
    Experience
    10,255
    Minion Life
    8,373
    Minion Damage
    298
    Ailment Threshold
    38,600
    Chill
    122
    Shock
    122
    Brittle
    691
    Scorch
    122
    Sap
    337
    EmptyActionSpellDoedreCursePillar
    Spell
    Cast Time: 1 sec
    Cooldown Time: 4 sec

    Object Type

    version 2
    extends "Metadata/Monsters/Doedre/DoedreStonePillar"
    
    Actor 
    { 
    	basic_action = "Emerge"
    }
    
    Stats
    {
    	set_monster_uses_map_boss_difficulty_scaling = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Doedre/DoedreStonePillar"
    
    Render
    {
    	preload_buff_visual = "doedre_pillar_red_aura"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DoedreStonePillar/DoedreStonePillarVulnerabilityUber"] = {
        name = "Accursed Monolith",
        life = 6,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "EmptyActionSpellDoedreCursePillar",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionSpellDoedreCursePillar"] = {
        name = "EmptyActionSpellDoedreCursePillar",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Cannot be Stunned
    IdMonsterImplicitCannotBeStunned1
    FamilyMonsterCannotBeStunned
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base cannot be stunned Min: 1 Max: 1 Global
  • Cannot be Knocked Back
    IdMonsterCannotBeKnockedBack
    FamilyCannotBeKnockedBack
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Accursed Monolith
    Construct
    Cannot be Stunned
    Cannot be Knocked Back
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    SpectreN
    Tagsconstruct, immobile, is_unarmed, medium_height, mud_blood, non_attacking, stone_armour
    Life
    1000%
    Ailment Threshold
    1000%
    Resistance
    40 40 40 25
    Damage
    100%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    Experience
    100%
    Model Size
    100%
    Type
    DoedreStonePillar
    Metadata
    DoedreStonePillarTemporalChains
    Level
    68
    Life
    64,334
    Armour
    28,790
    Evasion Rating
    4,739
    Damage
    374
    Spell Damage
    374
    Accuracy
    580
    Attack Time
    1.5
    Experience
    10,255
    Minion Life
    13,955
    Minion Damage
    298
    Ailment Threshold
    64,334
    Chill
    203
    Shock
    203
    Brittle
    1,151
    Scorch
    203
    Sap
    562
    EmptyActionSpellDoedreCursePillar
    Spell
    Cast Time: 1 sec
    Cooldown Time: 4 sec

    Object Type

    version 2
    extends "Metadata/Monsters/Doedre/DoedreStonePillar"
    
    Actor 
    { 
    	basic_action = "Emerge"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Doedre/DoedreStonePillar"
    
    Render
    {
    	preload_buff_visual = "doedre_pillar_purple_aura"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DoedreStonePillar/DoedreStonePillarTemporalChains"] = {
        name = "Accursed Monolith",
        life = 10,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "EmptyActionSpellDoedreCursePillar",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionSpellDoedreCursePillar"] = {
        name = "EmptyActionSpellDoedreCursePillar",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Cannot be Stunned
    IdMonsterImplicitCannotBeStunned1
    FamilyMonsterCannotBeStunned
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base cannot be stunned Min: 1 Max: 1 Global
  • Cannot be Knocked Back
    IdMonsterCannotBeKnockedBack
    FamilyCannotBeKnockedBack
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Accursed Monolith
    Construct
    Cannot be Stunned
    Cannot be Knocked Back
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    SpectreN
    Tagsconstruct, immobile, is_unarmed, medium_height, mud_blood, non_attacking, stone_armour
    Life
    600%
    Ailment Threshold
    600%
    Resistance
    40 40 40 25
    Damage
    100%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    Experience
    100%
    Model Size
    100%
    Type
    DoedreStonePillarUber
    Metadata
    DoedreStonePillarTemporalChainsUber
    Level
    68
    Life
    38,600
    Armour
    28,790
    Evasion Rating
    4,739
    Damage
    374
    Spell Damage
    374
    Accuracy
    580
    Attack Time
    1.5
    Experience
    10,255
    Minion Life
    8,373
    Minion Damage
    298
    Ailment Threshold
    38,600
    Chill
    122
    Shock
    122
    Brittle
    691
    Scorch
    122
    Sap
    337
    EmptyActionSpellDoedreCursePillar
    Spell
    Cast Time: 1 sec
    Cooldown Time: 4 sec

    Object Type

    version 2
    extends "Metadata/Monsters/Doedre/DoedreStonePillar"
    
    Actor 
    { 
    	basic_action = "Emerge"
    }
    
    Stats
    {
    	set_monster_uses_map_boss_difficulty_scaling = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Doedre/DoedreStonePillar"
    
    Render
    {
    	preload_buff_visual = "doedre_pillar_purple_aura"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DoedreStonePillar/DoedreStonePillarTemporalChainsUber"] = {
        name = "Accursed Monolith",
        life = 6,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "EmptyActionSpellDoedreCursePillar",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionSpellDoedreCursePillar"] = {
        name = "EmptyActionSpellDoedreCursePillar",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Cannot be Stunned
    IdMonsterImplicitCannotBeStunned1
    FamilyMonsterCannotBeStunned
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base cannot be stunned Min: 1 Max: 1 Global
  • Cannot be Knocked Back
    IdMonsterCannotBeKnockedBack
    FamilyCannotBeKnockedBack
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Accursed Monolith
    Construct
    Cannot be Stunned
    Cannot be Knocked Back
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    SpectreN
    Tagsconstruct, immobile, is_unarmed, medium_height, mud_blood, non_attacking, stone_armour
    Life
    1000%
    Ailment Threshold
    1000%
    Resistance
    40 40 40 25
    Damage
    100%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    Experience
    100%
    Model Size
    100%
    Type
    DoedreStonePillar
    Metadata
    DoedreStonePillarEnfeeble
    Level
    68
    Life
    64,334
    Armour
    28,790
    Evasion Rating
    4,739
    Damage
    374
    Spell Damage
    374
    Accuracy
    580
    Attack Time
    1.5
    Experience
    10,255
    Minion Life
    13,955
    Minion Damage
    298
    Ailment Threshold
    64,334
    Chill
    203
    Shock
    203
    Brittle
    1,151
    Scorch
    203
    Sap
    562
    EmptyActionSpellDoedreCursePillar
    Spell
    Cast Time: 1 sec
    Cooldown Time: 4 sec

    Object Type

    version 2
    extends "Metadata/Monsters/Doedre/DoedreStonePillar"
    Actor 
    { 
    	basic_action = "Emerge"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Doedre/DoedreStonePillar"
    
    Render
    {
    	preload_buff_visual = "doedre_pillar_green_aura"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DoedreStonePillar/DoedreStonePillarEnfeeble"] = {
        name = "Accursed Monolith",
        life = 10,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "EmptyActionSpellDoedreCursePillar",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionSpellDoedreCursePillar"] = {
        name = "EmptyActionSpellDoedreCursePillar",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Cannot be Stunned
    IdMonsterImplicitCannotBeStunned1
    FamilyMonsterCannotBeStunned
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base cannot be stunned Min: 1 Max: 1 Global
  • Cannot be Knocked Back
    IdMonsterCannotBeKnockedBack
    FamilyCannotBeKnockedBack
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Accursed Monolith
    Construct
    Cannot be Stunned
    Cannot be Knocked Back
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    SpectreN
    Tagsconstruct, immobile, is_unarmed, medium_height, mud_blood, non_attacking, stone_armour
    Life
    600%
    Ailment Threshold
    600%
    Resistance
    40 40 40 25
    Damage
    100%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    Experience
    100%
    Model Size
    100%
    Type
    DoedreStonePillarUber
    Metadata
    DoedreStonePillarEnfeebleUber
    Level
    68
    Life
    38,600
    Armour
    28,790
    Evasion Rating
    4,739
    Damage
    374
    Spell Damage
    374
    Accuracy
    580
    Attack Time
    1.5
    Experience
    10,255
    Minion Life
    8,373
    Minion Damage
    298
    Ailment Threshold
    38,600
    Chill
    122
    Shock
    122
    Brittle
    691
    Scorch
    122
    Sap
    337
    EmptyActionSpellDoedreCursePillar
    Spell
    Cast Time: 1 sec
    Cooldown Time: 4 sec

    Object Type

    version 2
    extends "Metadata/Monsters/Doedre/DoedreStonePillar"
    
    Actor 
    { 
    	basic_action = "Emerge"
    }
    
    Stats
    {
    	set_monster_uses_map_boss_difficulty_scaling = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Doedre/DoedreStonePillar"
    
    Render
    {
    	preload_buff_visual = "doedre_pillar_green_aura"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DoedreStonePillar/DoedreStonePillarEnfeebleUber"] = {
        name = "Accursed Monolith",
        life = 6,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "EmptyActionSpellDoedreCursePillar",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionSpellDoedreCursePillar"] = {
        name = "EmptyActionSpellDoedreCursePillar",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Cannot be Stunned
    IdMonsterImplicitCannotBeStunned1
    FamilyMonsterCannotBeStunned
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base cannot be stunned Min: 1 Max: 1 Global
  • Cannot be Knocked Back
    IdMonsterCannotBeKnockedBack
    FamilyCannotBeKnockedBack
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Accursed Monolith
    Construct
    Cannot be Stunned
    Cannot be Knocked Back
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    SpectreN
    Tagsconstruct, immobile, is_unarmed, mud_blood, non_attacking, stone_armour
    Life
    1000%
    Ailment Threshold
    1000%
    Resistance
    40 40 40 25
    Damage
    100%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    Experience
    100%
    Model Size
    100%
    Type
    DoedreStonePillar
    Metadata
    DoedreStonePillarVulnerabilityStandalone
    Level
    68
    Life
    64,334
    Armour
    28,790
    Evasion Rating
    4,739
    Damage
    374
    Spell Damage
    374
    Accuracy
    580
    Attack Time
    1.5
    Experience
    10,255
    Minion Life
    13,955
    Minion Damage
    298
    Ailment Threshold
    64,334
    Chill
    203
    Shock
    203
    Brittle
    1,151
    Scorch
    203
    Sap
    562
    EmptyActionSpellDoedreCursePillarStandalone
    Spell
    Cast Time: 1 sec
    Cooldown Time: 1.8 sec

    Object Type

    version 2
    extends "Metadata/Monsters/Doedre/DoedreStonePillar"
    
    Actor 
    { 
    	basic_action = "Emerge"
    }
    
    DiesAfterTime {}

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Doedre/DoedreStonePillar"
    
    Render
    {
    	preload_buff_visual = "doedre_pillar_red_aura"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DoedreStonePillar/DoedreStonePillarVulnerabilityStandalone"] = {
        name = "Accursed Monolith",
        life = 10,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "EmptyActionSpellDoedreCursePillarStandalone",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionSpellDoedreCursePillarStandalone"] = {
        name = "EmptyActionSpellDoedreCursePillarStandalone",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Cannot be Stunned
    IdMonsterImplicitCannotBeStunned1
    FamilyMonsterCannotBeStunned
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base cannot be stunned Min: 1 Max: 1 Global
  • Cannot be Knocked Back
    IdMonsterCannotBeKnockedBack
    FamilyCannotBeKnockedBack
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Accursed Monolith
    Construct
    Cannot be Stunned
    Cannot be Knocked Back
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    SpectreN
    Tagsconstruct, immobile, is_unarmed, mud_blood, non_attacking, stone_armour
    Life
    1000%
    Ailment Threshold
    1000%
    Resistance
    40 40 40 25
    Damage
    100%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    Experience
    100%
    Model Size
    100%
    Type
    DoedreStonePillar
    Metadata
    DoedreStonePillarTemporalChainsStandalone
    Level
    68
    Life
    64,334
    Armour
    28,790
    Evasion Rating
    4,739
    Damage
    374
    Spell Damage
    374
    Accuracy
    580
    Attack Time
    1.5
    Experience
    10,255
    Minion Life
    13,955
    Minion Damage
    298
    Ailment Threshold
    64,334
    Chill
    203
    Shock
    203
    Brittle
    1,151
    Scorch
    203
    Sap
    562
    EmptyActionSpellDoedreCursePillarStandalone
    Spell
    Cast Time: 1 sec
    Cooldown Time: 1.8 sec

    Object Type

    version 2
    extends "Metadata/Monsters/Doedre/DoedreStonePillar"
    
    Actor 
    { 
    	basic_action = "Emerge"
    }
    
    DiesAfterTime {}

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Doedre/DoedreStonePillar"
    
    Render
    {
    	preload_buff_visual = "doedre_pillar_purple_aura"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DoedreStonePillar/DoedreStonePillarTemporalChainsStandalone"] = {
        name = "Accursed Monolith",
        life = 10,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "EmptyActionSpellDoedreCursePillarStandalone",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionSpellDoedreCursePillarStandalone"] = {
        name = "EmptyActionSpellDoedreCursePillarStandalone",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Cannot be Stunned
    IdMonsterImplicitCannotBeStunned1
    FamilyMonsterCannotBeStunned
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base cannot be stunned Min: 1 Max: 1 Global
  • Cannot be Knocked Back
    IdMonsterCannotBeKnockedBack
    FamilyCannotBeKnockedBack
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Accursed Monolith
    Construct
    Cannot be Stunned
    Cannot be Knocked Back
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    SpectreN
    Tagsconstruct, immobile, is_unarmed, mud_blood, non_attacking, stone_armour
    Life
    1000%
    Ailment Threshold
    1000%
    Resistance
    40 40 40 25
    Damage
    100%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    Experience
    100%
    Model Size
    100%
    Type
    DoedreStonePillar
    Metadata
    DoedreStonePillarEnfeebleStandalone
    Level
    68
    Life
    64,334
    Armour
    28,790
    Evasion Rating
    4,739
    Damage
    374
    Spell Damage
    374
    Accuracy
    580
    Attack Time
    1.5
    Experience
    10,255
    Minion Life
    13,955
    Minion Damage
    298
    Ailment Threshold
    64,334
    Chill
    203
    Shock
    203
    Brittle
    1,151
    Scorch
    203
    Sap
    562
    EmptyActionSpellDoedreCursePillarStandalone
    Spell
    Cast Time: 1 sec
    Cooldown Time: 1.8 sec

    Object Type

    version 2
    extends "Metadata/Monsters/Doedre/DoedreStonePillar"
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    DiesAfterTime {}

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Doedre/DoedreStonePillar"
    
    Render
    {
    	preload_buff_visual = "doedre_pillar_green_aura"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DoedreStonePillar/DoedreStonePillarEnfeebleStandalone"] = {
        name = "Accursed Monolith",
        life = 10,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "EmptyActionSpellDoedreCursePillarStandalone",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionSpellDoedreCursePillarStandalone"] = {
        name = "EmptyActionSpellDoedreCursePillarStandalone",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Cannot be Stunned
    IdMonsterImplicitCannotBeStunned1
    FamilyMonsterCannotBeStunned
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base cannot be stunned Min: 1 Max: 1 Global
  • Cannot be Knocked Back
    IdMonsterCannotBeKnockedBack
    FamilyCannotBeKnockedBack
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Edit

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