Monolithe maudit
Fabrication
Vous ne pouvez pas être Étourdi
Vous ne pouvez pas être Repoussé(e)
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Accursed Monolith
SpectreN
Tagsconstruct, immobile, is_unarmed, medium_height, mud_blood, non_attacking, stone_armour
Vie
1000%
Ailment Threshold
1000%
Résistance
40 40 40 25
Damage
100%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
Expérience
100%
Model Size
100%
Type
DoedreStonePillar
Metadata
DoedreStonePillarVulnerability
Niveau
68
Vie
64,334
Armure
28,790
Score d'Évasion
4,739
Damage
374
Dégâts des sorts
374
Précision
580
Attack Time
1.5
Expérience
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
Temps d'incantation: 1 sec.
Temps de recharge: 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 = { }, },
    },
}
Vous ne pouvez pas être Étourdi
IdMonsterImplicitCannotBeStunned1
FamilyMonsterCannotBeStunned
Domainsmonstre (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • base cannot be stunned Min: 1 Max: 1 Global
  • Vous ne pouvez pas être Repoussé(e)
    IdMonsterCannotBeKnockedBack
    FamilyCannotBeKnockedBack
    Domainsmonstre (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
    Domainsmonstre (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
  • Monolithe maudit
    Fabrication
    Vous ne pouvez pas être Étourdi
    Vous ne pouvez pas être Repoussé(e)
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Accursed Monolith
    SpectreN
    Tagsconstruct, immobile, is_unarmed, medium_height, mud_blood, non_attacking, stone_armour
    Vie
    600%
    Ailment Threshold
    600%
    Résistance
    40 40 40 25
    Damage
    100%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    Expérience
    100%
    Model Size
    100%
    Type
    DoedreStonePillarUber
    Metadata
    DoedreStonePillarVulnerabilityUber
    Niveau
    68
    Vie
    38,600
    Armure
    28,790
    Score d'Évasion
    4,739
    Damage
    374
    Dégâts des sorts
    374
    Précision
    580
    Attack Time
    1.5
    Expérience
    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
    Temps d'incantation: 1 sec.
    Temps de recharge: 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 = { }, },
        },
    }
    
    Vous ne pouvez pas être Étourdi
    IdMonsterImplicitCannotBeStunned1
    FamilyMonsterCannotBeStunned
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base cannot be stunned Min: 1 Max: 1 Global
  • Vous ne pouvez pas être Repoussé(e)
    IdMonsterCannotBeKnockedBack
    FamilyCannotBeKnockedBack
    Domainsmonstre (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
    Domainsmonstre (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
  • Monolithe maudit
    Fabrication
    Vous ne pouvez pas être Étourdi
    Vous ne pouvez pas être Repoussé(e)
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Accursed Monolith
    SpectreN
    Tagsconstruct, immobile, is_unarmed, medium_height, mud_blood, non_attacking, stone_armour
    Vie
    1000%
    Ailment Threshold
    1000%
    Résistance
    40 40 40 25
    Damage
    100%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    Expérience
    100%
    Model Size
    100%
    Type
    DoedreStonePillar
    Metadata
    DoedreStonePillarTemporalChains
    Niveau
    68
    Vie
    64,334
    Armure
    28,790
    Score d'Évasion
    4,739
    Damage
    374
    Dégâts des sorts
    374
    Précision
    580
    Attack Time
    1.5
    Expérience
    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
    Temps d'incantation: 1 sec.
    Temps de recharge: 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 = { }, },
        },
    }
    
    Vous ne pouvez pas être Étourdi
    IdMonsterImplicitCannotBeStunned1
    FamilyMonsterCannotBeStunned
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base cannot be stunned Min: 1 Max: 1 Global
  • Vous ne pouvez pas être Repoussé(e)
    IdMonsterCannotBeKnockedBack
    FamilyCannotBeKnockedBack
    Domainsmonstre (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
    Domainsmonstre (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
  • Monolithe maudit
    Fabrication
    Vous ne pouvez pas être Étourdi
    Vous ne pouvez pas être Repoussé(e)
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Accursed Monolith
    SpectreN
    Tagsconstruct, immobile, is_unarmed, medium_height, mud_blood, non_attacking, stone_armour
    Vie
    600%
    Ailment Threshold
    600%
    Résistance
    40 40 40 25
    Damage
    100%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    Expérience
    100%
    Model Size
    100%
    Type
    DoedreStonePillarUber
    Metadata
    DoedreStonePillarTemporalChainsUber
    Niveau
    68
    Vie
    38,600
    Armure
    28,790
    Score d'Évasion
    4,739
    Damage
    374
    Dégâts des sorts
    374
    Précision
    580
    Attack Time
    1.5
    Expérience
    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
    Temps d'incantation: 1 sec.
    Temps de recharge: 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 = { }, },
        },
    }
    
    Vous ne pouvez pas être Étourdi
    IdMonsterImplicitCannotBeStunned1
    FamilyMonsterCannotBeStunned
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base cannot be stunned Min: 1 Max: 1 Global
  • Vous ne pouvez pas être Repoussé(e)
    IdMonsterCannotBeKnockedBack
    FamilyCannotBeKnockedBack
    Domainsmonstre (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
    Domainsmonstre (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
  • Monolithe maudit
    Fabrication
    Vous ne pouvez pas être Étourdi
    Vous ne pouvez pas être Repoussé(e)
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Accursed Monolith
    SpectreN
    Tagsconstruct, immobile, is_unarmed, medium_height, mud_blood, non_attacking, stone_armour
    Vie
    1000%
    Ailment Threshold
    1000%
    Résistance
    40 40 40 25
    Damage
    100%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    Expérience
    100%
    Model Size
    100%
    Type
    DoedreStonePillar
    Metadata
    DoedreStonePillarEnfeeble
    Niveau
    68
    Vie
    64,334
    Armure
    28,790
    Score d'Évasion
    4,739
    Damage
    374
    Dégâts des sorts
    374
    Précision
    580
    Attack Time
    1.5
    Expérience
    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
    Temps d'incantation: 1 sec.
    Temps de recharge: 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 = { }, },
        },
    }
    
    Vous ne pouvez pas être Étourdi
    IdMonsterImplicitCannotBeStunned1
    FamilyMonsterCannotBeStunned
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base cannot be stunned Min: 1 Max: 1 Global
  • Vous ne pouvez pas être Repoussé(e)
    IdMonsterCannotBeKnockedBack
    FamilyCannotBeKnockedBack
    Domainsmonstre (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
    Domainsmonstre (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
  • Monolithe maudit
    Fabrication
    Vous ne pouvez pas être Étourdi
    Vous ne pouvez pas être Repoussé(e)
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Accursed Monolith
    SpectreN
    Tagsconstruct, immobile, is_unarmed, medium_height, mud_blood, non_attacking, stone_armour
    Vie
    600%
    Ailment Threshold
    600%
    Résistance
    40 40 40 25
    Damage
    100%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    Expérience
    100%
    Model Size
    100%
    Type
    DoedreStonePillarUber
    Metadata
    DoedreStonePillarEnfeebleUber
    Niveau
    68
    Vie
    38,600
    Armure
    28,790
    Score d'Évasion
    4,739
    Damage
    374
    Dégâts des sorts
    374
    Précision
    580
    Attack Time
    1.5
    Expérience
    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
    Temps d'incantation: 1 sec.
    Temps de recharge: 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 = { }, },
        },
    }
    
    Vous ne pouvez pas être Étourdi
    IdMonsterImplicitCannotBeStunned1
    FamilyMonsterCannotBeStunned
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base cannot be stunned Min: 1 Max: 1 Global
  • Vous ne pouvez pas être Repoussé(e)
    IdMonsterCannotBeKnockedBack
    FamilyCannotBeKnockedBack
    Domainsmonstre (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
    Domainsmonstre (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
  • Monolithe maudit
    Fabrication
    Vous ne pouvez pas être Étourdi
    Vous ne pouvez pas être Repoussé(e)
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Accursed Monolith
    SpectreN
    Tagsconstruct, immobile, is_unarmed, mud_blood, non_attacking, stone_armour
    Vie
    1000%
    Ailment Threshold
    1000%
    Résistance
    40 40 40 25
    Damage
    100%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    Expérience
    100%
    Model Size
    100%
    Type
    DoedreStonePillar
    Metadata
    DoedreStonePillarVulnerabilityStandalone
    Niveau
    68
    Vie
    64,334
    Armure
    28,790
    Score d'Évasion
    4,739
    Damage
    374
    Dégâts des sorts
    374
    Précision
    580
    Attack Time
    1.5
    Expérience
    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
    Temps d'incantation: 1 sec.
    Temps de recharge: 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 = { }, },
        },
    }
    
    Vous ne pouvez pas être Étourdi
    IdMonsterImplicitCannotBeStunned1
    FamilyMonsterCannotBeStunned
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base cannot be stunned Min: 1 Max: 1 Global
  • Vous ne pouvez pas être Repoussé(e)
    IdMonsterCannotBeKnockedBack
    FamilyCannotBeKnockedBack
    Domainsmonstre (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
    Domainsmonstre (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
  • Monolithe maudit
    Fabrication
    Vous ne pouvez pas être Étourdi
    Vous ne pouvez pas être Repoussé(e)
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Accursed Monolith
    SpectreN
    Tagsconstruct, immobile, is_unarmed, mud_blood, non_attacking, stone_armour
    Vie
    1000%
    Ailment Threshold
    1000%
    Résistance
    40 40 40 25
    Damage
    100%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    Expérience
    100%
    Model Size
    100%
    Type
    DoedreStonePillar
    Metadata
    DoedreStonePillarTemporalChainsStandalone
    Niveau
    68
    Vie
    64,334
    Armure
    28,790
    Score d'Évasion
    4,739
    Damage
    374
    Dégâts des sorts
    374
    Précision
    580
    Attack Time
    1.5
    Expérience
    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
    Temps d'incantation: 1 sec.
    Temps de recharge: 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 = { }, },
        },
    }
    
    Vous ne pouvez pas être Étourdi
    IdMonsterImplicitCannotBeStunned1
    FamilyMonsterCannotBeStunned
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base cannot be stunned Min: 1 Max: 1 Global
  • Vous ne pouvez pas être Repoussé(e)
    IdMonsterCannotBeKnockedBack
    FamilyCannotBeKnockedBack
    Domainsmonstre (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
    Domainsmonstre (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
  • Monolithe maudit
    Fabrication
    Vous ne pouvez pas être Étourdi
    Vous ne pouvez pas être Repoussé(e)
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Accursed Monolith
    SpectreN
    Tagsconstruct, immobile, is_unarmed, mud_blood, non_attacking, stone_armour
    Vie
    1000%
    Ailment Threshold
    1000%
    Résistance
    40 40 40 25
    Damage
    100%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    Expérience
    100%
    Model Size
    100%
    Type
    DoedreStonePillar
    Metadata
    DoedreStonePillarEnfeebleStandalone
    Niveau
    68
    Vie
    64,334
    Armure
    28,790
    Score d'Évasion
    4,739
    Damage
    374
    Dégâts des sorts
    374
    Précision
    580
    Attack Time
    1.5
    Expérience
    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
    Temps d'incantation: 1 sec.
    Temps de recharge: 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 = { }, },
        },
    }
    
    Vous ne pouvez pas être Étourdi
    IdMonsterImplicitCannotBeStunned1
    FamilyMonsterCannotBeStunned
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base cannot be stunned Min: 1 Max: 1 Global
  • Vous ne pouvez pas être Repoussé(e)
    IdMonsterCannotBeKnockedBack
    FamilyCannotBeKnockedBack
    Domainsmonstre (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
    Domainsmonstre (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.