Endless Hazard
You take Physical Damage whenever you use a movement skill
%_of_life_to_take_as_damage_on_using_a_movement_skill
%_of_energy_shield_to_take_as_damage_on_using_a_movement_skill
Attribute /5

aura_damage_on_movement_skill_use

Key
Value
CostiLvl 1: Normal: 1xOrb of Transmutation · Magic: 1xOrb of Alteration · Rare: 3xOrb of Alchemy · Unique: 5xChaos Orb
AcronymIgnite
BuffGroupsID30
IsBuffDefinition1
BuffMergeModesID3
Code% of life to take as damage on using a movement skill
IsPublic1
IsLocal0
IsWeaponLocal0
IsProxied
IsParty0
IsVirtual0
IsScalable1
StatSemanticsPercentage
Code% of energy shield to take as damage on using a movement skill
IsPublic1
IsLocal0
IsWeaponLocal0
IsProxied
IsParty0
IsVirtual0
IsScalable1
StatSemanticsPercentage
Endless Hazard
Construct
damage taken +% from arrow traps final [-100]
Monsters do not grant Flask Charges when Slain
Enemies take Damage when using Movement skills
cant touch this [1]
cant possess this [1]
SpectreN
Tagsconstruct, immobile, is_unarmed, large_model, medium_height, not_dex, not_int, plate_armour
Life
200%
Armour
+100%
Ailment Threshold
200%
Resistance
0 0 0 0
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
LabyrinthMonsterTotem
Metadata
LabyrinthPopUpTotemDamageTakenOnMovementSkillUse
Level
68
Life
12,867
Armour
57,580
Evasion Rating
4,739
Damage
374
Spell Damage
374
Accuracy
580
Attack Time
1.5
Experience
10,255
Minion Life
2,791
Minion Damage
298
Ailment Threshold
12,867
Chill
41
Shock
41
Brittle
230
Scorch
41
Sap
112
ReviveAfterDuration
Spell, Triggerable
Cast Time: 1 sec
Base duration is 6 seconds
100% chance to Trigger this Spell on Death
SummonDaemonAtLocators
Spawns daemons in specific locations to restrict player movement skills
summoned monsters are minions [1]

Object Type

version 2
extends "Metadata/Monsters/PopupTrap/popup"

Object Type Codes

version 2
extends "Metadata/Monsters/PopupTrap/popup"

Life
{
	on_death = "RemoveEffects(); DetachAll();"
	on_spawned_alive = "AddAttached( Metadata/Effects/Spells/totems/damagetakenonmovement/damagetakenonmovementtotem.ao,  );"
}

Animated
{
	on_emerge = "AddAttached( Metadata/Effects/Spells/totems/damagetakenonmovement/damagetakenonmovementtotem.ao,  );"
}

