利希斯嘯夜
人形
地區: 餓獸巢穴
增加 15000% 物品掉落稀有度
怪物增加 100% 經驗值
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Lycius, Midnight's Howl
幽魂N
地區餓獸巢穴
標籤has_claw, has_dual_wield_melee, has_one_handed_melee, human, humanoid, large_height, large_model, light_armour, medium_movement, melee, non_unique_map_boss, not_int, physical_affinity, ranged, red_blood, slashing_weapon
生命
400%
護甲
+50%
閃避
+50%
異常狀態臨界值
400%
抗性
40 40 40 25
傷害
120%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 10
攻擊間隔
0.72 秒
傷害分佈
±20%
經驗值
200%
Model Size
135%
類型
WolfKingTalismanMapBoss
Metadata
TalismanWolfKingMapBossSimplified
等級
69
生命
649,329
護甲
46,737
閃避
7,361
能量護盾
0
傷害
542
法術傷害
809
命中
301
攻擊間隔
0.4824
經驗值
115,357
異常狀態臨界值
383,104
冰緩
1,211
感電
1,211
易碎
6,853
焦灼
1,211
殘喘
3,347
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 861–1292
暴擊率: 5%
攻擊間隔: 0.72 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
RigwaldSummonWolves
法術, 法術可重複, 可觸發, 陷阱技能, 圖騰技能, 地雷技能
施放時間: 1 秒
冷卻時間: 8 秒
alternate minion [75]
minion dies when parent dies [1]
number of monsters to summon [4]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
RigwaldWolfBarrageMapBoss
攻擊, 投射物, 傷害, 範圍攻擊, 玩家投射物
基本傷害: 861–1292
暴擊率: 5%
攻擊傷害: 126%
攻擊傷害: 126%
攻擊間隔: 0.72 秒
冷卻時間: 15 秒
你的擊中不能暈眩敵人
造成 26% 更多攻擊傷害
發射 2 個額外投射物
增加 200% 命中率
90% 更少攻擊速度
減少 50% 承受傷害
base is projectile [1]
monster penalty against minions damage +% final vs player minions [-75]
monster reverse point blank damage -% at minimum range [25]
projectile speed variation +% [15]
RigwaldWolfFormMapBossSimplified
持續時間, 法術
施放時間: 3 秒
冷卻時間: 18 秒
+6 秒基礎持續時間
RigwaldWeaponThrow
攻擊, 範圍攻擊, 投射物, 玩家投射物
靈體投擲
基本傷害: 861–1292
暴擊率: 5%
攻擊間隔: 0.72 秒
投擲你近戰武器的靈體版本。此靈體將會向外飛出並如同迴力鏢一般回到你的身邊,對所有碰觸到的敵人造成傷害。
增加 25% 投射物速度
增加 25% 命中率
base is projectile [1]
spectral throw deceleration override [135]
RigwaldTaunt
冷卻時間: 15 秒

Object Type

version 2
extends "Metadata/Monsters/Monster"

Transitionable
{
}

Animated
{
	preload_animated_object = "Metadata/Monsters/Rigwald/RigwaldWolf.ao"
	preload_animated_object = "Metadata/Monsters/Lion/LionWolf_rigwaldsummon.ao"
}

