Expedition2RemnantActiveIncursionAtziriActiveShrineActiveStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
Stag Spirit
CategoryBeastsBeast
Spectre
Tagsbeast, Beast_onhit_audio, medium_movement
Life
100%
Resistance
IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
Damage
100%
Accuracy
100%
5%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
SpiritStag
Metadata
SpiritStag
Spectre Reservation
50%
Companion Reservation
30%
Level
68
Life
8,257
Armour
2,413
Evasion Rating
708
Damage
233
Spell Damage
233
Accuracy
2,502
Attack Time
1.5
Experience
28,634
Minion Life
6,930
Minion Damage
969
Minion Armour
2,413
GTSpiritOfTheStagSlam
Spell, Triggerable, AttackInPlace
Cast Time: 1 sec
action attack or cast time uses animation length [1]
GTSpiritOfTheStagSlam2
Spell, Triggerable, AttackInPlace
Cast Time: 1 sec
action attack or cast time uses animation length [1]
GSSpiritOfTheStagLightningStrike
Triggerable, Spell, Damage, AttackInPlace
Critical Hit Chance: 6%
Cast Time: 1 sec
Deals 179.4 to 538.1 Lightning Damage
is area damage [1]
EASSpiritOfTheStagSlam
Spell
Cast Time: 1 sec
action attack or cast time uses animation length [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/TormentedSpirits/SpiritFadeIn"

Stats
{
	is_hidden_monster = 1
}

StateMachine
{
	define_shared_state =
	"
		render;
	"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/TormentedSpirits/Stag/SpiritStag"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Stag Spirit",
    life = 1,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 14,
    accuracy = 1,
    skillList = {
        "GSSpiritOfTheStagLightningStrike",
        "EASSpiritOfTheStagSlam",
        "GTSpiritOfTheStagSlam",
        "GTSpiritOfTheStagSlam2",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["GSSpiritOfTheStagLightningStrike"] = {
    name = "GSSpiritOfTheStagLightningStrike",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "geometry_spell",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "is_area_damage",
    },
    levels = {
        [1] = {0.5, 1.5, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EASSpiritOfTheStagSlam"] = {
    name = "EASSpiritOfTheStagSlam",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [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["GTSpiritOfTheStagSlam"] = {
    name = "GTSpiritOfTheStagSlam",
    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 = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GTSpiritOfTheStagSlam2"] = {
    name = "GTSpiritOfTheStagSlam2",
    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 = { }, },
    },
}
keyval
StateMachine.define_shared_statefade
StateMachine.define_shared_state =
StateMachine.",
StateMachine.render;
Stats.is_hidden_monster1
Stag Spirit
CategoryBeastsBeast
Spectre
Tagsbeast, Beast_onhit_audio, medium_movement
Life
100%
Resistance
IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
Damage
100%
Accuracy
100%
5%
Attack Distance
6 ~ 14
Attack Time
1 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
SpiritStagPlayer
Metadata
SpiritStagPlayer
IsSummoned
Y
Spectre Reservation
50%
Companion Reservation
30%
Level
68
Life
8,257
Armour
2,413
Evasion Rating
708
Damage
233
Spell Damage
233
Accuracy
2,502
Attack Time
1
Experience
28,634
Minion Life
6,930
Minion Damage
969
Minion Armour
2,413
GTSpiritOfTheStagSlam
Spell, Triggerable, AttackInPlace
Cast Time: 1 sec
action attack or cast time uses animation length [1]
GTSpiritOfTheStagSlam2
Spell, Triggerable, AttackInPlace
Cast Time: 1 sec
action attack or cast time uses animation length [1]
GSSpiritOfTheStagLightningStrikePlayer
Triggerable, Spell, Damage, AttackInPlace
Critical Hit Chance: 6%
Cast Time: 1 sec
Deals 1138 to 3414 Lightning Damage
is area damage [1]
EASSpiritOfTheStagSlam
Spell
Cast Time: 1 sec
action attack or cast time uses animation length [1]

Object Type

 
-- src\Data\Spectres.lua
minions["Metadata/Monsters/TormentedSpirits/Stag/SpiritStagPlayer"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Stag Spirit",
    life = 1,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1,
    attackRange = 14,
    accuracy = 1,
    skillList = {
        "GSSpiritOfTheStagLightningStrikePlayer",
        "EASSpiritOfTheStagSlam",
        "GTSpiritOfTheStagSlam",
        "GTSpiritOfTheStagSlam2",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["GSSpiritOfTheStagLightningStrikePlayer"] = {
    name = "GSSpiritOfTheStagLightningStrikePlayer",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "geometry_spell",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "is_area_damage",
    },
    levels = {
        [1] = {0.5, 1.5, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EASSpiritOfTheStagSlam"] = {
    name = "EASSpiritOfTheStagSlam",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [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["GTSpiritOfTheStagSlam"] = {
    name = "GTSpiritOfTheStagSlam",
    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 = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GTSpiritOfTheStagSlam2"] = {
    name = "GTSpiritOfTheStagSlam2",
    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 = { }, },
    },
}
Edit

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