Frio Interminável
Construto
damage taken +% from arrow traps final [-100]
Monstros não concedem Cargas de Frascos quando Mortos
monster casts ice nova text [1]
cant touch this [1]
cant possess this [1]
Unending Frost
SpectreN
TagsConjurador, cold_affinity, construct, immobile, is_unarmed, large_model, medium_height, not_dex, not_int, plate_armour
Vida
200%
Armadura
+100%
Ailment Threshold
200%
Resistência
0 0 0 0
Damage
100%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
Experiência
100%
Model Size
100%
Type
LabyrinthMonsterTotem
Metadata
LabyrinthPopUpTotemMonsterIceNova_
Nível
68
Vida
12,867
Armadura
57,580
Evasão
4,739
Escudo de Energia
0
Damage
374
Dano Mágico
374
Precisão
290
Attack Time
1.5
Experiência
10,255
Ailment Threshold
12,867
Chill
41
Shock
41
Brittle
230
Scorch
41
Sap
112
PopUpTotemIceNova
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, CanRapidFire, AreaSpell, Nova
Nova Glacial
Chance de Crítico: 5%
Tempo de Conjuração: 0.8 seg
Recarga: 1 seg
Um círculo se expande a partir do conjurador.
Causa 973.5 a 1521 de Dano de Gelo
Velocidade de Conjuração aumentada em 30%
Raio Base igual a 2.6 metros
active skill area of effect radius +% final [15]
force lite skill effects [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
ReviveAfterDuration
Spell, Triggerable
Tempo de Conjuração: 1 seg
Duração base é de 6 segundos
100% de chance de Ativar esta Magia ao Morrer

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"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Totems/LabyrinthPopUpTotemMonsterIceNova_"] = {
    name = "Unending Frost",
    life = 2,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "PopUpTotemIceNova",
        "ReviveAfterDuration",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["PopUpTotemIceNova"] = {
    name = "Ice Nova",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "A circle of ice expands from the caster.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cold] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Nova] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "active_skill_base_area_of_effect_radius",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "base_cast_speed_+%",
        "active_skill_area_of_effect_radius_+%_final",
        "force_lite_skill_effects",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.25, 26, -25, 30, 15, critChance = 5, 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]
IdLabyrinthArrowTrapDamageTaken2_
FamilyLabyrinthTrapDamage
Domainsmonstro (3)
GenerationTypeunico (3)
Req. level1
Stats
  • damage taken +% from arrow traps final Min: -100 Max: -100 Global
  • Monstros não concedem Cargas de Frascos quando Mortos
    IdMonsterNoFlaskCharges
    FamilyMonsterSlainNoFlaskCharges
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster grants no flask charges Min: 1 Max: 1 Global
  • Craft Tagsflask
    monster casts ice nova text [1]
    IdTotemCastsIceNovaText
    FamilyTotemCastsIceNovaText
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster casts ice nova text Min: 1 Max: 1 Global
  • cant touch this [1]
    IdTormentCantTouchThis
    FamilyCantTouchThis
    Domainsmonstro (3)
    GenerationTypeTorment (7)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this [1]
    IdTormentCantPossessThis
    FamilyCantPossessThis
    Domainsmonstro (3)
    GenerationTypeTorment (7)
    Req. level1
    Stats
  • cant possess this Min: 1 Max: 1 Global
  • Frio Interminável
    Construto
    damage taken +% from arrow traps final [-100]
    Monstros não concedem Cargas de Frascos quando Mortos
    level [0]
    monster casts ice nova text [1]
    cant touch this [1]
    cant possess this [1]
    Unending Frost
    SpectreN
    TagsConjurador, cold_affinity, construct, immobile, is_unarmed, large_model, medium_height, not_dex, not_int, plate_armour
    Vida
    200%
    Armadura
    +100%
    Ailment Threshold
    200%
    Resistência
    0 0 0 0
    Damage
    100%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    Experiência
    100%
    Model Size
    100%
    Type
    LabyrinthMonsterTotem
    Metadata
    LabyrinthPopUpTotemMonsterIceNova_ProximityShield
    Nível
    68
    Vida
    12,867
    Armadura
    57,580
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    374
    Dano Mágico
    374
    Precisão
    290
    Attack Time
    1.5
    Experiência
    10,255
    Ailment Threshold
    12,867
    Chill
    41
    Shock
    41
    Brittle
    230
    Scorch
    41
    Sap
    112
    PopUpTotemIceNova
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, CanRapidFire, AreaSpell, Nova
    Nova Glacial
    Chance de Crítico: 5%
    Tempo de Conjuração: 0.8 seg
    Recarga: 1 seg
    Um círculo se expande a partir do conjurador.
    Causa 973.5 a 1521 de Dano de Gelo
    Velocidade de Conjuração aumentada em 30%
    Raio Base igual a 2.6 metros
    active skill area of effect radius +% final [15]
    force lite skill effects [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-25]
    ReviveAfterDuration
    Spell, Triggerable
    Tempo de Conjuração: 1 seg
    Duração base é de 6 segundos
    100% de chance de Ativar esta Magia ao Morrer

    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"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Totems/LabyrinthPopUpTotemMonsterIceNova_ProximityShield"] = {
        name = "Unending Frost",
        life = 2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "PopUpTotemIceNova",
            "ReviveAfterDuration",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PopUpTotemIceNova"] = {
        name = "Ice Nova",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "A circle of ice expands from the caster.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Nova] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "active_skill_base_area_of_effect_radius",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "base_cast_speed_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "force_lite_skill_effects",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.25, 26, -25, 30, 15, critChance = 5, 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]
    IdLabyrinthArrowTrapDamageTaken2_
    FamilyLabyrinthTrapDamage
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • damage taken +% from arrow traps final Min: -100 Max: -100 Global
  • Monstros não concedem Cargas de Frascos quando Mortos
    IdMonsterNoFlaskCharges
    FamilyMonsterSlainNoFlaskCharges
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster grants no flask charges Min: 1 Max: 1 Global
  • Craft Tagsflask
    level [0]
    IdPopUpTotemProximityShield
    NameEscudo de Proximidade
    FamilyMonsterNemesis
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • level Min: 0 Max: 0 Global
  • monster casts ice nova text [1]
    IdTotemCastsIceNovaText
    FamilyTotemCastsIceNovaText
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster casts ice nova text Min: 1 Max: 1 Global
  • cant touch this [1]
    IdTormentCantTouchThis
    FamilyCantTouchThis
    Domainsmonstro (3)
    GenerationTypeTorment (7)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this [1]
    IdTormentCantPossessThis
    FamilyCantPossessThis
    Domainsmonstro (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.