圖騰:治癒
創造物
Healing Totem
幽魂N
標籤法術, construct, extra_small_height, immobile, is_unarmed, large_model, mud_blood, no_pantheon_mod, non_attacking, not_dex, not_int, stone_armour
生命
200%
護甲
+100%
異常狀態臨界值
200%
抗性
0 0 0 0
傷害
100%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 6
攻擊間隔
1.5 秒
傷害分佈
±0%
經驗值
100%
Model Size
100%
類型
MonsterTotem
Metadata
IncursionHealingTotem
等級
68
生命
12,867
護甲
57,580
閃避值
4,739
傷害
374
法術傷害
374
命中
580
攻擊間隔
1.5
經驗值
10,255
Minion Life
2,791
Minion Damage
298
異常狀態臨界值
12,867
冰緩
41
感電
41
易碎
230
焦灼
41
殘喘
112
ArchitectHealingBeam
增益, 法術
施放時間: 1 秒
每秒回復 3.75% 生命

Object Type

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

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

Transitionable
{
}

Animated
{
   animated_object = "Metadata/Monsters/LeagueIncursion/HealingTotem/HealingTotem.ao"
   on_end_channel_start = "PlayAnimation( channel );"
}

Object Type Codes

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

Transitionable
{
	create_transitioned = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/Vaal_Architects/spells/healing_totems/totem/active.epk );"
	on_transition = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/Vaal_Architects/spells/healing_totems/totem/active.epk );"
}

Life
{
	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/Vaal_Architects/spells/healing_totems/totem/active.epk );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Totems/IncursionHealingTotem"] = {
    name = "Healing Totem",
    life = 2,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "ArchitectHealingBeam",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["ArchitectHealingBeam"] = {
    name = "ArchitectHealingBeam",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Buff] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "life_regeneration_rate_per_minute_%",
    },
    levels = {
        [1] = {225, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
圖騰:治癒
創造物
cannot have affliction mods [1]
monster no drops or experience [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]
Healing Totem
幽魂N
標籤法術, construct, immobile, is_unarmed, large_model, medium_height, mud_blood, no_pantheon_mod, non_attacking, not_dex, not_int, ranged, stone_armour
生命
100%
護甲
+100%
異常狀態臨界值
100%
抗性
0 0 0 0
傷害
100%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 6
攻擊間隔
1.5 秒
傷害分佈
±0%
經驗值
100%
Model Size
100%
類型
MonsterBetrayalHealingTotem
Metadata
BetrayalHealingTotem
等級
68
生命
6,433
護甲
57,580
閃避值
4,739
傷害
374
法術傷害
374
命中
580
攻擊間隔
1.5
經驗值
10,255
Minion Life
1,395
Minion Damage
298
異常狀態臨界值
6,433
冰緩
20
感電
20
易碎
115
焦灼
20
殘喘
56
BetrayalHealingBeam
增益, 法術
施放時間: 1 秒
每秒回復 3.75% 生命

Object Type

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

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

Transitionable
{
}

Animated
{
   animated_object = "Metadata/Monsters/LeagueBetrayal/FortWall/FortHealingTotem/HealingTotem.ao"
   on_end_cast = "PlayAnimation( channel ); LockOrientation(  );"
}

Object Type Codes

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

Life
{
	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Betrayal/totem/Catarina_ver/ZigguratTotem/Ziggurat_glow.epk );"
	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Betrayal/totem/Catarina_ver/ZigguratTotem/Ziggurat_glow.epk );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Totems/BetrayalHealingTotem"] = {
    name = "Healing Totem",
    life = 1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "BetrayalHealingBeam",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["BetrayalHealingBeam"] = {
    name = "BetrayalHealingBeam",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Buff] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "life_regeneration_rate_per_minute_%",
    },
    levels = {
        [1] = {225, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
cannot have affliction mods [1]
IdCannotGainAfflictedMods
FamilyNothing
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • cannot have affliction mods Min: 1 Max: 1 全域
  • monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 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]
    IdCannotBeAugmented
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 全域
  • cant possess this Min: 1 Max: 1 全域
  • cannot be afflicted Min: 1 Max: 1 全域
  • monster no talismans Min: 1 Max: 1 全域
  • cannot have azmeri dust Min: 1 Max: 1 全域
  • cannot have affliction mods Min: 1 Max: 1 全域
  • cannot be tagged by sentinel Min: 1 Max: 1 全域
  • Edit

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