Expedition2RemnantActiveIncursionAtziriActiveShrineActiveStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
狼之魂
CategoryUndead不死族
Spirit Of The Wolf
Spectre
Tagsghost, medium_movement, Unarmed_onhit_audio, undead
生命
100%
抗性
IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
傷害
100%
命中
100%
暴擊 Chance
5%
Attack Distance
5 ~ 14
攻擊時間
1.5 Second
Damage Spread
±20%
經驗值
100%
Model Size
100%
Type
TormentedSpirit
Metadata
TormentedSpiritoftheWolfVivid
等級
68
生命
8,257
傷害
233
法術傷害
233
命中
2,502
攻擊時間
1.5
經驗值
28,634
召喚物生命
6,930
召喚物傷害
969
召喚物護甲
2,413
HauntVivid
冷卻時間: 3 秒
SpiritBurstVivid
active skill base area of effect radius [80]

Object Type

version 2
extends "Metadata/Monsters/TormentedSpirits/TormentedSpiritBase"

Stats
{
	// set_base_heavy_stun_duration_ms = REPLACE_WITH_HEAVY_STUN_ANIM_LENGTH
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/TormentedSpirits/TormentedSpiritoftheWolfVivid"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Spirit Of The Wolf",
    life = 1,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 14,
    accuracy = 1,
    skillList = {
        "HauntVivid",
        "SpiritBurstVivid",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["HauntVivid"] = {
    name = "HauntVivid",
    hidden = true,
    color = ,
    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["SpiritBurstVivid"] = {
    name = "SpiritBurstVivid",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_base_area_of_effect_radius",
    },
    levels = {
        [1] = {80, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
狼之魂
CategoryUndead不死族
Spirit Of The Wolf
Spectre
Tagsghost, medium_movement, Unarmed_onhit_audio, undead
生命
100%
抗性
IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
傷害
100%
命中
100%
暴擊 Chance
5%
Attack Distance
5 ~ 14
攻擊時間
1.5 Second
Damage Spread
±20%
經驗值
100%
Model Size
100%
Type
TormentedSpiritViper
Metadata
TormentedSpiritoftheWolfVividViper
等級
68
生命
8,257
傷害
233
法術傷害
233
命中
2,502
攻擊時間
1.5
經驗值
28,634
召喚物生命
6,930
召喚物傷害
969
召喚物護甲
2,413
HauntVivid
冷卻時間: 3 秒
SpiritBurstVivid
active skill base area of effect radius [80]

Object Type

version 2
abstract
extends "Metadata/Monsters/Daemon/AbstractDaemon"

StateMachine
{
	define_shared_state =
	"
		active;
		wisp_time;
	"
}

Actor
{
	basic_action = "DoNothing"
	basic_action = "MoveForced"
	basic_action = "FollowPath"
	basic_action = "ChangeToStance1"
}

Animated
{
	serialise_animation_progress = true
}

Pathfinding
{
	immobile = false
}

ControlZone
{}

Positioned
{
	object_size = 0
	blocking = false
}

Functions
{
	update_base_speed = "SetBaseSpeed( arg1 );"
}

Stats
{
	set_monster_no_drops_if_death_timer_expired = 1
	set_is_tormented_spirit = 1
	set_suppress_phasing_visual = 1
	set_cannot_be_tagged_by_sentinel = 1
	set_cannot_be_afflicted = 1
	set_base_phasing_without_visual = 1
}

Life
{
	corpse_usable = false
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/TormentedSpirits/TormentedSpiritoftheWolfVividViper"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Spirit Of The Wolf",
    life = 1,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 14,
    accuracy = 1,
    skillList = {
        "HauntVivid",
        "SpiritBurstVivid",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["HauntVivid"] = {
    name = "HauntVivid",
    hidden = true,
    color = ,
    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["SpiritBurstVivid"] = {
    name = "SpiritBurstVivid",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_base_area_of_effect_radius",
    },
    levels = {
        [1] = {80, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
狼之魂
CategoryUndead不死族
is rate limited daemon [1]
monster no drops or experience [1]
Spirit Of The Wolf
Spectre
Tagsghost, medium_movement, Unarmed_onhit_audio, undead
生命
100%
抗性
IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
傷害
66%
命中
100%
暴擊 Chance
5%
Attack Distance
6 ~ 14
攻擊時間
1.5 Second
Damage Spread
±20%
經驗值
100%
Model Size
100%
Type
TormentedSpiritDaemon
Metadata
TormentedSpiritoftheWolfVividPossesedDaemon
等級
68
生命
8,257
傷害
154
法術傷害
154
命中
2,502
攻擊時間
1.5
經驗值
28,634
召喚物生命
6,930
召喚物傷害
639
召喚物護甲
2,413
GASpiritofTheWolfDash
可觸發, 攻擊, AttackInPlace
Base Damage: 123185
暴擊率: 5%
攻擊傷害: 240%
攻擊時間: 1.5 秒
造成140%更多攻擊傷害
擊中時造成癱瘓
action attack or cast time uses animation length [1]
is area damage [1]
GTSpiritOfTheWolfDash
法術, 可觸發, AttackInPlace
施放時間: 1 秒
冷卻時間: 12 秒
action attack or cast time uses animation length [1]
TBSpiritOfTheWolfDash
法術, 可觸發, 攻擊, 傷害, AttackInPlace
Base Damage: 123185
施放時間: 1 秒
攻擊時間: 1.5 秒
generic skill trigger skills with id [1]

Object Type

version 2
abstract
extends "Metadata/Monsters/Daemon/AbstractDaemon"

Stats
{
	is_hidden_monster = 0
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/TormentedSpirits/TormentedSpiritoftheWolfVividPossesedDaemon"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Spirit Of The Wolf",
    life = 1,
    damage = 0.66,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 14,
    accuracy = 1,
    skillList = {
        "GASpiritofTheWolfDash",
        "TBSpiritOfTheWolfDash",
        "GTSpiritOfTheWolfDash",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["GASpiritofTheWolfDash"] = {
    name = "GASpiritofTheWolfDash",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "maim_on_hit_%",
        "is_area_damage",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {100, baseMultiplier = 2.4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["TBSpiritOfTheWolfDash"] = {
    name = "TBSpiritOfTheWolfDash",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
        [SkillType.Damage] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "generic_skill_trigger_skills_with_id",
    },
    levels = {
        [1] = {1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GTSpiritOfTheWolfDash"] = {
    name = "GTSpiritOfTheWolfDash",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
is rate limited daemon [1]
FamilyRateLimitedDaemon
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • is rate limited daemon 1 1 Global
  • monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no drops or experience 1 1 Global Unscalable Value
  • 狼之魂
    CategoryUndead不死族
    is rate limited daemon [1]
    monster no drops or experience [1]
    Spirit Of The Wolf
    Spectre
    Tagsghost, medium_movement, Unarmed_onhit_audio, undead
    生命
    100%
    抗性
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    傷害
    66%
    命中
    100%
    暴擊 Chance
    5%
    Attack Distance
    6 ~ 14
    攻擊時間
    1 Second
    Damage Spread
    ±20%
    經驗值
    100%
    Model Size
    100%
    Type
    TormentedSpiritDaemonPlayer
    Metadata
    TormentedSpiritoftheWolfVividPossesedDaemonPlayer
    IsSummoned
    Y
    等級
    68
    生命
    8,257
    傷害
    154
    法術傷害
    154
    命中
    2,502
    攻擊時間
    1
    經驗值
    28,634
    召喚物生命
    6,930
    召喚物傷害
    639
    召喚物護甲
    2,413
    GASpiritofTheWolfDashPlayer
    可觸發, 攻擊, AttackInPlace
    Base Damage: 123185
    暴擊率: 5%
    攻擊傷害: 370%
    攻擊時間: 1 秒
    造成270%更多攻擊傷害
    擊中時造成癱瘓
    action attack or cast time uses animation length [1]
    is area damage [1]
    GTSpiritOfTheWolfDashPlayer
    法術, 可觸發, AttackInPlace
    施放時間: 1 秒
    冷卻時間: 12 秒
    action attack or cast time uses animation length [1]
    TBSpiritOfTheWolfDashPlayer
    法術, 可觸發, 攻擊, 傷害, AttackInPlace
    Base Damage: 123185
    施放時間: 1 秒
    攻擊時間: 1 秒
    generic skill trigger skills with id [1]

    Object Type

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/TormentedSpirits/TormentedSpiritoftheWolfVividPossesedDaemonPlayer"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Spirit Of The Wolf",
        life = 1,
        damage = 0.66,
        damageSpread = 0.2,
        attackTime = 1,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "GASpiritofTheWolfDashPlayer",
            "TBSpiritOfTheWolfDashPlayer",
            "GTSpiritOfTheWolfDashPlayer",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASpiritofTheWolfDashPlayer"] = {
        name = "GASpiritofTheWolfDashPlayer",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "maim_on_hit_%",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {100, baseMultiplier = 3.7, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TBSpiritOfTheWolfDashPlayer"] = {
        name = "TBSpiritOfTheWolfDashPlayer",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "generic_skill_trigger_skills_with_id",
        },
        levels = {
            [1] = {1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTSpiritOfTheWolfDashPlayer"] = {
        name = "GTSpiritOfTheWolfDashPlayer",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    is rate limited daemon [1]
    FamilyRateLimitedDaemon
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • is rate limited daemon 1 1 Global
  • monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no drops or experience 1 1 Global Unscalable Value
  • SpiritOfTheWolfPossessedPlayer Ref /0
    狼之魂
    玩家受狼之魂附身時,有 50% 機率在攻擊擊中時造成癱瘓技能速度增加 30%、移動速度增加 15%,且能造成相當於所造成擊中傷害 10% 的破甲
    玩家還會週期性地召喚能使出衝刺攻擊的狼之魂。
    Edit

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