暮光会士兵
Humanoid
stance movement speed +% final [-58]
50% 攻击伤害格挡率
被格挡的攻击对你造成 10% 伤害
stance movement speed +% final [-50]
Twilight Order Soldier
SpectreN
AreaArastas, The Excavation, Cliffside, The Ziggurat Refuge
Tags2HSharpMetal_onhit_audio, allows_inc_aoe, cold_affinity, human, humanoid, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood
Packs
  • 暮光会士兵, 暮光会元老
  • The Excavation: 暮光会元老, 暮光会士兵
  • The Ziggurat Refuge: 暮光会元老, 暮光会士兵
  • Arastas: Twilight Order Priest, Twilight Order Oathsworn, 暮光会士兵, 暮光会元老
  • 生命
    110%
    [护甲]
    +50%
    抗性
    0 0 0 0
    伤害
    110%
    命中
    100%
    Critical Hits Chance
    5%
    Critical Damage Bonus
    +30%
    Attack Distance
    4 ~ 12
    攻击间隔
    1.755 Second
    Damage Spread
    ±20%
    经验值
    110%
    Model Size
    100%
    Type
    TwilightOrderSoldier
    Metadata
    TwilightOrderSoldier
    等级
    65
    生命
    7,164
    [护甲]
    3,035
    伤害
    234
    法术伤害
    234
    命中
    2,214
    攻击间隔
    1.755
    经验值
    23,658
    召唤物生命
    6,910
    召唤物伤害
    912
    召唤物护甲
    5,058
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
    普通攻击
    Base Damage: 187–280
    暴击几率: 5%
    攻击间隔: 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]
    GATwilightSoldierStab
    可触发, 攻击
    Base Damage: 187–280
    暴击几率: 5%
    攻击伤害: 120%
    攻击间隔: 1.755 秒
    冷却时间: 4.5 秒
    攻击伤害总增 20%
    action attack or cast time uses animation length [1]
    attack maximum action distance + [20]
    GATwilightSoldierPierceTrigger
    可触发, 攻击
    Base Damage: 187–280
    暴击几率: 5%
    攻击伤害: 120%
    攻击间隔: 1.755 秒
    攻击伤害总增 20%
    物理伤害的 60% 转化为火焰伤害
    TCTwilghtOrderSoldierCharge
    攻击, 近战, 近战单一目标, 位移, 快行
    盾猛冲锋
    Base Damage: 187–280
    暴击几率: 5%
    攻击间隔: 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]
    GATwilightOrderSoldierChargeImpact
    可触发, 攻击
    Base Damage: 187–280
    暴击几率: 5%
    攻击伤害: 120%
    攻击间隔: 1.755 秒
    攻击伤害总增 20%
    物理伤害的 80% 转化为冰霜伤害
    action attack or cast time uses animation length [1]
    is area damage [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 = 12,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
            "TCTwilghtOrderSoldierCharge",
            "GATwilightOrderSoldierChargeImpact",
            "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.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["GATwilightOrderSoldierChargeImpact"] = {
        name = "GATwilightOrderSoldierChargeImpact",
        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 = {
            "active_skill_base_physical_damage_%_to_convert_to_cold",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {80, baseMultiplier = 1.2, 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 = {
            "attack_maximum_action_distance_+",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {20, 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 = { }, },
        },
    }
    
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    stance movement speed +% final [-58]
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: -58 Max: -58 Global
  • Craft Tagsspeed
    50% 攻击伤害格挡率
    被格挡的攻击对你造成 10% 伤害
    stance movement speed +% final [-50]
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster base block % Min: 50 Max: 50 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • stance movement speed +% final Min: -50 Max: -50 Global
  • Twilight Order Soldier
    Humanoid
    stance movement speed +% final [-58]
    50% 攻击伤害格挡率
    被格挡的攻击对你造成 10% 伤害
    stance movement speed +% final [-50]
    SpectreN
    Spectre OverrideMetadata/Monsters/TwilightOrderSoldiers/TwilightOrderSoldier
    Tags2HSharpMetal_onhit_audio, human, humanoid, medium_movement, not_dex, not_int, red_blood
    生命
    110%
    [护甲]
    +50%
    抗性
    0 0 0 0
    伤害
    110%
    命中
    100%
    Critical Hits Chance
    5%
    Critical Damage Bonus
    +30%
    Attack Distance
    4 ~ 12
    攻击间隔
    1.755 Second
    Damage Spread
    ±20%
    经验值
    110%
    Model Size
    100%
    Type
    TwilightOrderSoldier
    Metadata
    TwilightOrderSoldier_ChurchAmbush
    等级
    68
    生命
    8,533
    [护甲]
    3,620
    伤害
    256
    法术伤害
    256
    命中
    2,464
    攻击间隔
    1.755
    经验值
    31,497
    召唤物生命
    7,623
    召唤物伤害
    1,066
    召唤物护甲
    6,033
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
    普通攻击
    Base Damage: 205–308
    暴击几率: 5%
    攻击间隔: 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]
    GATwilightSoldierStab
    可触发, 攻击
    Base Damage: 205–308
    暴击几率: 5%
    攻击伤害: 120%
    攻击间隔: 1.755 秒
    冷却时间: 4.5 秒
    攻击伤害总增 20%
    action attack or cast time uses animation length [1]
    attack maximum action distance + [20]
    GATwilightSoldierPierceTrigger
    可触发, 攻击
    Base Damage: 205–308
    暴击几率: 5%
    攻击伤害: 120%
    攻击间隔: 1.755 秒
    攻击伤害总增 20%
    物理伤害的 60% 转化为火焰伤害
    TCTwilghtOrderSoldierCharge
    攻击, 近战, 近战单一目标, 位移, 快行
    盾猛冲锋
    Base Damage: 205–308
    暴击几率: 5%
    攻击间隔: 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]
    GATwilightOrderSoldierChargeImpact
    可触发, 攻击
    Base Damage: 205–308
    暴击几率: 5%
    攻击伤害: 120%
    攻击间隔: 1.755 秒
    攻击伤害总增 20%
    物理伤害的 80% 转化为冰霜伤害
    action attack or cast time uses animation length [1]
    is area damage [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_ChurchAmbush"] = {
        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 = 12,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
            "TCTwilghtOrderSoldierCharge",
            "GATwilightOrderSoldierChargeImpact",
            "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.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["GATwilightOrderSoldierChargeImpact"] = {
        name = "GATwilightOrderSoldierChargeImpact",
        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 = {
            "active_skill_base_physical_damage_%_to_convert_to_cold",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {80, baseMultiplier = 1.2, 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 = {
            "attack_maximum_action_distance_+",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {20, 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 = { }, },
        },
    }
    
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    stance movement speed +% final [-58]
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: -58 Max: -58 Global
  • Craft Tagsspeed
    50% 攻击伤害格挡率
    被格挡的攻击对你造成 10% 伤害
    stance movement speed +% final [-50]
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster base block % Min: 50 Max: 50 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • stance movement speed +% final Min: -50 Max: -50 Global
  • Twilight Order Soldier
    Humanoid
    区域: Arastas
    SpectreN
    AreaArastas
    Tags2HSharpMetal_onhit_audio, allows_inc_aoe, cannot_be_monolith, cold_affinity, human, humanoid, medium_movement, melee, not_int, physical_affinity, red_blood
    Packs
  • Arastas: Twilight Order Officer, Twilight Order Soldier, Twilight Order Oathsworn, Twilight Order Priest
  • 生命
    110%
    [护甲]
    +50%
    闪避值
    +15%
    抗性
    0 0 0 0
    伤害
    110%
    命中
    100%
    Critical Hits Chance
    5%
    Critical Damage Bonus
    +30%
    Attack Distance
    5 ~ 13
    攻击间隔
    1.755 Second
    Damage Spread
    ±20%
    经验值
    110%
    Model Size
    100%
    Type
    TwilightOrderSoldierPatrol
    Metadata
    TwilightOrderSoldierPatrol_
    等级
    52
    生命
    3,200
    [护甲]
    1,376
    伤害
    153
    法术伤害
    153
    命中
    1,362
    攻击间隔
    1.755
    经验值
    10,605
    召唤物生命
    4,395
    召唤物伤害
    452
    召唤物护甲
    2,293
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
    普通攻击
    Base Damage: 122–183
    暴击几率: 5%
    攻击间隔: 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]
    GATwilightSoldierStab
    可触发, 攻击
    Base Damage: 122–183
    暴击几率: 5%
    攻击伤害: 120%
    攻击间隔: 1.755 秒
    冷却时间: 4.5 秒
    攻击伤害总增 20%
    action attack or cast time uses animation length [1]
    attack maximum action distance + [20]
    GATwilightSoldierPierceTrigger
    可触发, 攻击
    Base Damage: 122–183
    暴击几率: 5%
    攻击伤害: 120%
    攻击间隔: 1.755 秒
    攻击伤害总增 20%
    物理伤害的 60% 转化为火焰伤害
    EASPatrolEndTurn
    无法被击退
    你的击中不能眩晕敌人
    action attack or cast time uses animation length [1]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/TwilightOrderSoldiers/TwilightOrderSoldierPatrol_"] = {
        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",
            "EASPatrolEndTurn",
            "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.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["EASPatrolEndTurn"] = {
        name = "EASPatrolEndTurn",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
            "cannot_stun",
            "cannot_be_knocked_back",
        },
        levels = {
            [1] = {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 = {
            "attack_maximum_action_distance_+",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {20, 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 = { }, },
        },
    }
    
    Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.