黎明教團士兵
stance movement speed +% final [-58]
50% 攻擊傷害格擋率
你承受 10% 來自格擋擊中的傷害
stance movement speed +% final [-50]
50% 攻擊傷害格擋率
你承受 10% 來自格擋擊中的傷害
stance movement speed +% final [-50]
Twilight Order Soldier
Spectre | Y |
---|---|
Tags | 2HSharpMetal_onhit_audio, human, humanoid, medium_movement, not_int, red_blood |
Packs |
生命
110%
護甲
+40%
閃避值
+20%
Ailment Threshold
%
抗性
0
0
0
0
傷害
110%
命中
100%
暴擊率
+5%
暴擊加成
+130%
Attack Distance
5 ~ 13
Attack Time
1.755 Second
Damage Spread
±20%
經驗值
110%
Model Size
100%
Type
TwilightOrderSoldier
Metadata
TwilightOrderSoldier
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
8,533
護甲
3,451
閃避值
477
能量護盾
0
傷害
256
法術傷害
256
命中
0
Attack Time
1.755
經驗值
31,497
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
基礎攻擊
Base Damage: 205–308
[Critical|暴擊]率: 5%
Attack Time: 1.755 秒
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]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
GATwilightSoldierStab
可觸發, 攻擊
Base Damage: 205–308
[Critical|暴擊]率: 5%
攻擊傷害: 120%
Attack Time: 1.755 秒
冷卻時間: 4.5 秒
造成 20% 更多攻擊傷害
action attack or cast time uses animation length [1]
main hand base maximum attack distance [6]
action attack or cast time uses animation length [1]
main hand base maximum attack distance [6]
GATwilightSoldierPierceTrigger
可觸發, 攻擊
Base Damage: 205–308
[Critical|暴擊]率: 5%
攻擊傷害: 120%
Attack Time: 1.755 秒
造成 20% 更多攻擊傷害
將 60% 的物理傷害轉換為火焰傷害
將 60% 的物理傷害轉換為火焰傷害
TCTwilghtOrderSoldierCharge
攻擊, 近戰, 近戰單一目標, 位移, 快行
圓盾衝鋒
Base Damage: 205–308
[Critical|暴擊]率: 5%
Attack Time: 1.755 秒
向一個目標衝鋒,使用盾牌對其猛擊的同時也用近戰武器順手補刀。此攻擊將會擊退目標並將其擊暈,在路徑上的敵人將會被推向兩旁。傷害與擊暈機率將視衝鋒距離而定。不能被多重打擊輔助。
擊中時會擊退敵人
action attack or cast time uses animation length [1]
ignores proximity shield [1]
is area damage [1]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
action attack or cast time uses animation length [1]
ignores proximity shield [1]
is area damage [1]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" StateMachine { define_shared_state = "epk;" define_shared_state = "frozen_shield;" } Actor { basic_action = "MoveForced" basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" basic_action = "ChangeToStance3" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" StateMachine { on_or_create_state_epk_1 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/AtlasExiles/AdjudicatorMonsters/spawn/spawn_in.epk' );" on_or_create_state_epk_2 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/AtlasExiles/AdjudicatorMonsters/spawn/spawn_in.epk' );" on_or_create_state_frozen_shield_1 = "AddEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/Act5_FOUR/TwilightOrderOfficer/epk/warcry_cold_buff/frozen_shield.epk', aux_L_Weapon_attachment );;" on_state_frozen_shield_0 = "RemoveEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/Act5_FOUR/TwilightOrderOfficer/epk/warcry_cold_buff/frozen_shield.epk', aux_L_Weapon_attachment );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/TwilightOrderSoldiers/TwilightOrderSoldier"] = { name = "Twilight Order Soldier", life = 1.1, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.1, damageSpread = 0.2, attackTime = 1.755, attackRange = 13, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "MeleeAtAnimationSpeed", "TCTwilghtOrderSoldierCharge", "GATwilightSoldierStab", "GATwilightSoldierPierceTrigger", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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["TCTwilghtOrderSoldierCharge"] = { name = "Table Charge", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled. Cannot be supported by Multistrike.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "base_movement_velocity_+%", "ignores_proximity_shield", "is_area_damage", "skill_cannot_be_interrupted", "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", "global_knockback", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {0, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GATwilightSoldierStab"] = { name = "GATwilightSoldierStab", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "main_hand_base_maximum_attack_distance", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {6, baseMultiplier = 1.2, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GATwilightSoldierPierceTrigger"] = { name = "GATwilightSoldierPierceTrigger", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_base_physical_damage_%_to_convert_to_fire", }, levels = { [1] = {60, baseMultiplier = 1.2, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
stance movement speed +% final [-58]
Id | StancePatrolTwilightSoldierWalk |
---|---|
Family | Stance |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
50% 攻擊傷害格擋率
你承受 10% 來自格擋擊中的傷害
stance movement speed +% final [-50]
Id | StanceTwilightSoldierShield |
---|---|
Family | Stance |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
黎明教團士兵
stance movement speed +% final [-58]
50% 攻擊傷害格擋率
你承受 10% 來自格擋擊中的傷害
stance movement speed +% final [-50]
50% 攻擊傷害格擋率
你承受 10% 來自格擋擊中的傷害
stance movement speed +% final [-50]
Twilight Order Soldier
Spectre | Y |
---|---|
Tags | 2HSharpMetal_onhit_audio, human, humanoid, medium_movement, not_int, red_blood |
生命
110%
護甲
+40%
閃避值
+20%
Ailment Threshold
%
抗性
0
0
0
0
傷害
110%
命中
100%
暴擊率
+5%
暴擊加成
+130%
Attack Distance
5 ~ 13
Attack Time
1.755 Second
Damage Spread
±20%
經驗值
110%
Model Size
100%
Type
TwilightOrderSoldier
Metadata
TwilightOrderSoldierSIEGE
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
8,533
護甲
3,451
閃避值
477
能量護盾
0
傷害
256
法術傷害
256
命中
0
Attack Time
1.755
經驗值
31,497
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
基礎攻擊
Base Damage: 205–308
[Critical|暴擊]率: 5%
Attack Time: 1.755 秒
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]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
GATwilightSoldierStab
可觸發, 攻擊
Base Damage: 205–308
[Critical|暴擊]率: 5%
攻擊傷害: 120%
Attack Time: 1.755 秒
冷卻時間: 4.5 秒
造成 20% 更多攻擊傷害
action attack or cast time uses animation length [1]
main hand base maximum attack distance [6]
action attack or cast time uses animation length [1]
main hand base maximum attack distance [6]
GATwilightSoldierPierceTrigger
可觸發, 攻擊
Base Damage: 205–308
[Critical|暴擊]率: 5%
攻擊傷害: 120%
Attack Time: 1.755 秒
造成 20% 更多攻擊傷害
將 60% 的物理傷害轉換為火焰傷害
將 60% 的物理傷害轉換為火焰傷害
TCTwilghtOrderSoldierCharge
攻擊, 近戰, 近戰單一目標, 位移, 快行
圓盾衝鋒
Base Damage: 205–308
[Critical|暴擊]率: 5%
Attack Time: 1.755 秒
向一個目標衝鋒,使用盾牌對其猛擊的同時也用近戰武器順手補刀。此攻擊將會擊退目標並將其擊暈,在路徑上的敵人將會被推向兩旁。傷害與擊暈機率將視衝鋒距離而定。不能被多重打擊輔助。
擊中時會擊退敵人
action attack or cast time uses animation length [1]
ignores proximity shield [1]
is area damage [1]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
action attack or cast time uses animation length [1]
ignores proximity shield [1]
is area damage [1]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" StateMachine { define_shared_state = "epk;" define_shared_state = "frozen_shield;" } Actor { basic_action = "MoveForced" basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" basic_action = "ChangeToStance3" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" StateMachine { on_or_create_state_epk_1 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/AtlasExiles/AdjudicatorMonsters/spawn/spawn_in.epk' );" on_or_create_state_epk_2 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/AtlasExiles/AdjudicatorMonsters/spawn/spawn_in.epk' );" on_or_create_state_frozen_shield_1 = "AddEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/Act5_FOUR/TwilightOrderOfficer/epk/warcry_cold_buff/frozen_shield.epk', aux_L_Weapon_attachment );;" on_state_frozen_shield_0 = "RemoveEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/Act5_FOUR/TwilightOrderOfficer/epk/warcry_cold_buff/frozen_shield.epk', aux_L_Weapon_attachment );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/TwilightOrderSoldiers/TwilightOrderSoldierSIEGE"] = { name = "Twilight Order Soldier", life = 1.1, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.1, damageSpread = 0.2, attackTime = 1.755, attackRange = 13, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "MeleeAtAnimationSpeed", "TCTwilghtOrderSoldierCharge", "GATwilightSoldierStab", "GATwilightSoldierPierceTrigger", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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["TCTwilghtOrderSoldierCharge"] = { name = "Table Charge", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled. Cannot be supported by Multistrike.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "base_movement_velocity_+%", "ignores_proximity_shield", "is_area_damage", "skill_cannot_be_interrupted", "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", "global_knockback", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {0, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GATwilightSoldierStab"] = { name = "GATwilightSoldierStab", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "main_hand_base_maximum_attack_distance", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {6, baseMultiplier = 1.2, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GATwilightSoldierPierceTrigger"] = { name = "GATwilightSoldierPierceTrigger", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_base_physical_damage_%_to_convert_to_fire", }, levels = { [1] = {60, baseMultiplier = 1.2, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
stance movement speed +% final [-58]
Id | StancePatrolTwilightSoldierWalk |
---|---|
Family | Stance |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
50% 攻擊傷害格擋率
你承受 10% 來自格擋擊中的傷害
stance movement speed +% final [-50]
Id | StanceTwilightSoldierShield |
---|---|
Family | Stance |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |