Spectre | Y |
---|---|
Area | 泰坦之谷, 高地神塔庇護所, 泰坦之谷 |
Tags | allows_inc_aoe, bones, melee, physical_affinity, skeleton, Unarmed_onhit_audio, very_slow_movement |
Packs |
生命
215%
抗性
0
0
0
0
傷害
237%
命中
100%
暴擊 Chance
5%
暴擊傷害加成
+30%
Attack Distance
6 ~ 20
Attack Time
1.5 Second
Damage Spread
±20%
經驗值
215%
Model Size
200%
Type
TitanWalker
Metadata
TitanWalker
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
70
生命
18,739
護甲
3,877
閃避值
502
傷害
587
法術傷害
587
命中
2,328
Attack Time
1.5
經驗值
74,474
Minion Life
26,372
Minion Damage
5,125
Minion Armour
3,877
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MASExtraAttackDistance20
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
基礎攻擊
Base Damage: 470–705
暴擊率: 5%
Attack Time: 1.5 秒
action attack or cast time uses animation length [1]
attack maximum action distance + [20]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MeleeAtAnimationSpeed2
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
基礎攻擊
Base Damage: 470–705
暴擊率: 5%
Attack Time: 1.5 秒
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
GATitanWalkerStomp
可觸發, 攻擊
Base Damage: 470–705
暴擊率: 5%
攻擊傷害: 150%
Attack Time: 1.5 秒
造成 50% 更多攻擊傷害
action attack or cast time uses animation length [1]
attack maximum action distance + [-8]
is area damage [1]
GATitanWalkerSlam
可觸發, 攻擊
Base Damage: 470–705
暴擊率: 5%
攻擊傷害: 160%
Attack Time: 1.5 秒
造成 60% 更多攻擊傷害
action attack or cast time uses animation length [1]
attack maximum action distance + [20]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Stats { set_base_heavy_stun_duration_ms = 3600 } Actor { basic_action = "Revive" basic_action = "Emerge" } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Transitionable { on_transition = " PlayEffect( 'Metadata/Monsters/TitanWalker/aTitanWalkerBaseAggroAudio.ao' ); " } Animated { preload_animated_object = "Metadata/Monsters/TitanWalker/aTitanWalkerBaseAggroAudio.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/TitanWalker/TitanWalker"] = { name = "Walking Goliath", life = 2.15, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 2.37, damageSpread = 0.2, attackTime = 1.5, attackRange = 20, accuracy = 1, skillList = { "MeleeAtAnimationSpeed2", "MASExtraAttackDistance20", "GATitanWalkerStomp", "GATitanWalkerSlam", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed2"] = { name = "Basic Attack", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MASExtraAttackDistance20"] = { name = "Basic Attack", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "attack_maximum_action_distance_+", "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {20, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GATitanWalkerStomp"] = { name = "GATitanWalkerStomp", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "attack_maximum_action_distance_+", "is_area_damage", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {-8, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GATitanWalkerSlam"] = { name = "GATitanWalkerSlam", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "attack_maximum_action_distance_+", "is_area_damage", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {20, baseMultiplier = 1.6, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
行走巨獸
地區: 絲克瑪試煉
Walking Goliath
Spectre | Y |
---|---|
Area | 絲克瑪試煉, 絲克瑪試煉 |
Tags | allows_inc_aoe, bones, melee, physical_affinity, sanctum_monster, skeleton, Unarmed_onhit_audio, very_slow_movement |
Packs |
生命
215%
抗性
0
0
0
0
傷害
237%
命中
100%
暴擊 Chance
5%
暴擊傷害加成
+30%
Attack Distance
6 ~ 20
Attack Time
1.5 Second
Damage Spread
±20%
經驗值
215%
Model Size
200%
Type
TitanWalkerSanctumTrial
Metadata
TitanWalkerSanctumTrial
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
22
生命
873
護甲
152
閃避值
96
傷害
98
法術傷害
98
命中
372
Attack Time
1.5
經驗值
1,711
Minion Life
2,270
Minion Damage
146
Minion Armour
152
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MASExtraAttackDistance20
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
基礎攻擊
Base Damage: 78–117
暴擊率: 5%
Attack Time: 1.5 秒
action attack or cast time uses animation length [1]
attack maximum action distance + [20]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MeleeAtAnimationSpeed2
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
基礎攻擊
Base Damage: 78–117
暴擊率: 5%
Attack Time: 1.5 秒
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
GATitanWalkerStomp
可觸發, 攻擊
Base Damage: 78–117
暴擊率: 5%
攻擊傷害: 150%
Attack Time: 1.5 秒
造成 50% 更多攻擊傷害
action attack or cast time uses animation length [1]
attack maximum action distance + [-8]
is area damage [1]
GATitanWalkerSlam
可觸發, 攻擊
Base Damage: 78–117
暴擊率: 5%
攻擊傷害: 160%
Attack Time: 1.5 秒
造成 60% 更多攻擊傷害
action attack or cast time uses animation length [1]
attack maximum action distance + [20]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Stats { set_base_heavy_stun_duration_ms = 3600 } Actor { basic_action = "Revive" basic_action = "Emerge" } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Transitionable { on_transition = " PlayEffect( 'Metadata/Monsters/TitanWalker/aTitanWalkerBaseAggroAudio.ao' ); " } Animated { preload_animated_object = "Metadata/Monsters/TitanWalker/aTitanWalkerBaseAggroAudio.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/TitanWalker/TitanWalkerSanctumTrial"] = { name = "Walking Goliath", life = 2.15, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 2.37, damageSpread = 0.2, attackTime = 1.5, attackRange = 20, accuracy = 1, skillList = { "MeleeAtAnimationSpeed2", "MASExtraAttackDistance20", "GATitanWalkerStomp", "GATitanWalkerSlam", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed2"] = { name = "Basic Attack", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MASExtraAttackDistance20"] = { name = "Basic Attack", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "attack_maximum_action_distance_+", "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {20, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GATitanWalkerStomp"] = { name = "GATitanWalkerStomp", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "attack_maximum_action_distance_+", "is_area_damage", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {-8, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GATitanWalkerSlam"] = { name = "GATitanWalkerSlam", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "attack_maximum_action_distance_+", "is_area_damage", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {20, baseMultiplier = 1.6, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
行走巨獸
地區: 泰坦之谷
Walking Goliath
Spectre | Y |
---|---|
Area | 泰坦之谷, 泰坦之谷 |
Tags | allows_inc_aoe, bones, melee, physical_affinity, skeleton, Unarmed_onhit_audio, very_slow_movement |
Packs |
生命
215%
抗性
0
0
0
0
傷害
237%
命中
100%
暴擊 Chance
5%
暴擊傷害加成
+30%
Attack Distance
6 ~ 20
Attack Time
1.5 Second
Damage Spread
±20%
經驗值
215%
Model Size
200%
Type
TitanWalker
Metadata
TitanWalkerCorpse
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
53
生命
7,798
護甲
1,396
閃避值
314
傷害
340
法術傷害
340
命中
1,306
Attack Time
1.5
經驗值
22,145
Minion Life
12,543
Minion Damage
1,632
Minion Armour
1,396
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MASExtraAttackDistance20
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
基礎攻擊
Base Damage: 272–409
暴擊率: 5%
Attack Time: 1.5 秒
action attack or cast time uses animation length [1]
attack maximum action distance + [20]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MeleeAtAnimationSpeed2
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
基礎攻擊
Base Damage: 272–409
暴擊率: 5%
Attack Time: 1.5 秒
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
GATitanWalkerStomp
可觸發, 攻擊
Base Damage: 272–409
暴擊率: 5%
攻擊傷害: 150%
Attack Time: 1.5 秒
造成 50% 更多攻擊傷害
action attack or cast time uses animation length [1]
attack maximum action distance + [-8]
is area damage [1]
GATitanWalkerSlam
可觸發, 攻擊
Base Damage: 272–409
暴擊率: 5%
攻擊傷害: 160%
Attack Time: 1.5 秒
造成 60% 更多攻擊傷害
action attack or cast time uses animation length [1]
attack maximum action distance + [20]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Stats { set_base_heavy_stun_duration_ms = 3600 } Actor { basic_action = "Revive" basic_action = "Emerge" } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Transitionable { on_transition = " PlayEffect( 'Metadata/Monsters/TitanWalker/aTitanWalkerBaseAggroAudio.ao' ); " } Animated { preload_animated_object = "Metadata/Monsters/TitanWalker/aTitanWalkerBaseAggroAudio.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/TitanWalker/TitanWalkerCorpse"] = { name = "Walking Goliath", life = 2.15, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 2.37, damageSpread = 0.2, attackTime = 1.5, attackRange = 20, accuracy = 1, skillList = { "MeleeAtAnimationSpeed2", "MASExtraAttackDistance20", "GATitanWalkerStomp", "GATitanWalkerSlam", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed2"] = { name = "Basic Attack", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MASExtraAttackDistance20"] = { name = "Basic Attack", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "attack_maximum_action_distance_+", "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {20, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GATitanWalkerStomp"] = { name = "GATitanWalkerStomp", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "attack_maximum_action_distance_+", "is_area_damage", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {-8, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GATitanWalkerSlam"] = { name = "GATitanWalkerSlam", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "attack_maximum_action_distance_+", "is_area_damage", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {20, baseMultiplier = 1.6, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
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.