必胜的灯塔
构造体
怪物提供的经验值提高 100%
monster dropped item quantity +% [1500]
monster dropped item rarity +% [2000]
无法被击退
emerge speed +% [0,30]
Beacon of Inevitability
幽魂N
标签blight_monster, construct, extra_extra_small_height, ghost_armour, is_unarmed, non_attacking, very_slow_movement
生命
1000%
异常状态临界值
1000%
抗性
40 40 40 25
伤害
200%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 6
攻击间隔
1.5 秒
伤害分布
±0%
经验值
200%
Model Size
100%
类型
BlightTemplarShieldBearerLarge
Metadata
TemplarShieldBearerLarge_
等级
68
生命
1,393,464
护甲
28,790
闪避值
4,739
能量护盾
0
伤害
851
法术伤害
1,270
命中
290
攻击间隔
1.005
经验值
112,805
异常状态临界值
877,882
冰缓
2,776
Shock
2,776
Brittle
15,704
Scorch
2,776
Sap
7,669
BlightRelicProximityShieldLarge
法术, 范围, 持续时间, 可触发, 范围法术
施放间隔: 0.5 秒
在力场之外的敌人无法对你造成直接伤害
inside shield [#]
active skill area of effect radius +% final [100]
infinite skill effect duration [1]

Object Type

version 2
extends "Metadata/Monsters/LeagueBlight/BlightMonsterBoss"

Actor
{
	basic_action = "Emerge"
}

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueBlight/BlightMonsterBoss"

BaseEvents
{
	on_construction_complete =
	"
		PlayAnimationAttached( Metadata/Effects/Spells/summon_relic/holy_relic/holy_relic.ao, emerge, 1, 1 );
		QueueAnimationAttached( Metadata/Effects/Spells/summon_relic/holy_relic/holy_relic.ao, idle );
	"
}

Life
{
	on_death = "PlayAnimationAttached( Metadata/Effects/Spells/summon_relic/holy_relic/holy_relic.ao, death, 1, 1 );"
}

Render
{
	selection_height_override = 50.0
	selection_position_offset = "0, 0, -80"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueBlight/Generic/TemplarShieldBearerLarge_"] = {
    name = "Beacon of Inevitability",
    life = 10,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 2,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "BlightRelicProximityShieldLarge",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["BlightRelicProximityShieldLarge"] = {
    name = "BlightRelicProximityShieldLarge",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_area_of_effect_radius_+%_final",
        "infinite_skill_effect_duration",
    },
    levels = {
        [1] = {100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
怪物提供的经验值提高 100%
monster dropped item quantity +% [1500]
monster dropped item rarity +% [2000]
IdMonsterBlightMapBoss
FamilyMonsterMapBoss
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 2000 Max: 2000 全域
  • monster dropped item quantity +% Min: 1500 Max: 1500 全域
  • 无法被击退
    IdMonsterCannotBeKnockedBack
    FamilyCannotBeKnockedBack
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 全域
  • emerge speed +% [0,30]
    IdEmergeSpeedHigh
    FamilyVariableEmergeSpeed
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • emerge speed +% Min: 0 Max: 30 全域
  • Edit

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