辛迪加刽子手
Syndicate Beheader
幽魂Y
幽魂 取代Metadata/Monsters/LeagueBetrayal/BetrayalOriathBlackguardMelee2Spectre
地区辛迪加实验室, 辛迪加实验室, 辛迪加实验室, 辛迪加实验室, 辛迪加实验室, 辛迪加实验室, 辛迪加实验室, 辛迪加实验室, 辛迪加实验室, 辛迪加实验室, 辛迪加秘巢, 辛迪加秘巢
标签cleaving_weapon, flesh_armour, has_two_hand_axe, has_two_handed_melee, human, humanoid, medium_height, medium_movement, melee, no_cannot_die_aura, not_int, physical_affinity, red_blood, templar
Packs
  • 辛迪加执法者, 辛迪加打手, 辛迪加刽子手
  • 辛迪加打手, 辛迪加刽子手, 辛迪加射手
  • 辛迪加秘巢: 辛迪加打手, 辛迪加刽子手, 辛迪加执法者, 辛迪加射手
  • 辛迪加秘巢: 辛迪加打手, 辛迪加刽子手, 辛迪加执法者, 辛迪加射手
  • 辛迪加秘巢: 辛迪加科研人员, 辛迪加打手, 辛迪加刽子手, 辛迪加射手
  • 辛迪加秘巢: 辛迪加装配员, 辛迪加打手, 辛迪加刽子手, 辛迪加射手
  • 生命
    156%
    护甲
    +10%
    闪避值
    +30%
    异常状态临界值
    156%
    抗性
    20 20 20 0
    伤害
    125%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    8 ~ 16
    攻击间隔
    1.17 秒
    伤害分布
    ±20%
    经验值
    125%
    Model Size
    91%
    类型
    BetrayalBlackguard2h
    Metadata
    BetrayalOriathBlackguardMelee2
    等级
    78
    生命
    28,451
    护甲
    69,227
    闪避值
    8,667
    能量护盾
    0
    伤害
    844
    法术伤害
    844
    命中
    428
    攻击间隔
    1.17
    经验值
    15,471
    异常状态临界值
    28,451
    冰缓
    90
    Shock
    90
    Brittle
    509
    Scorch
    90
    Sap
    249
    BetrayalLabMelee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 675–1013
    攻击暴击率: 5%
    攻击间隔: 1.17 秒
    对你的敌人无情痛击。
    damage vs tiki totems +% [-85]
    WalkEmergeBetrayal
    walk emerge distance [300]
    BetrayalOriathSunder
    攻击, 范围, 攻击可重复, 近战, Slam, 图腾技能
    大地震击
    基本伤害: 675–1013
    攻击暴击率: 5%
    攻击伤害: 60%
    攻击间隔: 1.17 秒
    冷却时间: 6 秒
    用锤类、短杖、斧类或长杖重击地面,创造一道冲击波,对前方一片区域内的敌人造成伤害。被冲击波击中的敌人会释放出一道圆形震波,对其周围的敌人造成伤害。
    攻击伤害总降 40%
    攻击速度总降 45%
    【大地震击】的冲击波伤害总降 85%
    active skill area of effect radius +% final [-50]
    firestorm base area of effect +% [120]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase"
    
    Stats
    {
    	set_cannot_gain_charges = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase"
    
    Render
    {
         //turn_duration = 0.35
    }
    
    Monster
    {
    }
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Betrayal/CatarinaSummon/catarina_summon.ao"
    	preload_buff_visual = "betrayal_banner"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBetrayal/BetrayalOriathBlackguardMelee2"] = {
        name = "Syndicate Beheader",
        life = 1.56,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.25,
        damageSpread = 0.2,
        attackTime = 1.17,
        attackRange = 16,
        accuracy = 1,
        weaponType1 = "Two Hand Axe",
        skillList = {
            "BetrayalLabMelee",
            "BetrayalOriathSunder",
            "WalkEmergeBetrayal",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalLabMelee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        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 = {
            "damage_vs_tiki_totems_+%",
        },
        levels = {
            [1] = {-85, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalOriathSunder"] = {
        name = "Sunder",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Slams the ground with a Mace, Sceptre, Axe or Staff, creating a wave of broken ground that damages enemies in an area in front of you. Enemies hit by the wave will release a circular shockwave, dealing damage to other enemies around them.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.13,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "shockwave_slam_explosion_damage_+%_final",
            "active_skill_attack_speed_+%_final",
            "firestorm_base_area_of_effect_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-85, -45, 120, -50, baseMultiplier = 0.6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WalkEmergeBetrayal"] = {
        name = "WalkEmergeBetrayal",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.72,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {300, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    辛迪加刽子手
    人形
    Syndicate Beheader
    幽魂Y
    幽魂 取代Metadata/Monsters/LeagueBetrayal/BetrayalOriathBlackguardMelee2Spectre
    标签cleaving_weapon, flesh_armour, has_two_hand_axe, has_two_handed_melee, human, humanoid, medium_height, medium_movement, melee, no_cannot_die_aura, not_int, physical_affinity, red_blood, templar
    生命
    313%
    护甲
    +10%
    闪避值
    +30%
    异常状态临界值
    313%
    抗性
    20 20 20 0
    伤害
    125%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    8 ~ 16
    攻击间隔
    1.17 秒
    伤害分布
    ±20%
    经验值
    125%
    Model Size
    91%
    类型
    BetrayalBlackguard2hCartGuard
    Metadata
    BetrayalOriathBlackguardMelee2CartGuard
    等级
    68
    生命
    20,136
    护甲
    31,669
    闪避值
    6,161
    能量护盾
    0
    伤害
    467
    法术伤害
    467
    命中
    290
    攻击间隔
    1.17
    经验值
    12,819
    异常状态临界值
    20,136
    冰缓
    64
    Shock
    64
    Brittle
    360
    Scorch
    64
    Sap
    176
    BetrayalLabMelee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 374–560
    攻击暴击率: 5%
    攻击间隔: 1.17 秒
    对你的敌人无情痛击。
    damage vs tiki totems +% [-85]
    WalkEmergeBetrayal
    walk emerge distance [300]
    BetrayalOriathSunder
    攻击, 范围, 攻击可重复, 近战, Slam, 图腾技能
    大地震击
    基本伤害: 374–560
    攻击暴击率: 5%
    攻击伤害: 60%
    攻击间隔: 1.17 秒
    冷却时间: 6 秒
    用锤类、短杖、斧类或长杖重击地面,创造一道冲击波,对前方一片区域内的敌人造成伤害。被冲击波击中的敌人会释放出一道圆形震波,对其周围的敌人造成伤害。
    攻击伤害总降 40%
    攻击速度总降 45%
    【大地震击】的冲击波伤害总降 85%
    active skill area of effect radius +% final [-50]
    firestorm base area of effect +% [120]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBaseExperience"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBaseExperience"
    
    Render
    {
         //turn_duration = 0.35
    }
    
    Monster
    {
    }
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Betrayal/CatarinaSummon/catarina_summon.ao"
    	preload_buff_visual = "betrayal_banner"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBetrayal/BetrayalOriathBlackguardMelee2CartGuard"] = {
        name = "Syndicate Beheader",
        life = 3.13,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.25,
        damageSpread = 0.2,
        attackTime = 1.17,
        attackRange = 16,
        accuracy = 1,
        weaponType1 = "Two Hand Axe",
        skillList = {
            "BetrayalLabMelee",
            "BetrayalOriathSunder",
            "WalkEmergeBetrayal",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalLabMelee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        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 = {
            "damage_vs_tiki_totems_+%",
        },
        levels = {
            [1] = {-85, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalOriathSunder"] = {
        name = "Sunder",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Slams the ground with a Mace, Sceptre, Axe or Staff, creating a wave of broken ground that damages enemies in an area in front of you. Enemies hit by the wave will release a circular shockwave, dealing damage to other enemies around them.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.13,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "shockwave_slam_explosion_damage_+%_final",
            "active_skill_attack_speed_+%_final",
            "firestorm_base_area_of_effect_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-85, -45, 120, -50, baseMultiplier = 0.6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WalkEmergeBetrayal"] = {
        name = "WalkEmergeBetrayal",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.72,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {300, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    辛迪加刽子手
    人形
    Syndicate Beheader
    幽魂Y
    标签cleaving_weapon, flesh_armour, has_two_hand_axe, has_two_handed_melee, human, humanoid, medium_movement, melee, no_cannot_die_aura, not_int, physical_affinity, red_blood, templar
    生命
    156%
    护甲
    +10%
    闪避值
    +30%
    异常状态临界值
    156%
    抗性
    20 20 20 0
    伤害
    125%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    8 ~ 16
    攻击间隔
    1.17 秒
    伤害分布
    ±20%
    经验值
    125%
    Model Size
    91%
    类型
    BetrayalBlackguard2h
    Metadata
    BetrayalOriathBlackguardMelee2Spectre
    等级
    68
    生命
    10,036
    护甲
    31,669
    闪避值
    6,161
    能量护盾
    0
    伤害
    467
    法术伤害
    467
    命中
    290
    攻击间隔
    1.17
    经验值
    12,819
    异常状态临界值
    10,036
    冰缓
    32
    Shock
    32
    Brittle
    180
    Scorch
    32
    Sap
    88
    BetrayalLabMelee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 374–560
    攻击暴击率: 5%
    攻击间隔: 1.17 秒
    对你的敌人无情痛击。
    damage vs tiki totems +% [-85]
    WalkEmergeBetrayal
    walk emerge distance [300]
    BetrayalOriathSunder
    攻击, 范围, 攻击可重复, 近战, Slam, 图腾技能
    大地震击
    基本伤害: 374–560
    攻击暴击率: 5%
    攻击伤害: 60%
    攻击间隔: 1.17 秒
    冷却时间: 6 秒
    用锤类、短杖、斧类或长杖重击地面,创造一道冲击波,对前方一片区域内的敌人造成伤害。被冲击波击中的敌人会释放出一道圆形震波,对其周围的敌人造成伤害。
    攻击伤害总降 40%
    攻击速度总降 45%
    【大地震击】的冲击波伤害总降 85%
    active skill area of effect radius +% final [-50]
    firestorm base area of effect +% [120]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase"
    
    Render
    {
         //turn_duration = 0.35
    }
    
    Monster
    {
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBetrayal/BetrayalOriathBlackguardMelee2Spectre"] = {
        name = "Syndicate Beheader",
        life = 1.56,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.25,
        damageSpread = 0.2,
        attackTime = 1.17,
        attackRange = 16,
        accuracy = 1,
        weaponType1 = "Two Hand Axe",
        skillList = {
            "BetrayalLabMelee",
            "BetrayalOriathSunder",
            "WalkEmergeBetrayal",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalLabMelee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        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 = {
            "damage_vs_tiki_totems_+%",
        },
        levels = {
            [1] = {-85, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalOriathSunder"] = {
        name = "Sunder",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Slams the ground with a Mace, Sceptre, Axe or Staff, creating a wave of broken ground that damages enemies in an area in front of you. Enemies hit by the wave will release a circular shockwave, dealing damage to other enemies around them.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.13,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "shockwave_slam_explosion_damage_+%_final",
            "active_skill_attack_speed_+%_final",
            "firestorm_base_area_of_effect_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-85, -45, 120, -50, baseMultiplier = 0.6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WalkEmergeBetrayal"] = {
        name = "WalkEmergeBetrayal",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.72,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {300, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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