酋长塑像
人形
Effigy of the Chieftain
幽魂N
标签flesh_armour, has_bow, humanoid, physical_affinity, red_blood, slashing_weapon, slow_movement
生命
400%
异常状态临界值
400%
抗性
30 30 30 20
伤害
100%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 40
攻击间隔
1.5 秒
伤害分布
±20%
经验值
200%
Model Size
120%
类型
KaruiElderBossLake
Metadata
KaruiElderBossLake
等级
68
生命
25,733
护甲
28,790
闪避值
4,739
能量护盾
0
伤害
374
法术伤害
374
命中
290
攻击间隔
1.5
经验值
20,510
异常状态临界值
25,733
冰缓
81
Shock
81
Brittle
460
Scorch
81
Sap
225
KaruiElderDropArrow
攻击, 范围, 持续时间
基本伤害: 299–448
攻击暴击率: 5%
攻击间隔: 1.5 秒
冷却时间: 1.5 秒
每秒造成 2045.9 基础火焰伤害
基础持续时间为 2.5
active skill area of effect radius +% final [-35]
base is projectile [1]
ground fire art variation [2]
is area damage [1]
KaruiElderDropArrowBlink
攻击, 范围, 持续时间
基本伤害: 299–448
攻击暴击率: 5%
攻击间隔: 1.5 秒
冷却时间: 5 秒
每秒造成 2045.9 基础火焰伤害
基础持续时间为 2.5
箭矢速度加快 100%
active skill area of effect radius +% final [-35]
base is projectile [1]
ground fire art variation [2]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/KaomWarrior/KaomWarrior"
extends "Metadata/Monsters/StandaloneMonster"

Actor
{
	main_hand_unarmed_type = "Bow"
	basic_action = "Emerge"
}

Object Type Codes

version 2
extends "Metadata/Monsters/KaomWarrior/KaomWarrior"
extends "Metadata/Monsters/StandaloneMonster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueLake/KaruiElderBossLake"] = {
    name = "Effigy of the Chieftain",
    life = 4,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 40,
    accuracy = 1,
    skillList = {
        "KaruiElderDropArrow",
        "KaruiElderDropArrowBlink",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["KaruiElderDropArrow"] = {
    name = "KaruiElderDropArrow",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        duration = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_fire_damage_to_deal_per_minute",
        "base_skill_effect_duration",
        "ground_fire_art_variation",
        "active_skill_area_of_effect_radius_+%_final",
        "base_is_projectile",
        "is_area_damage",
    },
    levels = {
        [1] = {2.5, 2500, 2, -35, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["KaruiElderDropArrowBlink"] = {
    name = "KaruiElderDropArrowBlink",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        attack = true,
        area = true,
        duration = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_fire_damage_to_deal_per_minute",
        "base_skill_effect_duration",
        "ground_fire_art_variation",
        "base_arrow_speed_+%",
        "active_skill_area_of_effect_radius_+%_final",
        "base_is_projectile",
        "is_area_damage",
    },
    levels = {
        [1] = {2.5, 2500, 2, 100, -35, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
    },
}
Edit

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