MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Unending Fire
Construct
damage taken +% from arrow traps final [-100]
Monsters do not grant Flask Charges when Slain
Casts Fire Nova
cant touch this [1]
cant possess this [1]
Spectre
AreaTrial of Crippling Grief, Trial of Burning Rage, Trial of Swirling Fear, Trial of Piercing Truth, Trial of Stinging Doubt, Trial of Lingering Pain
TagsCaster, construct, fire_affinity, immobile, is_unarmed, large_model, medium_height, not_dex, not_int, plate_armour
Life
200%
Armour
+100%
Ailment Threshold
200%
Resistance
IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
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
LabyrinthPopUpTotemMonsterFire
Level
75
Life
26,987
Armour
99,730
Evasion Rating
6,029
Damage
567
Spell Damage
567
Accuracy
762
Attack Time
1.5
Experience
11,804
Minion Life
5,508
Minion Damage
464
Ailment Threshold
26,987
Chill
85
Shock
85
Brittle
483
Scorch
85
Sap
236
Phys Convert Ele
275%
PopUpTotemFireNova
Spell, Damage, Triggerable, Area, Fire, Multicastable, RemoteMined, AreaSpell, HasReservation
Fire Nova Mine
Cast Time: 0.4 sec
Cooldown Time: 2.5 sec
Lay a remote mine that you can detonate to create a series of fire novas. Each sequential nova from the same mine will do higher damage than the previous.
Repeats 2 times
Deals 1305 to 1958 Fire Damage
40% increased Cast Speed
is area damage [1]
FireNovaMine
ReviveAfterDuration
Spell, Triggerable
Cast Time: 1 sec
Base duration is 6 seconds
100% chance to Trigger this Spell on Death

Object Type

version 2
extends "Metadata/Monsters/Monster"

Positioned
{
	blocking = true
	object_size = 3
	force_placement = true
}

Transitionable
{
	num_states = 3
}

Pathfinding
{
	immobile = true
}

Stats
{
	set_item_drop_slots = 0
	set_cannot_be_converted_or_dominated = 1
	mana_regeneration_rate_per_minute_% = 100
	base_maximum_mana = 100000
	set_monster_no_drops_or_experience = 1
	set_max_frenzy_charges = 0
	set_max_power_charges = 0
	set_physical_damage_reduction_%_per_endurance_charge = 5
	set_resist_all_elements_%_per_endurance_charge = 5
	set_immune_vaal_lighting_warp = 1
	immune_to_labyrinth_degen_effect = 1
	immune_to_lava_damage = 1
	damage_taken_+%_from_spike_traps_final = -100
	damage_taken_+%_from_arrow_traps_final = -100
	base_cannot_be_stunned = 1
	cannot_be_knocked_back = 1
	corpse_cannot_be_destroyed = 1
	minion_dies_when_parent_dies = 1
	cannot_have_life_leeched_from = 1
	cannot_have_mana_leeched_from = 1
}

Life
{
	corpse_usable = false
}

