Espíritu del ciervo
Stag Spirit
Spectre | Y |
---|---|
Tags | Beast_onhit_audio, medium_movement |
Vida
100%
Resistencia




Damage
100%
Precisión
100%
Impactos críticos Chance
5%
Attack Distance
6 ~ 14
Tiempo de ataque
1.5 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
SpiritStag
Metadata
SpiritStag
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
7,757
2,413
708
Damage
233
Daño de hechizos
233
Precisión
2,464
Tiempo de ataque
1.5
Experiencia
28,634
Minion Life
6,930
Minion Damage
969
Minion Armour
2,413
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
GTSpiritOfTheStagSlam
Triggerable
action attack or cast time uses animation length [1]
GTSpiritOfTheStagSlam2
Triggerable
action attack or cast time uses animation length [1]
GSSpiritOfTheStagLightningStrike
Triggerable, Spell, Damage
Probabilidad de impacto crítico: 6%
Tiempo de lanzamiento: 1 seg
is area damage [1]
EASSpiritOfTheStagSlam
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; " }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/TormentedSpirits/SpiritFadeIn" BaseEvents { on_construction_complete = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/monster_mods/tormented_spirits/spirit_animals/epk/vividspirit_skin_01.epk' );" } Render { disable_rendering = true } StateMachine { on_state_render_1 = "EnableRendering();" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/TormentedSpirits/Stag/SpiritStag"] = { name = "Stag Spirit", life = 1, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, 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, }, 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 = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, 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.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, 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.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, 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.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.