凋落的印記
生物
emerge speed +% [0,30]
Blighted Relic
幽魂N
標籤blight_monster, construct, extra_extra_small_height, ghost_armour, is_unarmed, non_attacking, very_slow_movement
生命
200%
異常狀態臨界值
200%
抗性
20 20 20 0
傷害
100%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 6
攻擊間隔
1.5 秒
傷害分佈
±0%
經驗值
100%
Model Size
100%
類型
BlightTemplarShieldBearer
Metadata
TemplarShieldBearer
等級
68
生命
12,867
護甲
28,790
閃避
4,739
能量護盾
0
傷害
374
法術傷害
374
命中
290
攻擊間隔
1.5
經驗值
10,255
異常狀態臨界值
12,867
冰緩
41
感電
41
易碎
230
焦灼
41
殘喘
112
BlightRelicProximityShield
法術, 範圍, 持續時間, 可觸發, 範圍法術
施放時間: 0.5 秒
在力場之外的敵人無法對你造成直接傷害
inside shield [#]
infinite skill effect duration [1]

Object Type

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

Actor
{
	basic_action = "Emerge"
}

Object Type Codes

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

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/TemplarShieldBearer"] = {
    name = "Blighted Relic",
    life = 2,
    fireResist = 20,
    coldResist = 20,
    lightningResist = 20,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "BlightRelicProximityShield",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["BlightRelicProximityShield"] = {
    name = "BlightRelicProximityShield",
    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 = {
        "infinite_skill_effect_duration",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
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.