Actor 
{ 
	basic_action = "Emerge"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Totems/LabyrinthPopUpTotemMonsterFire"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Unending Fire",
    life = 2,
    damage = 1,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "PopUpTotemFireNova",
        "ReviveAfterDuration",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["PopUpTotemFireNova"] = {
    name = "Fire Nova Mine",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Lay a remote mine that you can detonate to create a series of fire novas. Each sequential nova from the same mine will do higher damage than the previous.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Area] = true,
        [SkillType.Fire] = true,
        [SkillType.Multicastable] = true,
        [SkillType.RemoteMined] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.HasReservation] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.4,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "base_cast_speed_+%",
        "base_spell_repeat_count",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 40, 2, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- 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 = { }, },
    },
}
damage taken +% from arrow traps final [-100]
FamilyLabyrinthTrapDamage
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • damage taken +% from arrow traps final -100 -100 Global
  • Monsters do not grant Flask Charges when Slain
    FamilyMonsterSlainNoFlaskCharges
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster grants no flask charges 1 1 Global — Unscalable Value
  • Craft Tagsflask
    Casts Fire Nova
    FamilyTotemCastsFireNovaText
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster casts fire nova text 1 1 Global — Unscalable Value
  • cant touch this [1]
    FamilyCantTouchThis
    DomainsMonster (3)
    GenerationTypeTorment (7)
    Req. level1
    Stats
  • cant touch this 1 1 Global — Unscalable Value
  • cant possess this [1]
    FamilyCantPossessThis
    DomainsMonster (3)
    GenerationTypeTorment (7)
    Req. level1
    Stats
  • cant possess this 1 1 Global — Unscalable Value
  • Unending Fire
    Construct
    damage taken +% from arrow traps final [-100]
    Monsters do not grant Flask Charges when Slain
    level [0]
    Casts Fire Nova
    cant touch this [1]
    cant possess this [1]
    Spectre
    AreaTrial of Piercing Truth
    TagsCaster, construct, fire_affinity, immobile, is_unarmed, large_model, medium_height, not_dex, not_int, plate_armour
    Life
    200%
    Armour
    +100%
    Ailment Threshold
    200%
    Resistance
    IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    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
    LabyrinthPopUpTotemMonsterFireProximityShield
    Level
    75
    Life
    26,987
    Armour
    99,730
    Evasion Rating
    6,029
    Damage
    567
    Spell Damage
    567
    Accuracy
    762
    Attack Time
    1.5
    Experience
    11,804
    Minion Life
    5,508
    Minion Damage
    464
    Ailment Threshold
    26,987
    Chill
    85
    Shock
    85
    Brittle
    483
    Scorch
    85
    Sap
    236
    Phys Convert Ele
    275%
    PopUpTotemFireNova
    Spell, Damage, Triggerable, Area, Fire, Multicastable, RemoteMined, AreaSpell, HasReservation
    Fire Nova Mine
    Cast Time: 0.4 sec
    Cooldown Time: 2.5 sec
    Lay a remote mine that you can detonate to create a series of fire novas. Each sequential nova from the same mine will do higher damage than the previous.
    Repeats 2 times
    Deals 1305 to 1958 Fire Damage
    40% increased Cast Speed
    is area damage [1]
    FireNovaMine
    ReviveAfterDuration
    Spell, Triggerable
    Cast Time: 1 sec
    Base duration is 6 seconds
    100% chance to Trigger this Spell on Death

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	blocking = true
    	object_size = 3
    	force_placement = true
    }
    
    Transitionable
    {
    	num_states = 3
    }
    
    Pathfinding
    {
    	immobile = true
    }
    
    Stats
    {
    	set_item_drop_slots = 0
    	set_cannot_be_converted_or_dominated = 1
    	mana_regeneration_rate_per_minute_% = 100
    	base_maximum_mana = 100000
    	set_monster_no_drops_or_experience = 1
    	set_max_frenzy_charges = 0
    	set_max_power_charges = 0
    	set_physical_damage_reduction_%_per_endurance_charge = 5
    	set_resist_all_elements_%_per_endurance_charge = 5
    	set_immune_vaal_lighting_warp = 1
    	immune_to_labyrinth_degen_effect = 1
    	immune_to_lava_damage = 1
    	damage_taken_+%_from_spike_traps_final = -100
    	damage_taken_+%_from_arrow_traps_final = -100
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	corpse_cannot_be_destroyed = 1
    	minion_dies_when_parent_dies = 1
    	cannot_have_life_leeched_from = 1
    	cannot_have_mana_leeched_from = 1
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Actor 
    { 
    	basic_action = "Emerge"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Totems/LabyrinthPopUpTotemMonsterFireProximityShield"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Unending Fire",
        life = 2,
        damage = 1,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "PopUpTotemFireNova",
            "ReviveAfterDuration",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PopUpTotemFireNova"] = {
        name = "Fire Nova Mine",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Lay a remote mine that you can detonate to create a series of fire novas. Each sequential nova from the same mine will do higher damage than the previous.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Area] = true,
            [SkillType.Fire] = true,
            [SkillType.Multicastable] = true,
            [SkillType.RemoteMined] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.HasReservation] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.4,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_cast_speed_+%",
            "base_spell_repeat_count",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 40, 2, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- 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 = { }, },
        },
    }
    
    damage taken +% from arrow traps final [-100]
    FamilyLabyrinthTrapDamage
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • damage taken +% from arrow traps final -100 -100 Global
  • Monsters do not grant Flask Charges when Slain
    FamilyMonsterSlainNoFlaskCharges
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster grants no flask charges 1 1 Global — Unscalable Value
  • Craft Tagsflask
    level [0]
    NameProximity Shield
    FamilyMonsterNemesis
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • level 0 0 Global
  • Casts Fire Nova
    FamilyTotemCastsFireNovaText
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster casts fire nova text 1 1 Global — Unscalable Value
  • cant touch this [1]
    FamilyCantTouchThis
    DomainsMonster (3)
    GenerationTypeTorment (7)
    Req. level1
    Stats
  • cant touch this 1 1 Global — Unscalable Value
  • cant possess this [1]
    FamilyCantPossessThis
    DomainsMonster (3)
    GenerationTypeTorment (7)
    Req. level1
    Stats
  • cant possess this 1 1 Global — Unscalable Value
  • Edit

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