IncursionAtziriActiveShrineStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
วิญญาณวัว
CategoryUndeadอันเดด
Spirit Of The Ox
Spectre
Tagsghost, medium_movement, Unarmed_onhit_audio, undead
พลังชีวิต
100%
ค่าต้านทาน
IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
Damage
100%
ความแม่นยำ
100%
Attack Distance
5 ~ 14
{เวลาโจมตี}
1.5 Second
Damage Spread
±20%
ค่าประสบการณ์
100%
Model Size
100%
Type
TormentedSpirit
Metadata
TormentedSpiritoftheOxWild
เลเวล
68
พลังชีวิต
8,257
Damage
233
ความเสียหายเวท
233
ความแม่นยำ
2,502
{เวลาโจมตี}
1.5
ค่าประสบการณ์
28,634
Minion Life
6,930
Minion Damage
969
Minion Armour
2,413
HauntWild
คูลดาวน์: 3 {วิ}
SpiritBurstWild
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/TormentedSpiritoftheOxWild"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Spirit Of The Ox",
    life = 1,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 14,
    accuracy = 1,
    skillList = {
        "HauntWild",
        "SpiritBurstWild",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["HauntWild"] = {
    name = "HauntWild",
    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["SpiritBurstWild"] = {
    name = "SpiritBurstWild",
    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 Ox
Spectre
Tagsghost, medium_movement, Unarmed_onhit_audio, undead
พลังชีวิต
100%
ค่าต้านทาน
IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
Damage
100%
ความแม่นยำ
100%
Attack Distance
5 ~ 14
{เวลาโจมตี}
1.5 Second
Damage Spread
±20%
ค่าประสบการณ์
100%
Model Size
100%
Type
TormentedSpiritViper
Metadata
TormentedSpiritoftheOxWildViper
เลเวล
68
พลังชีวิต
8,257
Damage
233
ความเสียหายเวท
233
ความแม่นยำ
2,502
{เวลาโจมตี}
1.5
ค่าประสบการณ์
28,634
Minion Life
6,930
Minion Damage
969
Minion Armour
2,413
HauntWild
คูลดาวน์: 3 {วิ}
SpiritBurstWild
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/TormentedSpiritoftheOxWildViper"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Spirit Of The Ox",
    life = 1,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 14,
    accuracy = 1,
    skillList = {
        "HauntWild",
        "SpiritBurstWild",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["HauntWild"] = {
    name = "HauntWild",
    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["SpiritBurstWild"] = {
    name = "SpiritBurstWild",
    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 Ox
Spectre
Tagsghost, medium_movement, Unarmed_onhit_audio, undead
พลังชีวิต
100%
ค่าต้านทาน
IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
Damage
66%
ความแม่นยำ
100%
Attack Distance
6 ~ 14
{เวลาโจมตี}
1.5 Second
Damage Spread
±20%
ค่าประสบการณ์
100%
Model Size
100%
Type
TormentedSpiritDaemon
Metadata
TormentedSpiritoftheOxWildPossesedDaemon
เลเวล
68
พลังชีวิต
8,257
Damage
154
ความเสียหายเวท
154
ความแม่นยำ
2,502
{เวลาโจมตี}
1.5
ค่าประสบการณ์
28,634
Minion Life
6,930
Minion Damage
639
Minion Armour
2,413
SOSpiritOfTheOxWarning
Triggerable, AttackInPlace, Spell
{เวลาร่าย}: 1 {วิ}
คูลดาวน์: 8 {วิ}
action attack or cast time uses animation length [1]
TBSpiritOxSummon
Spell, Triggerable, Attack, Damage, AttackInPlace
Base Damage: 123185
{เวลาร่าย}: 1 {วิ}
{เวลาโจมตี}: 1.5 {วิ}
GTSpiritOxSummon
Spell, Triggerable, AttackInPlace
{เวลาร่าย}: 1 {วิ}
action attack or cast time uses animation length [1]
GASpiritofTheOxStampede
Triggerable, Attack, AttackInPlace
Base Damage: 123185
ความเสียหายโจมตี: 115%
{เวลาโจมตี}: 1.5 {วิ}
สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 15%
action attack or cast time uses animation length [1]
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
is area damage [1]

Object Type

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

Stats
{
	is_hidden_monster = 0
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/TormentedSpirits/TormentedSpiritoftheOxWildPossesedDaemon"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Spirit Of The Ox",
    life = 1,
    damage = 0.66,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 14,
    accuracy = 1,
    skillList = {
        "GASpiritofTheOxStampede",
        "TBSpiritOxSummon",
        "SOSpiritOfTheOxWarning",
        "GTSpiritOxSummon",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["GASpiritofTheOxStampede"] = {
    name = "GASpiritofTheOxStampede",
    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 = {
        "action_attack_or_cast_time_uses_animation_length",
        "is_area_damage",
        "base_skill_can_be_blocked",
        "base_skill_can_be_avoided_by_dodge_roll",
    },
    levels = {
        [1] = {baseMultiplier = 1.15, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["TBSpiritOxSummon"] = {
    name = "TBSpiritOxSummon",
    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 = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SOSpiritOfTheOxWarning"] = {
    name = "SOSpiritOfTheOxWarning",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.AttackInPlace] = true,
        [SkillType.Spell] = 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 = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GTSpiritOxSummon"] = {
    name = "GTSpiritOxSummon",
    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
DomainsMonster (3)
GenerationTypeยูนิค (3)
Req. level1
Stats
  • is rate limited daemon 1 1 Global
  • monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (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 Ox
    Spectre
    Tagsghost, medium_movement, Unarmed_onhit_audio, undead
    พลังชีวิต
    100%
    ค่าต้านทาน
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    66%
    ความแม่นยำ
    100%
    Attack Distance
    6 ~ 14
    {เวลาโจมตี}
    1 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    TormentedSpiritDaemonPlayer
    Metadata
    TormentedSpiritoftheOxWildPossesedDaemonPlayer_
    IsSummoned
    Y
    เลเวล
    68
    พลังชีวิต
    8,257
    Damage
    154
    ความเสียหายเวท
    154
    ความแม่นยำ
    2,502
    {เวลาโจมตี}
    1
    ค่าประสบการณ์
    28,634
    Minion Life
    6,930
    Minion Damage
    639
    Minion Armour
    2,413
    SOSpiritOfTheOxWarningPlayer
    Triggerable, AttackInPlace, Spell
    {เวลาร่าย}: 1 {วิ}
    คูลดาวน์: 8 {วิ}
    action attack or cast time uses animation length [1]
    TBSpiritOxSummonPlayer
    Spell, Triggerable, Attack, Damage, AttackInPlace
    Base Damage: 123185
    {เวลาร่าย}: 1 {วิ}
    {เวลาโจมตี}: 1 {วิ}
    GTSpiritOxSummonPlayer
    Spell, Triggerable, AttackInPlace
    {เวลาร่าย}: 1 {วิ}
    action attack or cast time uses animation length [1]
    GASpiritofTheOxStampedePlayer
    Triggerable, Attack, AttackInPlace
    Base Damage: 123185
    ความเสียหายโจมตี: 450%
    {เวลาโจมตี}: 1 {วิ}
    สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 350%
    action attack or cast time uses animation length [1]
    is area damage [1]

    Object Type

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/TormentedSpirits/TormentedSpiritoftheOxWildPossesedDaemonPlayer_"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Spirit Of The Ox",
        life = 1,
        damage = 0.66,
        damageSpread = 0.2,
        attackTime = 1,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "GASpiritofTheOxStampedePlayer",
            "TBSpiritOxSummonPlayer",
            "SOSpiritOfTheOxWarningPlayer",
            "GTSpiritOxSummonPlayer",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GASpiritofTheOxStampedePlayer"] = {
        name = "GASpiritofTheOxStampedePlayer",
        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 = {
            "action_attack_or_cast_time_uses_animation_length",
            "is_area_damage",
        },
        levels = {
            [1] = {baseMultiplier = 4.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TBSpiritOxSummonPlayer"] = {
        name = "TBSpiritOxSummonPlayer",
        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 = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SOSpiritOfTheOxWarningPlayer"] = {
        name = "SOSpiritOfTheOxWarningPlayer",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
            [SkillType.Spell] = 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 = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTSpiritOxSummonPlayer"] = {
        name = "GTSpiritOxSummonPlayer",
        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
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • is rate limited daemon 1 1 Global
  • monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster no drops or experience 1 1 Global Unscalable Value
  • SpiritOfTheOxPossessedPlayer Ref /0
    วิญญาณวัว
    ผู้เล่นที่ถูก วิญญาณวัว เข้าสิง มีศักยภาพความเชื่องช้าของ ดีบัฟ ต่อตัวคุณ ลดลง 50%, มีความยากในการติด สถานะเจ็บป่วยธาตุ และค่าเกราะ เพิ่มขึ้น 60% และได้รับความเสียหาย ลดลง 20%
    นอกจากนี้ผู้เล่นจะอัญเชิญวิญญาณวัวฝูงหนึ่งมาเหยียบย่ำศัตรูออกมาเป็นระยะอีกด้วย
    Edit

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