Render
{
	preload_buff_visual = "monster_aura_damage_on_movement_skill_use"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Totems/LabyrinthPopUpTotemDamageTakenOnMovementSkillUse"] = {
    name = "Endless Hazard",
    life = 2,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "ReviveAfterDuration",
        "SummonDaemonAtLocators",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["ReviveAfterDuration"] = {
    name = "ReviveAfterDuration",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "cast_on_death_%",
    },
    levels = {
        [1] = {6000, 100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SummonDaemonAtLocators"] = {
    name = "SummonDaemonAtLocators",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Spawns daemons in specific locations to restrict player movement skills",
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.05,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "summoned_monsters_are_minions",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
damage taken +% from arrow traps final [-100]
IdLabyrinthArrowTrapDamageTaken2_
FamilyLabyrinthTrapDamage
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • damage taken +% from arrow traps final Min: -100 Max: -100 Global
  • Monsters do not grant Flask Charges when Slain
    IdMonsterNoFlaskCharges
    FamilyMonsterSlainNoFlaskCharges
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster grants no flask charges Min: 1 Max: 1 Global
  • Craft Tagsflask
    Enemies take Damage when using Movement skills
    IdTotemHasMovementSkillDamageAuraText
    FamilyTotemHasMovementSkillDamageAuraText
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster has movement skill damage aura text Min: 1 Max: 1 Global
  • cant touch this [1]
    IdTormentCantTouchThis
    FamilyCantTouchThis
    DomainsMonster (3)
    GenerationTypeTorment (7)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this [1]
    IdTormentCantPossessThis
    FamilyCantPossessThis
    DomainsMonster (3)
    GenerationTypeTorment (7)
    Req. level1
    Stats
  • cant possess this Min: 1 Max: 1 Global
  • Endless Hazard
    Construct
    damage taken +% from arrow traps final [-100]
    Monsters do not grant Flask Charges when Slain
    level [0]
    Enemies take Damage when using Movement skills
    cant touch this [1]
    cant possess this [1]
    SpectreN
    Tagsconstruct, immobile, is_unarmed, large_model, medium_height, not_dex, not_int, plate_armour
    Life
    200%
    Armour
    +100%
    Ailment Threshold
    200%
    Resistance
    0 0 0 0
    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
    LabyrinthMonsterTotem
    Metadata
    LabyrinthPopUpTotemDamageTakenOnMovementSkillUseProximityShield
    Level
    68
    Life
    12,867
    Armour
    57,580
    Evasion Rating
    4,739
    Damage
    374
    Spell Damage
    374
    Accuracy
    580
    Attack Time
    1.5
    Experience
    10,255
    Minion Life
    2,791
    Minion Damage
    298
    Ailment Threshold
    12,867
    Chill
    41
    Shock
    41
    Brittle
    230
    Scorch
    41
    Sap
    112
    ReviveAfterDuration
    Spell, Triggerable
    Cast Time: 1 sec
    Base duration is 6 seconds
    100% chance to Trigger this Spell on Death
    SummonDaemonAtLocators
    Spawns daemons in specific locations to restrict player movement skills
    summoned monsters are minions [1]

    Object Type

    version 2
    extends "Metadata/Monsters/PopupTrap/popup"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/PopupTrap/popup"
    
    Life
    {
    	on_death = "RemoveEffects(); DetachAll();"
    	on_spawned_alive = "AddAttached( Metadata/Effects/Spells/totems/damagetakenonmovement/damagetakenonmovementtotem.ao,  );"
    }
    
    Animated
    {
    	on_emerge = "AddAttached( Metadata/Effects/Spells/totems/damagetakenonmovement/damagetakenonmovementtotem.ao,  );"
    }
    
    Render
    {
    	preload_buff_visual = "monster_aura_damage_on_movement_skill_use"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Totems/LabyrinthPopUpTotemDamageTakenOnMovementSkillUseProximityShield"] = {
        name = "Endless Hazard",
        life = 2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "ReviveAfterDuration",
            "SummonDaemonAtLocators",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ReviveAfterDuration"] = {
        name = "ReviveAfterDuration",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "cast_on_death_%",
        },
        levels = {
            [1] = {6000, 100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SummonDaemonAtLocators"] = {
        name = "SummonDaemonAtLocators",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Spawns daemons in specific locations to restrict player movement skills",
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.05,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "summoned_monsters_are_minions",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    damage taken +% from arrow traps final [-100]
    IdLabyrinthArrowTrapDamageTaken2_
    FamilyLabyrinthTrapDamage
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • damage taken +% from arrow traps final Min: -100 Max: -100 Global
  • Monsters do not grant Flask Charges when Slain
    IdMonsterNoFlaskCharges
    FamilyMonsterSlainNoFlaskCharges
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster grants no flask charges Min: 1 Max: 1 Global
  • Craft Tagsflask
    level [0]
    IdPopUpTotemProximityShield
    NameProximity Shield
    FamilyMonsterNemesis
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • level Min: 0 Max: 0 Global
  • Enemies take Damage when using Movement skills
    IdTotemHasMovementSkillDamageAuraText
    FamilyTotemHasMovementSkillDamageAuraText
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster has movement skill damage aura text Min: 1 Max: 1 Global
  • cant touch this [1]
    IdTormentCantTouchThis
    FamilyCantTouchThis
    DomainsMonster (3)
    GenerationTypeTorment (7)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this [1]
    IdTormentCantPossessThis
    FamilyCantPossessThis
    DomainsMonster (3)
    GenerationTypeTorment (7)
    Req. level1
    Stats
  • cant possess this Min: 1 Max: 1 Global
  • Edit

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