MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
요새 토템
구조물
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
monster no drops or experience [1]
동작 속도가 기본 수치 밑으로 내려가지 않음
이동 속도가 기본 수치 밑으로 내려가지 않음
밀려날 수 없음
cannot be taunted [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Fortress Totem
Spectre
Tagsconstruct, immobile, is_unarmed, large_model, mud_blood, non_attacking, not_dex, not_int, stone_armour
생명력
400%
방어도
+100%
Ailment Threshold
400%
저항
IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos20%
Damage
100%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
경험치
100%
Model Size
120%
Type
MonsterTotemRitualFortify
Metadata
GenericFortifyDaemon
레벨
68
생명력
25,733
방어도
57,580
회피
4,739
Damage
374
주문 피해
374
정확도
580
Attack Time
1.5
경험치
10,255
Minion Life
5,582
Minion Damage
298
Ailment Threshold
25,733
Chill
81
Shock
81
Brittle
460
Scorch
81
Sap
225
Phys Convert Ele
240%
RitualFortifyEffigyAura
Buff, Duration, Spell, Triggerable
시전 속도: 0.2 초
받는 피해 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 );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueRitual/GenericFortifyDaemon"] = {
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 20,
    name = "Fortress Totem",
    life = 4,
    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]
FamilyMonsterNoDropsOrExperience
Domains몬스터 (3)
GenerationType고유 (3)
Req. level1
Stats
  • monster no drops or experience 1 1 Global — 변경이 불가능한 값
  • 동작 속도가 기본 수치 밑으로 내려가지 않음
    이동 속도가 기본 수치 밑으로 내려가지 않음
    FamilyMonsterCannotBeSlowed
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • action speed cannot be reduced below base 1 1 Global — 변경이 불가능한 값
  • movement speed cannot be reduced below base 1 1 Global — 변경이 불가능한 값
  • Craft Tags속도
    밀려날 수 없음
    FamilyCannotBeKnockedBack
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • cannot be knocked back 1 1 Global — 변경이 불가능한 값
  • cannot be taunted [1]
    FamilyTauntImmunity
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • cannot be taunted 1 1 Global — 변경이 불가능한 값
  • cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    FamilyNothing
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • cant touch this 1 1 Global — 변경이 불가능한 값
  • cant possess this 1 1 Global — 변경이 불가능한 값
  • cannot be afflicted 1 1 Global — 변경이 불가능한 값
  • monster no talismans 1 1 Global — 변경이 불가능한 값
  • cannot have azmeri dust 1 1 Global
  • cannot have affliction mods 1 1 Global — 변경이 불가능한 값
  • cannot be tagged by sentinel 1 1 Global
  • Edit

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