Actor
{
	slow_animations_go_to_idle = false
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Life
{
	on_death = "PlayTextAudio( RigwaldDeathRandom , Metadata/NPC/RigwaldMapSimplified, 0);"
}

Transitionable
{
	on_transition = "PlayTextAudio( RigwaldIntroRandom , Metadata/NPC/RigwaldMapSimplified, 0);"
}

Animated
{
	preload_animated_object = "Metadata/Effects/Microtransactions/Spells/raise_spectre/shadow_mirror/shadowcast.ao"
}

Render
{
	hide_talisman_icon = true
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Talisman/TalismanWolfKingMapBossSimplified"] = {
    name = "Lycius, Midnight's Howl",
    life = 4,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.2,
    damageSpread = 0.2,
    attackTime = 0.72,
    attackRange = 10,
    accuracy = 1,
    weaponType1 = "Claw",
    weaponType2 = "Claw",
    skillList = {
        "Melee",
        "RigwaldWeaponThrow",
        "RigwaldSummonWolves",
        "RigwaldTaunt",
        "RigwaldWolfFormMapBossSimplified",
        "RigwaldWolfBarrageMapBoss",
    },
    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["RigwaldWeaponThrow"] = {
    name = "Spectral Throw",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spectral_throw_deceleration_override",
        "base_projectile_speed_+%",
        "accuracy_rating_+%",
        "base_is_projectile",
    },
    levels = {
        [1] = {135, 25, 25, levelRequirement = 60, statInterpolation = {},  cost = { }, },
        [2] = {135, 25, 25, baseMultiplier = 1.2, levelRequirement = 70, statInterpolation = {},  cost = { }, },
        [3] = {135, 25, 25, baseMultiplier = 1.4, levelRequirement = 80, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["RigwaldSummonWolves"] = {
    name = "RigwaldSummonWolves",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summoned_monsters_no_drops_or_experience",
        "summoned_monsters_are_minions",
        "minion_dies_when_parent_dies",
    },
    levels = {
        [1] = {75, 4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["RigwaldTaunt"] = {
    name = "RigwaldTaunt",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["RigwaldWolfFormMapBossSimplified"] = {
    name = "RigwaldWolfFormMapBossSimplified",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Duration] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
    },
    levels = {
        [1] = {6000, levelRequirement = 60, statInterpolation = {1},  cost = { }, },
        [2] = {7000, levelRequirement = 70, statInterpolation = {1},  cost = { }, },
        [3] = {8000, levelRequirement = 80, statInterpolation = {1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["RigwaldWolfBarrageMapBoss"] = {
    name = "RigwaldWolfBarrageMapBoss",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Projectile] = true,
        [SkillType.Damage] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_attack_speed_+%_final",
        "monster_reverse_point_blank_damage_-%_at_minimum_range",
        "number_of_additional_projectiles",
        "accuracy_rating_+%",
        "base_damage_taken_+%",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "projectile_speed_variation_+%",
        "base_is_projectile",
        "cannot_stun",
    },
    levels = {
        [1] = {-90, 25, 2, 200, -50, -75, 15, baseMultiplier = 1.26, levelRequirement = 68, statInterpolation = {},  cost = { }, },
    },
}
增加 15000% 物品掉落稀有度
怪物增加 100% 經驗值
IdMonsterMapBoss
FamilyMonsterMapBoss
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 15000 Max: 15000 全域
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • 利希斯嘯夜
    人形
    增加 15000% 物品掉落稀有度
    怪物增加 100% 經驗值
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Lycius, Midnight's Howl
    幽魂N
    標籤has_claw, has_dual_wield_melee, has_one_handed_melee, human, humanoid, large_height, large_model, light_armour, medium_movement, melee, not_int, physical_affinity, ranged, red_blood, slashing_weapon, standalone_map_boss
    生命
    400%
    護甲
    +50%
    閃避
    +50%
    異常狀態臨界值
    400%
    抗性
    40 40 40 25
    傷害
    120%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 10
    攻擊間隔
    0.72 秒
    傷害分佈
    ±20%
    經驗值
    200%
    Model Size
    135%
    類型
    WolfKingTalismanMapBoss
    Metadata
    TalismanWolfKingMapBossSimplifiedStandalone
    等級
    68
    生命
    557,385
    護甲
    43,185
    閃避
    7,109
    能量護盾
    0
    傷害
    511
    法術傷害
    762
    命中
    290
    攻擊間隔
    0.4824
    經驗值
    112,805
    異常狀態臨界值
    351,153
    冰緩
    1,110
    感電
    1,110
    易碎
    6,282
    焦灼
    1,110
    殘喘
    3,068
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 811–1216
    暴擊率: 5%
    攻擊間隔: 0.72 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    RigwaldSummonWolves
    法術, 法術可重複, 可觸發, 陷阱技能, 圖騰技能, 地雷技能
    施放時間: 1 秒
    冷卻時間: 8 秒
    alternate minion [75]
    minion dies when parent dies [1]
    number of monsters to summon [4]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]
    RigwaldWolfFormMapBossSimplified
    持續時間, 法術
    施放時間: 3 秒
    冷卻時間: 18 秒
    +6 秒基礎持續時間
    RigwaldWeaponThrow
    攻擊, 範圍攻擊, 投射物, 玩家投射物
    靈體投擲
    基本傷害: 811–1216
    暴擊率: 5%
    攻擊間隔: 0.72 秒
    投擲你近戰武器的靈體版本。此靈體將會向外飛出並如同迴力鏢一般回到你的身邊,對所有碰觸到的敵人造成傷害。
    增加 25% 投射物速度
    增加 25% 命中率
    base is projectile [1]
    spectral throw deceleration override [135]
    RigwaldTaunt
    冷卻時間: 15 秒
    GTStandaloneRigwaldWolfBarrage
    可觸發, 法術
    施放時間: 4.166 秒
    冷卻時間: 15 秒
    GPAStandaloneRigwaldWolfBarrage
    攻擊, 可觸發
    基本傷害: 811–1216
    暴擊率: 5%
    攻擊傷害: 126%
    攻擊傷害: 126%
    攻擊間隔: 0.72 秒
    你的擊中不能暈眩敵人
    造成 26% 更多攻擊傷害
    增加 200% 命中率
    90% 更少攻擊速度
    base is projectile [1]
    monster penalty against minions damage +% final vs player minions [-75]
    monster reverse point blank damage -% at minimum range [25]
    projectile speed variation +% [15]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Animated
    {
    	preload_animated_object = "Metadata/Monsters/Rigwald/RigwaldWolf.ao"
    	preload_animated_object = "Metadata/Monsters/Lion/LionWolf_rigwaldsummon.ao"
    }
    
    Actor
    {
    	slow_animations_go_to_idle = false
    }
    
    Transitionable
    {
    	
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Microtransactions/Spells/raise_spectre/shadow_mirror/shadowcast.ao"
    }
    
    Transitionable
    {
    	
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Talisman/TalismanWolfKingMapBossSimplifiedStandalone"] = {
        name = "Lycius, Midnight's Howl",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 0.72,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Claw",
        weaponType2 = "Claw",
        skillList = {
            "Melee",
            "GPAStandaloneRigwaldWolfBarrage",
            "RigwaldWeaponThrow",
            "RigwaldSummonWolves",
            "RigwaldTaunt",
            "RigwaldWolfFormMapBossSimplified",
            "GTStandaloneRigwaldWolfBarrage",
        },
        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["GPAStandaloneRigwaldWolfBarrage"] = {
        name = "GPAStandaloneRigwaldWolfBarrage",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "accuracy_rating_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "projectile_speed_variation_+%",
            "base_is_projectile",
            "cannot_stun",
        },
        levels = {
            [1] = {-90, 25, 200, -75, 15, baseMultiplier = 1.26, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RigwaldWeaponThrow"] = {
        name = "Spectral Throw",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spectral_throw_deceleration_override",
            "base_projectile_speed_+%",
            "accuracy_rating_+%",
            "base_is_projectile",
        },
        levels = {
            [1] = {135, 25, 25, levelRequirement = 60, statInterpolation = {},  cost = { }, },
            [2] = {135, 25, 25, baseMultiplier = 1.2, levelRequirement = 70, statInterpolation = {},  cost = { }, },
            [3] = {135, 25, 25, baseMultiplier = 1.4, levelRequirement = 80, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RigwaldSummonWolves"] = {
        name = "RigwaldSummonWolves",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "alternate_minion",
            "number_of_monsters_to_summon",
            "summoned_monsters_no_drops_or_experience",
            "summoned_monsters_are_minions",
            "minion_dies_when_parent_dies",
        },
        levels = {
            [1] = {75, 4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RigwaldTaunt"] = {
        name = "RigwaldTaunt",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RigwaldWolfFormMapBossSimplified"] = {
        name = "RigwaldWolfFormMapBossSimplified",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Duration] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {6000, levelRequirement = 60, statInterpolation = {1},  cost = { }, },
            [2] = {7000, levelRequirement = 70, statInterpolation = {1},  cost = { }, },
            [3] = {8000, levelRequirement = 80, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTStandaloneRigwaldWolfBarrage"] = {
        name = "GTStandaloneRigwaldWolfBarrage",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4.166,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    增加 15000% 物品掉落稀有度
    怪物增加 100% 經驗值
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 15000 Max: 15000 全域
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • 利希斯嘯夜
    人形
    增加 15000% 物品掉落稀有度
    怪物增加 100% 經驗值
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Lycius, Midnight's Howl
    幽魂N
    標籤elder_map_boss, has_claw, has_dual_wield_melee, has_one_handed_melee, human, humanoid, large_height, large_model, light_armour, medium_movement, non_attacking, not_int, red_blood, slashing_weapon
    生命
    400%
    護甲
    +50%
    閃避
    +50%
    異常狀態臨界值
    400%
    抗性
    40 40 40 25
    傷害
    120%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 10
    攻擊間隔
    0.72 秒
    傷害分佈
    ±20%
    經驗值
    200%
    Model Size
    135%
    類型
    WolfKingTalismanMapBoss
    Metadata
    TalismanWolfKingMapBossSimplifiedElder

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	corpse_usable = false
    }
    
    Stats
    {
    	base_cannot_be_damaged = 1
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	is_hidden_monster = 1
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_immune_vaal_lighting_warp = 1
    }
    
    Transitionable
    {
    	
    }
    
    Preload
    {
    	preload_object = "Metadata/Monsters/ElderBosses/ElderAbsorb"
    	preload_object = "Metadata/MiscellaneousObjects/ElderPortal"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target.epk );"
    	create_transitioned = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/entrance.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/absorb/absorb.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Talisman/TalismanWolfKingMapBossSimplifiedElder"] = {
        name = "Lycius, Midnight's Howl",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 0.72,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Claw",
        weaponType2 = "Claw",
        skillList = {
        },
        modList = {
        },
    }
    
    增加 15000% 物品掉落稀有度
    怪物增加 100% 經驗值
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 15000 Max: 15000 全域
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • 利希斯嘯夜
    野獸
    不能被傷害
    不能被擊退
    不會被暈眩
    corrupted blood on hit % average damage to deal per minute per stack [600]
    corrupted blood on hit duration [4000]
    maim on hit % with at least 3 stacks of corrupted blood [100]
    100% 機率避免被冰緩
    100% 機率避免被冰凍
    不被感電影響
    100% 機率避免被點燃
    無咒的
    迷蹤效果
    Lycius, Midnight's Howl
    幽魂N
    標籤beast, canine_beast, has_one_hand_sword, has_one_handed_melee, large_model, light_armour, mammal_beast, medium_height, melee, not_int, physical_affinity, red_blood, slashing_weapon, very_fast_movement
    生命
    400%
    護甲
    +50%
    閃避
    +50%
    異常狀態臨界值
    400%
    抗性
    0 0 0 0
    傷害
    220%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 16
    攻擊間隔
    0.825 秒
    傷害分佈
    ±20%
    經驗值
    200%
    Model Size
    150%
    類型
    WolfKingTalismanWolfFormMapBoss
    Metadata
    TalismanWolfKingWolfFormMapBossSimplified
    等級
    68
    生命
    25,733
    護甲
    43,185
    閃避
    7,109
    能量護盾
    0
    傷害
    822
    法術傷害
    822
    命中
    290
    攻擊間隔
    0.825
    經驗值
    20,510
    異常狀態臨界值
    25,733
    冰緩
    81
    感電
    81
    易碎
    460
    焦灼
    81
    殘喘
    225
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 657–986
    暴擊率: 5%
    攻擊間隔: 0.825 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    RigwaldWolfLeapSlam
    攻擊, 範圍, 近戰, 位移, 快行, Slam, 圖騰技能
    躍擊
    基本傷害: 657–986
    暴擊率: 5%
    攻擊間隔: 0.825 秒
    冷卻時間: 5 秒
    朝著目標區域躍起,並在落地時以你的武器重擊並擊退範圍內的敵人。被踩到的敵人將會被推出去。限定斧、錘、權杖、劍或是長杖。不能被多重打擊輔助。
    30% 更多攻擊速度
    基礎範圍為 1.5
    cast time overrides attack duration [1]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    }
    
    Stats
    {
    	set_cannot_die = 1
    	set_suppress_phasing_visual = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
    	hide_talisman_icon = true
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Talisman/TalismanWolfKingWolfFormMapBossSimplified"] = {
        name = "Lycius, Midnight's Howl",
        life = 4,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.2,
        damageSpread = 0.2,
        attackTime = 0.825,
        attackRange = 16,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "Melee",
            "RigwaldWolfLeapSlam",
        },
        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["RigwaldWolfLeapSlam"] = {
        name = "Leap Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.4,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {30, 15, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    不能被傷害
    IdMonsterCannotBeDamaged
    FamilyCannotBeDamaged
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base cannot be damaged Min: 1 Max: 1 全域
  • 傷害免疫
    免疫所有傷害
    不能被傷害
    Cannot Be Damaged
    不能被擊退
    IdMonsterCannotBeKnockedBack
    FamilyCannotBeKnockedBack
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 全域
  • 不會被暈眩
    IdMonsterImplicitCannotBeStunned1
    FamilyMonsterCannotBeStunned
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base cannot be stunned Min: 1 Max: 1 全域
  • corrupted blood on hit % average damage to deal per minute per stack [600]
    corrupted blood on hit duration [4000]
    maim on hit % with at least 3 stacks of corrupted blood [100]
    IdRigwaldWolfFormCorruptedBloodAndMaim
    FamilyCausesBleeding
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • corrupted blood on hit duration Min: 4000 Max: 4000 全域
  • maim on hit % with at least 3 stacks of corrupted blood Min: 100 Max: 100 地區
  • corrupted blood on hit % average damage to deal per minute per stack Min: 600 Max: 600 地區
  • Craft Tagsphysical_damage bleed damage physical ailment
    100% 機率避免被冰緩
    100% 機率避免被冰凍
    IdMonsterCannotBeChilled
    FamilyChanceToAvoidFreezeAndChill
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base avoid chill % Min: 100 Max: 100 全域
  • base avoid freeze % Min: 100 Max: 100 全域
  • Craft Tagselemental cold ailment
    不被感電影響
    IdMonsterCannotBeShocked
    FamilyUnaffectedByShock
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • unaffected by shock Min: 1 Max: 1 全域
  • Craft Tagselemental lightning ailment
    100% 機率避免被點燃
    IdMonsterAvoidIgniteImplicit1
    FamilyAvoidIgnite
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base avoid ignite % Min: 100 Max: 100 全域
  • Craft Tagselemental fire ailment
    無咒的
    IdMonsterImplicitHexproof
    FamilyMonsterImmuneToCurses
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • hexproof Min: 1 Max: 1 全域
  • Craft Tagscaster curse
    迷蹤效果
    IdRigwaldWolfFormPhasing
    FamilyPhasing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • phase through objects Min: 1 Max: 1 全域
  • Edit

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