Tótem fortificado
Constructo
monster no drops or experience [1]
La velocidad de acción no se puede modificar por debajo de su valor base
La velocidad de movimiento no se puede modificar por debajo de su valor base
No puede ser empujado
cannot be taunted [1]
Fortress Totem
SpectreN
Tagsconstruct, immobile, is_unarmed, large_model, mud_blood, non_attacking, not_dex, not_int, stone_armour
Vida
400%
Armaduras
+100%
Ailment Threshold
400%
Resistencia
40 40 40 20
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
120%
Type
MonsterTotemRitualFortify
Metadata
GenericFortifyDaemon
Nivel
68
Vida
25,733
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
25,733
Chill
81
Shock
81
Brittle
460
Scorch
81
Sap
225
RitualFortifyEffigyAura
Buff, Duration, Spell, Triggerable
Tiempo de lanzamiento: 0.2 seg
Daño recibido reducido un 65%

Object Type

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

Stats
{
	set_item_drop_slots = 1
	set_monster_no_drops_or_experience = 1
	set_cannot_be_dominated = 1
	set_immune_to_curses = 0
}

BaseEvents
{
	on_construction_complete = "RotateBy( Random( -180, 180 ), 1 );"
}

Object Type Codes

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

Life
{
	on_spawned_alive = "AddAttached( Metadata/Effects/Spells/monsters_effects/League_Ritual/fortify_ritual/aura.ao,  );"
	on_death = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/League_Ritual/fortify_ritual/aura.ao );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueRitual/GenericFortifyDaemon"] = {
    name = "Fortress Totem",
    life = 4,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 20,
    damage = 1,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "RitualFortifyEffigyAura",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["RitualFortifyEffigyAura"] = {
    name = "RitualFortifyEffigyAura",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Buff] = true,
        [SkillType.Duration] = true,
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.2,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_damage_taken_+%",
    },
    levels = {
        [1] = {-65, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
monster no drops or experience [1]
IdMonsterNoDropsOrExperience
FamilyMonsterNoDropsOrExperience
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • La velocidad de acción no se puede modificar por debajo de su valor base
    La velocidad de movimiento no se puede modificar por debajo de su valor base
    IdMonsterCannotBeSlowed
    FamilyMonsterCannotBeSlowed
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • action speed cannot be reduced below base Min: 1 Max: 1 Global
  • movement speed cannot be reduced below base Min: 1 Max: 1 Global
  • Craft Tagsspeed
    No puede ser empujado
    IdMonsterCannotBeKnockedBack
    FamilyCannotBeKnockedBack
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • cannot be taunted [1]
    IdCannotBeTaunted
    FamilyTauntImmunity
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot be taunted Min: 1 Max: 1 Global
  • Edit

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