Espíritu del ciervo
Bestia
Stag Spirit
SpectreY
Tagsbeast, Beast_onhit_audio, medium_movement
Vida
100%
Resistencia
0 0 0 0
Damage
100%
Precisión
100%
Attack Distance
6 ~ 14
Tiempo de ataque
1.5 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
SpiritStag
Metadata
SpiritStag
Nivel
68
Vida
7,757
Damage
233
Daño de hechizos
233
Precisión
2,502
Tiempo de ataque
1.5
Experiencia
28,634
Minion Life
6,930
Minion Damage
969
Minion Armour
2,413
GTSpiritOfTheStagSlam
Spell, Triggerable, AttackInPlace
Tiempo de lanzamiento: 1 seg
action attack or cast time uses animation length [1]
GTSpiritOfTheStagSlam2
Spell, Triggerable, AttackInPlace
Tiempo de lanzamiento: 1 seg
action attack or cast time uses animation length [1]
GSSpiritOfTheStagLightningStrike
Triggerable, Spell, Damage, AttackInPlace
Probabilidad de impacto crítico: 6%
Tiempo de lanzamiento: 1 seg
Inflige de 179.4 a 538.1 de daño de rayo
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,
        [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 = {
    },
    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.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
Edit

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