Tótem Nigromántico
Constructo
monster summons skeletons text [1]
Necromantic Totem
SpectreN
TagsLanzador de hechizos, construct, immobile, is_unarmed, large_model, mud_blood, non_attacking, not_dex, not_int, small_height, stone_armour, summoner
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
MapAffixTotemMonsterSummonSkeletons
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
NecromancerSummonSkeletons
Spell, Minion, Duration, MinionsCanExplode, Trappable, Totemable, Mineable, Multicastable, Triggerable, CanRapidFire, CreatesMinion, Cooldown
Invocar esqueletos
Tiempo de lanzamiento: 1 seg
Invoca esbirros guerreros esqueleto en la ubicación objetivo. Usan un ataque cuerpo a cuerpo y mueren después de un tiempo. Si se vuelven agresivos, los guerreros esqueleto también se abalanzan hacia los enemigos cercanos.
+4 a la cantidad máxima de esqueletos invocados
La duración base es de 20 segundos
Los esbirros infligen un 50% menos de daño elemental
Invoca 2 guerreros esqueleto
alternate minion [1]

Object Type

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

Stats
{
	set_immune_to_curses = 0
}

Object Type Codes

version 2
extends "Metadata/Monsters/Totems/MonsterTotem"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Totems/MapAffixTotemMonsterSummonSkeletons"] = {
    name = "Necromantic Totem",
    life = 2,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "NecromancerSummonSkeletons",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["NecromancerSummonSkeletons"] = {
    name = "Summon Skeletons",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Summon Skeleton Warrior minions at the targeted location. They use a melee attack and die after a duration. If made aggressive, Skeleton Warriors will also dash towards nearby enemies.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Minion] = true,
        [SkillType.Duration] = true,
        [SkillType.MinionsCanExplode] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.CreatesMinion] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "minion_spell_skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_melee_skeletons_to_summon",
        "base_number_of_skeletons_allowed",
        "base_skill_effect_duration",
        "active_skill_elemental_damage_+%_final",
        "alternate_minion",
    },
    levels = {
        [1] = {2, 4, 20000, -50, 1, levelRequirement = 4, statInterpolation = {},  cost = { }, },
        [2] = {2, 4, 20000, -50, 1, levelRequirement = 9, statInterpolation = {},  cost = { }, },
        [3] = {2, 4, 20000, -50, 1, levelRequirement = 12, statInterpolation = {},  cost = { }, },
        [4] = {2, 4, 20000, -50, 1, levelRequirement = 19, statInterpolation = {},  cost = { }, },
        [5] = {2, 4, 20000, -50, 1, levelRequirement = 23, statInterpolation = {},  cost = { }, },
        [6] = {2, 4, 20000, -50, 1, levelRequirement = 28, statInterpolation = {},  cost = { }, },
        [7] = {2, 4, 20000, -50, 1, levelRequirement = 33, statInterpolation = {},  cost = { }, },
    },
}
monster summons skeletons text [1]
IdMonsterSummonsSkeletonsText
FamilyMonsterSummonsSkeletonsText
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
Stats
  • monster summons skeletons text Min: 1 Max: 1 Global
  • Edit

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