陶哈努库之魂
人形
Spirit of Tawhanuku
幽魂Y
标签human, humanoid, medium_movement, not_dex, not_str, red_blood
生命
200%
生命转为护盾
100%
异常状态临界值
200%
抗性
0 0 0 0
伤害
120%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
5 ~ 10
攻击间隔
1 秒
伤害分布
±20%
经验值
100%
Model Size
100%
类型
AncestralTawhanukuMinion
Metadata
AncestralTawhanukuMinion
IsSummoned
Y
等级
68
生命
12,867
护甲
28,790
闪避值
4,739
能量护盾
6,127
伤害
448
法术伤害
448
命中
290
攻击间隔
1
经验值
10,255
异常状态临界值
12,867
冰缓
41
Shock
41
Brittle
230
Scorch
41
Sap
112
GSAncestralTawhanukuWave
法术, 可触发
攻击暴击率: 5%
施放间隔: 1 秒
造成 330.1 - 495.2 混沌伤害
is area damage [1]
spell maximum action distance +% [-75]
AncestralTawhanukuSoulRend
法术, 范围, 持续时间, 投射物, DoT, 混沌, 法术可重复, 可触发, 陷阱技能, 地雷技能, 图腾技能, DegenOnlySpellDamage, 范围法术
施放间隔: 1 秒
每秒造成 356.6 基础混沌伤害
基础持续时间为 2
active skill area of effect radius +% final [-30]
active skill projectile speed +% variation final [25]
base is projectile [1]
GTTawhanukuMultiSoulrend
可触发, 法术
施放间隔: 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.