Tótem Poderoso
Constructo
monster uses mass power text [1]
Power Totem
SpectreN
Tagsconstruct, immobile, is_unarmed, large_model, mud_blood, non_attacking, not_dex, not_int, small_height, stone_armour
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
MapAffixTotemMonsterPower
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
MassPower
Spell, Area, AreaSpell, Triggerable
Tiempo de lanzamiento: 2 seg
Tiempo de recarga: 6 seg
Los jugadores ganan probabilidad de golpe crítico aumentada por cada carga de poder que tengan

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/MapAffixTotemMonsterPower"] = {
    name = "Power Totem",
    life = 2,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "MassPower",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MassPower"] = {
    name = "MassPower",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
monster uses mass power text [1]
IdMonsterUsesMassPowerText
FamilyMonsterUsesMassPowerText
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
Stats
  • monster uses mass power text Min: 1 Max: 1 Global
  • Edit

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