Espíritu de Tawhanuku
Humanoide
Spirit of Tawhanuku
SpectreY
Tagshuman, humanoid, medium_movement, not_dex, not_str, red_blood
Vida
200%
Energy Shield From Life
100%
Ailment Threshold
200%
Resistencia
0 0 0 0
Damage
120%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
5 ~ 10
Attack Time
1 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
AncestralTawhanukuMinion
Metadata
AncestralTawhanukuMinion
IsSummoned
Y
Nivel
68
Vida
12,867
Armaduras
28,790
Evasión
4,739
Escudo de energía
6,127
Damage
448
Daño de hechizos
448
Precisión
290
Attack Time
1
Experiencia
10,255
Ailment Threshold
12,867
Chill
41
Shock
41
Brittle
230
Scorch
41
Sap
112
GSAncestralTawhanukuWave
Spell, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1 seg
Inflige de 330.1 a 495.2 de daño de caos
is area damage [1]
spell maximum action distance +% [-75]
AncestralTawhanukuSoulRend
Spell, Area, Duration, Projectile, DamageOverTime, Chaos, Multicastable, Triggerable, Trappable, Mineable, Totemable, DegenOnlySpellDamage, AreaSpell
Tiempo de lanzamiento: 1 seg
Inflige 356.6 de daño de caos base por segundo
La duración base es de 2 segundos
active skill area of effect radius +% final [-30]
active skill projectile speed +% variation final [25]
base is projectile [1]
GTTawhanukuMultiSoulrend
Triggerable, Spell
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 15 seg
action attack or cast time uses animation length [1]
spell maximum action distance +% [-70]

Object Type

version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterChieftainMinionBase"

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterChieftainMinionBase"

Life
{
	on_death =
	"
		AddEffectPack( Metadata/Effects/Spells/monsters_effects/on_death_epks/monster_on_death.epk );
		RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Ancestral/Tawhanuku/epk/alive.epk );
	"

	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Ancestral/Tawhanuku/epk/alive.epk );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAncestral/AncestralTawhanukuMinion"] = {
    name = "Spirit of Tawhanuku",
    life = 2,
    energyShield = 1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.2,
    damageSpread = 0.2,
    attackTime = 1,
    attackRange = 10,
    accuracy = 1,
    skillList = {
        "GSAncestralTawhanukuWave",
        "GTTawhanukuMultiSoulrend",
        "AncestralTawhanukuSoulRend",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["GSAncestralTawhanukuWave"] = {
    name = "GSAncestralTawhanukuWave",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_chaos_damage",
        "spell_maximum_base_chaos_damage",
        "spell_maximum_action_distance_+%",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -75, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GTTawhanukuMultiSoulrend"] = {
    name = "GTTawhanukuMultiSoulrend",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_maximum_action_distance_+%",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {-70, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AncestralTawhanukuSoulRend"] = {
    name = "AncestralTawhanukuSoulRend",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Projectile] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Chaos] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Totemable] = true,
        [SkillType.DegenOnlySpellDamage] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_chaos_damage_to_deal_per_minute",
        "active_skill_projectile_speed_+%_variation_final",
        "active_skill_area_of_effect_radius_+%_final",
        "base_skill_effect_duration",
        "base_is_projectile",
    },
    levels = {
        [1] = {4, 25, -30, 2000, levelRequirement = 0, statInterpolation = {3},  cost = { }, },
    },
}
Edit

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