Tótem Infundido por los Vaal
Constructo
Vaal-Infused Totem
SpectreN
TagsLanzador de hechizos, construct, fire_affinity, immobile, is_unarmed, large_model, metal_armour, mud_blood, no_pantheon_mod, not_dex, not_int, small_height
Vida
200%
Armaduras
+100%
Ailment Threshold
200%
Resistencia
0 0 0 0
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
Experiencia
100%
Model Size
100%
Type
MonsterTotem
Metadata
IncursionMechanicalTotemFireNova
Nivel
68
Vida
12,867
Armaduras
57,580
Evasión
4,739
Escudo de energía
0
Damage
374
Daño de hechizos
374
Precisión
290
Attack Time
1.5
Experiencia
10,255
Ailment Threshold
12,867
Chill
41
Shock
41
Brittle
230
Scorch
41
Sap
112
VaalMechanicalTotemFireNova
Spell, Damage, Triggerable, Area, Fire, Multicastable, RemoteMined, AreaSpell, HasReservation
Mina de nova de fuego
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 0.4 seg
Tiempo de recarga: 2.5 seg
Coloca una mina remota que puedes detonar para crear una serie de novas de fuego. Cada nova secuencial de la misma mina hará más daño que la anterior.
Se repite 2 veces
Inflige de 707 a 1061 de daño de fuego
Velocidad de lanzamiento de hechizos aumentada un 40%
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Totems/TotemBase"

Stats
{
	set_immune_to_curses = 0
}

Object Type Codes

version 2
extends "Metadata/Monsters/Totems/TotemBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Totems/IncursionMechanicalTotemFireNova"] = {
    name = "Vaal-Infused Totem",
    life = 2,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "VaalMechanicalTotemFireNova",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["VaalMechanicalTotemFireNova"] = {
    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, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
    },
}
Tótem Infundido por los Vaal
Constructo
Vaal-Infused Totem
SpectreN
TagsLanzador de hechizos, construct, fire_affinity, immobile, is_unarmed, large_model, metal_armour, mud_blood, no_pantheon_mod, not_dex, not_int, small_height
Vida
200%
Armaduras
+100%
Ailment Threshold
200%
Resistencia
0 0 0 0
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
Experiencia
100%
Model Size
100%
Type
MonsterTotem
Metadata
IncursionMechanicalTotemFireSpray
Nivel
68
Vida
12,867
Armaduras
57,580
Evasión
4,739
Escudo de energía
0
Damage
374
Daño de hechizos
374
Precisión
290
Attack Time
1.5
Experiencia
10,255
Ailment Threshold
12,867
Chill
41
Shock
41
Brittle
230
Scorch
41
Sap
112
VaalMechanicalTotemFireSpray
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Mineable, SummonsTotem, Fire
Tótem de llamas sagradas
Probabilidad de golpe crítico: 5%
Efectividad del daño agregado: 20%
Tiempo de lanzamiento: 0.25 seg
Invoca un tótem que lanza una oleada de llamas a los enemigos cercanos.
Los proyectiles perforan a todos los objetivos
Inflige de 412.4 a 618.7 de daño de fuego
Dispara 3 proyectiles adicionales
base is projectile [1]

Object Type

version 2
extends "Metadata/Monsters/Totems/TotemBase"

Stats
{
	set_immune_to_curses = 0
}

Object Type Codes

version 2
extends "Metadata/Monsters/Totems/TotemBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Totems/IncursionMechanicalTotemFireSpray"] = {
    name = "Vaal-Infused Totem",
    life = 2,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "VaalMechanicalTotemFireSpray",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["VaalMechanicalTotemFireSpray"] = {
    name = "Holy Flame Totem",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Summons a totem that fires a stream of flame at nearby enemies.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.SummonsTotem] = true,
        [SkillType.Fire] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.25,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "number_of_additional_projectiles",
        "base_is_projectile",
        "always_pierce",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 3, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
    },
}
Tótem Infundido por los Vaal
Constructo
Ganas el 25% del daño físico como daño de fuego extra
Vaal-Infused Totem
SpectreN
Tagsconstruct, immobile, is_unarmed, large_model, metal_armour, mud_blood, no_pantheon_mod, non_attacking, not_dex, not_int, small_height
Vida
200%
Armaduras
+100%
Ailment Threshold
200%
Resistencia
0 0 0 0
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
Experiencia
100%
Model Size
100%
Type
MonsterTotem
Metadata
IncursionMechanicalTotemAnger

Object Type

version 2
extends "Metadata/Monsters/Totems/TotemBase"

Stats
{
	set_immune_to_curses = 0
}

Object Type Codes

