死亡的雕像
不死
Effigy of Death
幽魂N
標籤bone_armour, 法術, cleaving_weapon, has_two_hand_axe, has_two_handed_melee, medium_height, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood, skeleton, undead
生命
400%
護甲
+50%
異常狀態臨界值
400%
抗性
30 30 30 20
傷害
160%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 11
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
200%
Model Size
125%
類型
DroolmawBossLake
Metadata
DroolmawLake
等級
68
生命
25,733
護甲
28,790
閃避
4,739
能量護盾
0
傷害
598
法術傷害
598
命中
0
攻擊間隔
1.5
經驗值
20,510
異常狀態臨界值
25,733
冰緩
81
感電
81
易碎
460
焦灼
81
殘喘
225
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 478–717
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
DroolmawBoneLance
法術, 投射物, 玩家投射物, 圖騰技能, 地雷技能, 陷阱技能, 可觸發, 傷害, 法術可重複, 可齊射, 範圍, 範圍法術, 物理
屍術矢
施放時間: 1 秒
冷卻時間: 2 秒
發射一個可以穿透所有敵人的投射物,並撞到目標位置後製造一個骷髏之弓於標的地。
造成 337505.6 物理傷害
投射物穿透全部目標
+6 秒基礎持續時間
減少 50% 投射物速度
最多允許 5 個屍體
alternate minion [1]
base is projectile [1]
DroolmawGoreSunder
攻擊, 範圍, 攻擊可重複, 近戰, Slam, 圖騰技能
大地震擊
基本傷害: 478–717
暴擊率: 5%
攻擊傷害: 90%
攻擊間隔: 1.5 秒
冷卻時間: 6 秒
使用你的錘、斧或長杖重擊地面,在你前方製造出一道破碎地面對敵人造成傷害。被破碎地面擊中的敵人周圍將會產生能對其他敵人造成傷害的衝擊波。
造成 10% 更少攻擊傷害
50% 更少攻擊速度
衝擊波造成 80% 更少傷害
active skill area of effect radius +% final [-50]
is area damage [1]
EmptyActionSpellDroolmaw
法術
施放時間: 1 秒
冷卻時間: 1 秒
DroolmawSummonPillar
法術, 法術可重複, 可觸發
施放時間: 1 秒
alternate minion [272]
cast on corpse consume [1]
minion dies when parent dies [1]
monster no drops or experience [1]
number of monsters to summon [1]
summon specific monsters radius +% [-95]
summoned monsters are minions [1]
MonsterDetonateDeadDroolmaw
法術, 範圍, 傷害, 可觸發
暴擊率: 5%
施放時間: 0.8 秒
冷卻時間: 4 秒
+1.5 秒基礎持續時間
基礎額外效果持續時間 0.5
造成 343.6515.5 火焰傷害
爆炸造成的火焰傷害等同 1% 屍體的最大生命
爆發 +1
corpse skill has triggers [1]
is area damage [1]
MonsterDetonateDeadDroolmawNoTotem
法術, 範圍, 傷害, 可觸發
暴擊率: 5%
施放時間: 0.8 秒
冷卻時間: 4 秒
+1.5 秒基礎持續時間
基礎額外效果持續時間 0.5
造成 343.6515.5 火焰傷害
爆炸造成的火焰傷害等同 1% 屍體的最大生命
爆發 +1
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
	has_light = true
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueLake/DroolmawLake"] = {
    name = "Effigy of Death",
    life = 4,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 1.6,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 11,
    accuracy = 1,
    weaponType1 = "Two Hand Axe",
    skillList = {
        "Melee",
        "DroolmawSummonPillar",
        "DroolmawGoreSunder",
        "EmptyActionSpellDroolmaw",
        "DroolmawBoneLance",
        "MonsterDetonateDeadDroolmaw",
        "MonsterDetonateDeadDroolmawNoTotem",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    name = "Default Attack",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DroolmawSummonPillar"] = {
    name = "DroolmawSummonPillar",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_monsters_to_summon",
        "alternate_minion",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
        "monster_no_drops_or_experience",
        "minion_dies_when_parent_dies",
        "cast_on_corpse_consume",
    },
    levels = {
        [1] = {1, 272, -95, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DroolmawGoreSunder"] = {
    name = "Sunder",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Slams the ground with a Mace, Sceptre, Axe or Staff, creating a wave of broken ground that damages enemies in an area in front of you. Enemies hit by the wave will release a circular shockwave, dealing damage to other enemies around them.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "shockwave_slam_explosion_damage_+%_final",
        "active_skill_attack_speed_+%_final",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {-80, -50, -50, baseMultiplier = 0.9, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionSpellDroolmaw"] = {
    name = "EmptyActionSpellDroolmaw",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DroolmawBoneLance"] = {
    name = "Unearth",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires a projectile that will pierce through enemies to impact the ground at the targeted location, creating a Bone Archer corpse where it lands.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Damage] = true,
        [SkillType.Multicastable] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.Area] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Physical] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "base_skill_effect_duration",
        "alternate_minion",
        "desecrate_maximum_number_of_corpses",
        "base_projectile_speed_+%",
        "base_is_projectile",
        "always_pierce",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 6000, 1, 5, -50, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterDetonateDeadDroolmaw"] = {
    name = "MonsterDetonateDeadDroolmaw",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "corpse_explosion_monster_life_%",
        "base_skill_effect_duration",
        "base_secondary_skill_effect_duration",
        "upheaval_number_of_spikes",
        "is_area_damage",
        "corpse_skill_has_triggers",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 1, 1500, 500, 1, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterDetonateDeadDroolmawNoTotem"] = {
    name = "MonsterDetonateDeadDroolmawNoTotem",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "corpse_explosion_monster_life_%",
        "base_skill_effect_duration",
        "base_secondary_skill_effect_duration",
        "upheaval_number_of_spikes",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 1, 1500, 500, 1, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
Edit

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