Totem Necromântico
Construto
monster summons skeletons text [1]
Necromantic Totem
SpectreN
TagsConjurador, construct, immobile, is_unarmed, large_model, mud_blood, non_attacking, not_dex, not_int, small_height, stone_armour, summoner
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
MonsterTotem
Metadata
MapAffixTotemMonsterSummonSkeletons
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
NecromancerSummonSkeletons
Spell, Minion, Duration, MinionsCanExplode, Trappable, Totemable, Mineable, Multicastable, Triggerable, CanRapidFire, CreatesMinion, Cooldown
Convocar Esqueletos
Tempo de Conjuração: 1 seg
Convoca um lacaio Esqueleto Guerreiro no local alvo. Eles usam um ataque corpo a corpo e morrem depois e um tempo. Se tornados agressivos, os Guerreiso Esqueletos também avançarão na direção dos inimigos próximos.
+4 ao Máximo de Esqueletos Convocados
Duração base é de 20 segundos
Lacaios causam 50% menos Dano Elemental
Convoca 2 Guerreiros 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
Domainsmonstro (3)
GenerationTypeunico (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.