タウハヌクの霊魂
人型
Spirit of Tawhanuku
SpectreY
Tagshuman, humanoid, medium_movement, not_dex, not_str, red_blood
ライフ
200%
Energy Shield From Life
100%
Ailment Threshold
200%
耐性
0 0 0 0
Damage
120%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
5 ~ 10
Attack Time
1 Second
Damage Spread
±20%
経験値
100%
Model Size
100%
Type
AncestralTawhanukuMinion
Metadata
AncestralTawhanukuMinion
IsSummoned
Y
レベル
68
ライフ
12,867
防具
28,790
回避力
4,739
エナジーシールド
6,127
Damage
448
スペルダメージ
448
命中
290
Attack Time
1
経験値
10,255
Ailment Threshold
12,867
Chill
41
Shock
41
Brittle
230
Scorch
41
Sap
112
GSAncestralTawhanukuWave
Spell, Triggerable
クリティカル率: 5%
キャストタイム: 1 秒
330.1から495.2の混沌ダメージを与える
is area damage [1]
spell maximum action distance +% [-75]
AncestralTawhanukuSoulRend
Spell, Area, Duration, Projectile, DamageOverTime, Chaos, Multicastable, Triggerable, Trappable, Mineable, Totemable, DegenOnlySpellDamage, AreaSpell
キャストタイム: 1 秒
毎秒356.6の基礎混沌ダメージを与える
基礎持続時間は2
active skill area of effect radius +% final [-30]
active skill projectile speed +% variation final [25]
base is projectile [1]
GTTawhanukuMultiSoulrend
Triggerable, Spell
キャストタイム: 1 秒
クールダウン時間: 15 秒
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.