version 2
extends "Metadata/Monsters/Totems/TotemBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Totems/IncursionMechanicalTotemAnger"] = {
    name = "Vaal-Infused Totem",
    life = 2,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
    },
    modList = {
    },
}
Ganas el 25% del daño físico como daño de fuego extra
IdMonsterTotemAuraAddedFireDamage
FamilyMonsterAura
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
Stats
  • physical damage % to add as fire Min: 25 Max: 25 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    Aura de daño de fuego
    Radio: 60
    Los aliados infligen daño de fuego adicional
    Ganas el 25% de tu daño físico como daño de fuego extra
    Fire Damage Aura
    Tótem Infundido por los Vaal
    Constructo
    Vaal-Infused Totem
    SpectreN
    TagsLanzador de hechizos, construct, immobile, is_unarmed, large_model, lightning_affinity, metal_armour, mud_blood, not_dex, not_int, small_height
    Vida
    200%
    Armaduras
    +100%
    Ailment Threshold
    200%
    Resistencia
    0 0 0 0
    Damage
    100%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    Experiencia
    100%
    Model Size
    100%
    Type
    MonsterTotem
    Metadata
    IncursionMechanicalTotemShockNova
    Nivel
    68
    Vida
    12,867
    Armaduras
    57,580
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    374
    Daño de hechizos
    374
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    10,255
    Ailment Threshold
    12,867
    Chill
    41
    Shock
    41
    Brittle
    230
    Scorch
    41
    Sap
    112
    VaalMechanicalTotemShockNova
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell, Nova
    Nova de rayo
    Probabilidad de golpe crítico: 6%
    Tiempo de lanzamiento: 0.75 seg
    Tiempo de recarga: 2 seg
    Lanza un anillo de rayo a tu alrededor, seguido de una nova de rayo más grande. Cada efecto golpea a los enemigos dentro del área con daño de rayo.
    Inflige de 441.9 a 1326 de daño de rayo
    Velocidad de lanzamiento de hechizos aumentada un 50%
    15% de probabilidad de electrocutar a los enemigos
    El anillo inflige un 50% menos de daño
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Totems/TotemBase"
    
    Stats
    {
    	set_immune_to_curses = 0
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Totems/TotemBase"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Totems/IncursionMechanicalTotemShockNova"] = {
        name = "Vaal-Infused Totem",
        life = 2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "VaalMechanicalTotemShockNova",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VaalMechanicalTotemShockNova"] = {
        name = "Shock Nova",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Casts a ring of Lightning around you, followed by a larger Lightning nova. Each effect hits enemies caught in their area with Lightning Damage.",
        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.Lightning] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Nova] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.75,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "newshocknova_first_ring_damage_+%_final",
            "base_chance_to_shock_%",
            "base_cast_speed_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.5, 1.5, -50, 15, 50, critChance = 6, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Tótem Infundido por los Vaal
    Constructo
    Ganas el 25% del daño físico como daño de rayo extra
    Vaal-Infused Totem
    SpectreN
    Tagsconstruct, immobile, is_unarmed, large_model, metal_armour, mud_blood, no_pantheon_mod, non_attacking, not_dex, not_int, small_height
    Vida
    200%
    Armaduras
    +100%
    Ailment Threshold
    200%
    Resistencia
    0 0 0 0
    Damage
    100%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    Experiencia
    100%
    Model Size
    100%
    Type
    MonsterTotem
    Metadata
    IncursionMechanicalTotemWrath

    Object Type

    version 2
    extends "Metadata/Monsters/Totems/TotemBase"
    
    Stats
    {
    	set_immune_to_curses = 0
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Totems/TotemBase"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Totems/IncursionMechanicalTotemWrath"] = {
        name = "Vaal-Infused Totem",
        life = 2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
        },
        modList = {
        },
    }
    
    Ganas el 25% del daño físico como daño de rayo extra
    IdMonsterTotemAuraAddedLightningDamage
    FamilyMonsterAura
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • physical damage % to add as lightning Min: 25 Max: 25 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    Aura de daño de rayo
    Radio: 60
    Los aliados infligen daño de rayo adicional
    Ganas el 25% del daño físico como daño de rayo extra
    Lightning Damage Aura
    Tótem Infundido por los Vaal
    Constructo
    Vaal-Infused Totem
    SpectreN
    TagsLanzador de hechizos, construct, immobile, is_unarmed, large_model, lightning_affinity, metal_armour, mud_blood, no_pantheon_mod, not_dex, not_int, small_height
    Vida
    200%
    Armaduras
    +100%
    Ailment Threshold
    200%
    Resistencia
    0 0 0 0
    Damage
    100%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    Experiencia
    100%
    Model Size
    100%
    Type
    MonsterTotem
    Metadata
    IncursionMechanicalTotemBallLightning
    Nivel
    68
    Vida
    12,867
    Armaduras
    57,580
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    374
    Daño de hechizos
    374
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    10,255
    Ailment Threshold
    12,867
    Chill
    41
    Shock
    41
    Brittle
    230
    Scorch
    41
    Sap
    112
    VaalMechanicalTotemBallLightning
    Spell, Damage, Projectile, ProjectilesFromUser, Area, Totemable, Trappable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell
    Bola de rayos
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 0.8 seg
    Tiempo de recarga: 1 seg
    Dispara un proyectil lento que inflige daño repetidamente a cada enemigo en un área con descargas de rayo.
    Inflige de 257.8 a 773.3 de daño de rayo
    El radio base es de 1.8 metros
    active skill area of effect radius +% final [-33]
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Totems/TotemBase"
    
    Stats
    {
    	set_immune_to_curses = 0
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Totems/TotemBase"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Totems/IncursionMechanicalTotemBallLightning"] = {
        name = "Vaal-Infused Totem",
        life = 2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "VaalMechanicalTotemBallLightning",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VaalMechanicalTotemBallLightning"] = {
        name = "Ball Lightning",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a slow-moving projectile that damages each enemy in an area around it repeatedly with bolts of lightning.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.5, 1.5, -33, 18, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Edit

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