塔瓦努庫
人形curse effect on self +% final [-50]
damage +% vs players [-15]
monster damage +% final vs monsters from ancestral rank [900]
damage +% vs players [-15]
monster damage +% final vs monsters from ancestral rank [900]
Tawhanuku
| 幽魂 | N |
|---|---|
| 標籤 | human, humanoid, medium_movement, not_dex, not_str, red_blood |
生命
175%
生命轉為護盾
100%
異常狀態臨界值
175%
抗性
傷害
120%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
5 ~ 10
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
100%
Model Size
100%
類型
AncestralTawhanuku
Metadata
AncestralTawhanuku
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
0
護甲值
28,790
閃避值
4,739
能量護盾
10,722
傷害
448
法術傷害
448
命中
580
攻擊間隔
1.5
經驗值
10,255
召喚物生命
0
Minion Energy Shield
2,326
召喚物傷害
358
異常狀態臨界值
11,258
冰緩
36
感電
36
易碎
201
焦灼
36
殘喘
98
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
GSAncestralTawhanukuWave
法術, 可觸發
暴擊率: 5%
施放時間: 1 秒
造成 330.1 至 495.2 混沌傷害
is area damage [1]
spell maximum action distance +% [-75]
GSAncestralTawhanukuMeteor
法術, 可觸發
暴擊率: 5%
施放時間: 1 秒
造成 488.6 至 732.9 混沌傷害
is area damage [1]
EASTawhanukuTripleMeteor
法術
施放時間: 1 秒
冷卻時間: 15 秒
action attack or cast time uses animation length [1]
spell maximum action distance +% [-40]
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/AncestralMonsterChieftainBase"
Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterChieftainBase"
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 );"
}
Animated
{
on_spell_aoe_triple_01 = "Roll( 1, 3, { PlayTextAudio( TawhanukuDeathFromOnHighRandom, Metadata/Monsters/LeagueAncestral/AncestralTawhanuku); } );"
on_spell_aoe_ball_01 = "Roll( 1, 3, { PlayTextAudio( TawhanukuChoirOfSoulsRandom, Metadata/Monsters/LeagueAncestral/AncestralTawhanuku); } );"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAncestral/AncestralTawhanuku"] = {
name = "Tawhanuku",
life = 1.75,
energyShield = 1,
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
damage = 1.2,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 10,
accuracy = 1,
skillList = {
"GSAncestralTawhanukuWave",
"GSAncestralTawhanukuMeteor",
"EASTawhanukuTripleMeteor",
"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["GSAncestralTawhanukuMeteor"] = {
name = "GSAncestralTawhanukuMeteor",
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",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EASTawhanukuTripleMeteor"] = {
name = "EASTawhanukuTripleMeteor",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[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] = {-40, levelRequirement = 0, statInterpolation = {}, 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 = { }, },
},
}
curse effect on self +% final [-50]
| Family | AncestralTrialMonster |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
damage +% vs players [-15]
monster damage +% final vs monsters from ancestral rank [900]
| Family | AncestralTrialMonster |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
塔瓦努庫
人形curse effect on self +% final [-50]
Tawhanuku
| 幽魂 | N |
|---|---|
| 標籤 | human, humanoid, medium_movement, not_dex, not_str, red_blood |
| Packs |
生命
788%
生命轉為護盾
100%
異常狀態臨界值
788%
抗性
傷害
120%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
5 ~ 10
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
200%
Model Size
100%
類型
AncestralTawhanukuStandalone
Metadata
AncestralTawhanukuStandalone
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
0
護甲值
28,790
閃避值
4,739
能量護盾
48,281
傷害
448
法術傷害
448
命中
580
攻擊間隔
1.5
經驗值
20,510
召喚物生命
0
Minion Energy Shield
10,473
召喚物傷害
358
異常狀態臨界值
50,695
冰緩
160
感電
160
易碎
907
焦灼
160
殘喘
443
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
GSAncestralTawhanukuWave
法術, 可觸發
暴擊率: 5%
施放時間: 1 秒
造成 330.1 至 495.2 混沌傷害
is area damage [1]
spell maximum action distance +% [-75]
GSAncestralTawhanukuMeteor
法術, 可觸發
暴擊率: 5%
施放時間: 1 秒
造成 488.6 至 732.9 混沌傷害
is area damage [1]
EASTawhanukuTripleMeteor
法術
施放時間: 1 秒
冷卻時間: 15 秒
action attack or cast time uses animation length [1]
spell maximum action distance +% [-40]
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/AncestralMonsterChieftainBaseStandalone"
Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterChieftainBaseStandalone"
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 );"
}
Animated
{
on_spell_aoe_triple_01 = "Roll( 1, 3, { PlayTextAudio( TawhanukuDeathFromOnHighRandom, Metadata/Monsters/LeagueAncestral/AncestralTawhanuku); } );"
on_spell_aoe_ball_01 = "Roll( 1, 3, { PlayTextAudio( TawhanukuChoirOfSoulsRandom, Metadata/Monsters/LeagueAncestral/AncestralTawhanuku); } );"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAncestral/AncestralTawhanukuStandalone"] = {
name = "Tawhanuku",
life = 7.88,
energyShield = 1,
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
damage = 1.2,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 10,
accuracy = 1,
skillList = {
"GSAncestralTawhanukuWave",
"GSAncestralTawhanukuMeteor",
"EASTawhanukuTripleMeteor",
"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["GSAncestralTawhanukuMeteor"] = {
name = "GSAncestralTawhanukuMeteor",
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",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EASTawhanukuTripleMeteor"] = {
name = "EASTawhanukuTripleMeteor",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[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] = {-40, levelRequirement = 0, statInterpolation = {}, 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 = { }, },
},
}
curse effect on self +% final [-50]
| Family | AncestralTrialMonster |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
塔瓦努庫 Topic /5
| NPC | 名字 |
|---|---|
| 艾古亞 | 我不知道該如何看待希內科拉部落。他們總是生活在死亡和生命的交界處。他們的目光在別處,他們的話語毫無意義。他們有某種力量,但我不知道該如何解讀,我確信他們在用謎語說話時並不會將智慧傳給他們的後代。也許只是這裡的特定戰士?我無法想像他們的孩子會說預言和謎語。 |
| 塔瓦努庫 | 小丑試圖絆倒酋長。但事實並非如此。酋長{總是}知道她所站的位置。 |
| 基洛阿瓦 | 有趣的是,外來者。我們認為我們可以選擇要對抗誰。塔瓦努庫早在前面就已經知道我們將會做什麼,大部分情況下。如果你和她戰鬥,那是因為她選擇和{你}戰鬥。但這並不意味著她一定會贏。甚至悉妮蔻拉的視力也不是絕對可靠的。 |
| 塔瓦努庫的時機 | 靈魂仍然跳動,即使心臟已經停止了。 |
塔瓦努庫 Text Audio /155
塔瓦努庫
友好度: 0
[DNT] Specialty: Some Position
Skill 1
Skill 1 does some stuff
Skill 2
Skill 2 does even more stuff and these things
Skill 1
Skill 1 does some stuff
Skill 2
Skill 2 does even more stuff and these things
Tawhanuku
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.