Vaalverstärktes Totem
Konstrukt
Vaal-Infused Totem
SpectreN
TagsZauberer, construct, fire_affinity, immobile, is_unarmed, large_model, metal_armour, mud_blood, no_pantheon_mod, not_dex, not_int, small_height
Leben
200%
Rüstung
+100%
Ailment Threshold
200%
Widerstand
0 0 0 0
Damage
100%
Genauigkeit
100%
Kritische Trefferchance
+5%
Multiplikator für kritischen Treffer
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
Erfahrung
100%
Model Size
100%
Type
MonsterTotem
Metadata
IncursionMechanicalTotemFireNova
Stufe
68
Leben
12,867
Rüstung
57,580
Ausweichen
4,739
Energieschild
0
Damage
374
Zauberschaden
374
Genauigkeit
290
Attack Time
1.5
Erfahrung
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
Feuernova-Mine
Kritische Trefferchance: 5%
Zauberzeit: 0.4 Sek.
Abklingzeit: 2.5 Sek.
Platziert eine Fernmine, die Ihr zünden könnt, um eine Reihe Feuernovae zu entfachen. Jede nachfolgende Nova aus derselben Mine verursacht höheren Schaden als die vorherige.
Wird 2 Mal wiederholt
Verursacht 707 bis 1061 Feuerschaden
40% erhöhte Zaubergeschwindigkeit
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 = { }, },
    },
}
Vaalverstärktes Totem
Konstrukt
Vaal-Infused Totem
SpectreN
TagsZauberer, construct, fire_affinity, immobile, is_unarmed, large_model, metal_armour, mud_blood, no_pantheon_mod, not_dex, not_int, small_height
Leben
200%
Rüstung
+100%
Ailment Threshold
200%
Widerstand
0 0 0 0
Damage
100%
Genauigkeit
100%
Kritische Trefferchance
+5%
Multiplikator für kritischen Treffer
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
Erfahrung
100%
Model Size
100%
Type
MonsterTotem
Metadata
IncursionMechanicalTotemFireSpray
Stufe
68
Leben
12,867
Rüstung
57,580
Ausweichen
4,739
Energieschild
0
Damage
374
Zauberschaden
374
Genauigkeit
290
Attack Time
1.5
Erfahrung
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
Heiliges Flammentotem
Kritische Trefferchance: 5%
Effektivität zusätzlichen Schadens: 20%
Zauberzeit: 0.25 Sek.
Beschwört ein Totem, das einen Strahl aus Feuer auf Gegner im Umkreis spuckt.
Projektile durchbohren alle Ziele
Verursacht 412.4 bis 618.7 Feuerschaden
Feuert 3 zusätzliche Projektile
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 = { }, },
    },
}
Vaalverstärktes Totem
Konstrukt
Verursacht 25% des physischen Schadens als extra Feuerschaden
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
Leben
200%
Rüstung
+100%
Ailment Threshold
200%
Widerstand
0 0 0 0
Damage
100%
Genauigkeit
100%
Kritische Trefferchance
+5%
Multiplikator für kritischen Treffer
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
Erfahrung
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 = {
    },
}
Verursacht 25% des physischen Schadens als extra Feuerschaden
IdMonsterTotemAuraAddedFireDamage
FamilyMonsterAura
DomainsMonster (3)
GenerationTypeEinzigartig (3)
Req. level1
Stats
  • physical damage % to add as fire Min: 25 Max: 25 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    Feuerschaden-Aura
    Radius: 60
    Verbündete verursachen zusätzlichen Feuerschaden
    Verursacht 25% Eures physischen Schadens als extra Feuerschaden
    Fire Damage Aura
    Vaalverstärktes Totem
    Konstrukt
    Vaal-Infused Totem
    SpectreN
    TagsZauberer, construct, immobile, is_unarmed, large_model, lightning_affinity, metal_armour, mud_blood, not_dex, not_int, small_height
    Leben
    200%
    Rüstung
    +100%
    Ailment Threshold
    200%
    Widerstand
    0 0 0 0
    Damage
    100%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritischen Treffer
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    Erfahrung
    100%
    Model Size
    100%
    Type
    MonsterTotem
    Metadata
    IncursionMechanicalTotemShockNova
    Stufe
    68
    Leben
    12,867
    Rüstung
    57,580
    Ausweichen
    4,739
    Energieschild
    0
    Damage
    374
    Zauberschaden
    374
    Genauigkeit
    290
    Attack Time
    1.5
    Erfahrung
    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
    Schocknova
    Kritische Trefferchance: 6%
    Zauberzeit: 0.75 Sek.
    Abklingzeit: 2 Sek.
    Wirkt einen Blitzring um Euch herum, gefolgt von einer größeren Blitznova. Jeder der Effekte fügt Gegnern, die davon getroffen werden, Blitzschaden zu.
    Verursacht 441.9 bis 1326 Blitzschaden
    50% erhöhte Zaubergeschwindigkeit
    15% Chance, Gegner zu schocken
    Ring verursacht 50% weniger Schaden
    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 = { }, },
        },
    }
    
    Vaalverstärktes Totem
    Konstrukt
    Verursacht 25% des physischen Schadens als extra Blitzschaden
    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
    Leben
    200%
    Rüstung
    +100%
    Ailment Threshold
    200%
    Widerstand
    0 0 0 0
    Damage
    100%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritischen Treffer
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    Erfahrung
    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 = {
        },
    }
    
    Verursacht 25% des physischen Schadens als extra Blitzschaden
    IdMonsterTotemAuraAddedLightningDamage
    FamilyMonsterAura
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    Stats
  • physical damage % to add as lightning Min: 25 Max: 25 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    Blitzschaden-Aura
    Radius: 60
    Verbündete verursachen zusätzlichen Blitzschaden
    Verursacht 25% des physischen Schadens als extra Blitzschaden
    Lightning Damage Aura
    Vaalverstärktes Totem
    Konstrukt
    Vaal-Infused Totem
    SpectreN
    TagsZauberer, construct, immobile, is_unarmed, large_model, lightning_affinity, metal_armour, mud_blood, no_pantheon_mod, not_dex, not_int, small_height
    Leben
    200%
    Rüstung
    +100%
    Ailment Threshold
    200%
    Widerstand
    0 0 0 0
    Damage
    100%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritischen Treffer
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    Erfahrung
    100%
    Model Size
    100%
    Type
    MonsterTotem
    Metadata
    IncursionMechanicalTotemBallLightning
    Stufe
    68
    Leben
    12,867
    Rüstung
    57,580
    Ausweichen
    4,739
    Energieschild
    0
    Damage
    374
    Zauberschaden
    374
    Genauigkeit
    290
    Attack Time
    1.5
    Erfahrung
    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
    Kugelblitz
    Kritische Trefferchance: 5%
    Zauberzeit: 0.8 Sek.
    Abklingzeit: 1 Sek.
    Entfesselt ein langsames Projektil, das bei Gegnern in einem Bereich um sich herum durch Blitzschläge wiederholt Schaden verursacht.
    Verursacht 257.8 bis 773.3 Blitzschaden
    Basisradius beträgt 1.8 Meter
    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.