Executor do Sindicato
Syndicate Enforcer
SpectreY
Spectre OverrideMetadata/Monsters/LeagueBetrayal/BetrayalOriathBlackguardMeleeChampionSpectre
AreaLaboratório do Sindicato, Laboratório do Sindicato, Laboratório do Sindicato, Laboratório do Sindicato, Laboratório do Sindicato, Laboratório do Sindicato, Laboratório do Sindicato, Laboratório do Sindicato, Laboratório do Sindicato, Laboratório do Sindicato, Refúgio do Sindicato, Refúgio do Sindicato, Refúgio do Sindicato
Tagscleaving_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
  • Executor do Sindicato, Músculo do Sindicato, Decaptador do Sindicato
  • Refúgio do Sindicato: Músculo do Sindicato, Decaptador do Sindicato, Executor do Sindicato, Atirador do Sindicato
  • Refúgio do Sindicato: Músculo do Sindicato, Decaptador do Sindicato, Executor do Sindicato, Atirador do Sindicato
  • Refúgio do Sindicato: Músculo do Sindicato, Executor do Sindicato
  • Vida
    350%
    Armadura
    +10%
    Evasão
    +30%
    Ailment Threshold
    350%
    Resistência
    30 30 30 20
    Damage
    131%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    8 ~ 16
    Attack Time
    1.17 Second
    Damage Spread
    ±20%
    Experiência
    175%
    Model Size
    110%
    Type
    BetrayalBlackguardChampion
    Metadata
    BetrayalOriathBlackguardMeleeChampion
    Nível
    78
    Vida
    63,833
    Armadura
    69,227
    Evasão
    8,667
    Escudo de Energia
    0
    Damage
    884
    Dano Mágico
    884
    Precisão
    428
    Attack Time
    1.17
    Experiência
    21,660
    Ailment Threshold
    63,833
    Chill
    202
    Shock
    202
    Brittle
    1,142
    Scorch
    202
    Sap
    558
    BetrayalLabMelee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 708–1061
    Chance de Crítico: 5%
    Attack Time: 1.17 seg
    Abate seus inimigos com um golpe poderoso.
    damage vs tiki totems +% [-85]
    WalkEmergeBetrayal
    walk emerge distance [300]
    BetrayalLeapSlamChampion
    Attack, Area, Melee, Movement, Travel, Slam, Totemable
    Salto Impactante
    Base Damage: 708–1061
    Chance de Crítico: 5%
    Dano de Ataque: 150%
    Attack Time: 1.17 seg
    Recarga: 10 seg
    Salta no ar, causando dano e empurrando inimigos com sua arma ao cair. Inimigos nos quais você cairia em cima são empurrados para fora do caminho. Requer um Machado, Maça, Cetro, Espada ou Cajado. Não pode ser suportado por Ataques Múltiplos.
    Causa 50% mais Dano de Ataque
    50% menos Velocidade de Ataque
    Raio Base igual a 1.5 metros
    is area damage [1]
    BetrayalSummonBanner
    Spell, Multicastable, Triggerable
    Tempo de Conjuração: 1.07 seg
    Recarga: 10 seg
    alternate minion [373]
    minion dies when parent deleted [1]
    monster no drops or experience [1]
    number of monsters to summon [1]
    summon specific monsters radius +% [-99]
    summoned monsters are minions [1]
    BetrayalPizzaSlam
    Attack, Damage, Area
    Base Damage: 708–1061
    Chance de Crítico: 5%
    Attack Time: 1.17 seg
    Recarga: 10 seg
    Causa 100% mais Dano
    Causa +10 Explosões
    active skill area of effect radius +% final [-50]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-50]
    BetrayalOriathDashSlamImpact
    Triggerable, Attack
    Base Damage: 708–1061
    Chance de Crítico: 5%
    Attack Time: 1.17 seg
    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/BetrayalOriathBlackguardMeleeChampion"] = {
        name = "Syndicate Enforcer",
        life = 3.5,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.31,
        damageSpread = 0.2,
        attackTime = 1.17,
        attackRange = 16,
        accuracy = 1,
        weaponType1 = "Two Hand Axe",
        skillList = {
            "BetrayalLabMelee",
            "BetrayalLeapSlamChampion",
            "BetrayalSummonBanner",
            "WalkEmergeBetrayal",
            "BetrayalOriathDashSlamImpact",
            "BetrayalPizzaSlam",
        },
        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["BetrayalLeapSlamChampion"] = {
        name = "Leap Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.33,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {-50, 15, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSummonBanner"] = {
        name = "BetrayalSummonBanner",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.07,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "alternate_minion",
            "number_of_monsters_to_summon",
            "summon_specific_monsters_radius_+%",
            "monster_no_drops_or_experience",
            "summoned_monsters_are_minions",
            "minion_dies_when_parent_deleted",
        },
        levels = {
            [1] = {373, 1, -99, 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 = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalOriathDashSlamImpact"] = {
        name = "BetrayalOriathDashSlamImpact",
        hidden = true,
        color = 4,
        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 = {
            "is_area_damage",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalPizzaSlam"] = {
        name = "BetrayalPizzaSlam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.13,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "upheaval_number_of_spikes",
            "active_skill_damage_+%_final",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {10, 100, -50, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Executor do Sindicato
    Humanóide
    Syndicate Enforcer
    SpectreY
    Spectre OverrideMetadata/Monsters/LeagueBetrayal/BetrayalOriathBlackguardMeleeChampionSpectre
    Tagscleaving_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
    Vida
    700%
    Armadura
    +10%
    Evasão
    +30%
    Ailment Threshold
    700%
    Resistência
    20 20 20 0
    Damage
    131%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    8 ~ 16
    Attack Time
    1.17 Second
    Damage Spread
    ±20%
    Experiência
    175%
    Model Size
    110%
    Type
    BetrayalBlackguardChampionCartGuard
    Metadata
    BetrayalOriathBlackguardMeleeChampionCartGuard
    Nível
    68
    Vida
    45,033
    Armadura
    31,669
    Evasão
    6,161
    Escudo de Energia
    0
    Damage
    489
    Dano Mágico
    489
    Precisão
    290
    Attack Time
    1.17
    Experiência
    17,946
    Ailment Threshold
    45,033
    Chill
    142
    Shock
    142
    Brittle
    806
    Scorch
    142
    Sap
    393
    BetrayalLabMelee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 391–587
    Chance de Crítico: 5%
    Attack Time: 1.17 seg
    Abate seus inimigos com um golpe poderoso.
    damage vs tiki totems +% [-85]
    WalkEmergeBetrayal
    walk emerge distance [300]
    BetrayalLeapSlamChampion
    Attack, Area, Melee, Movement, Travel, Slam, Totemable
    Salto Impactante
    Base Damage: 391–587
    Chance de Crítico: 5%
    Dano de Ataque: 150%
    Attack Time: 1.17 seg
    Recarga: 10 seg
    Salta no ar, causando dano e empurrando inimigos com sua arma ao cair. Inimigos nos quais você cairia em cima são empurrados para fora do caminho. Requer um Machado, Maça, Cetro, Espada ou Cajado. Não pode ser suportado por Ataques Múltiplos.
    Causa 50% mais Dano de Ataque
    50% menos Velocidade de Ataque
    Raio Base igual a 1.5 metros
    is area damage [1]
    BetrayalSummonBanner
    Spell, Multicastable, Triggerable
    Tempo de Conjuração: 1.07 seg
    Recarga: 10 seg
    alternate minion [373]
    minion dies when parent deleted [1]
    monster no drops or experience [1]
    number of monsters to summon [1]
    summon specific monsters radius +% [-99]
    summoned monsters are minions [1]
    BetrayalPizzaSlam
    Attack, Damage, Area
    Base Damage: 391–587
    Chance de Crítico: 5%
    Attack Time: 1.17 seg
    Recarga: 10 seg
    Causa 100% mais Dano
    Causa +10 Explosões
    active skill area of effect radius +% final [-50]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-50]
    BetrayalOriathDashSlamImpact
    Triggerable, Attack
    Base Damage: 391–587
    Chance de Crítico: 5%
    Attack Time: 1.17 seg
    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/BetrayalOriathBlackguardMeleeChampionCartGuard"] = {
        name = "Syndicate Enforcer",
        life = 7,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.31,
        damageSpread = 0.2,
        attackTime = 1.17,
        attackRange = 16,
        accuracy = 1,
        weaponType1 = "Two Hand Axe",
        skillList = {
            "BetrayalLabMelee",
            "BetrayalLeapSlamChampion",
            "BetrayalSummonBanner",
            "WalkEmergeBetrayal",
            "BetrayalOriathDashSlamImpact",
            "BetrayalPizzaSlam",
        },
        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["BetrayalLeapSlamChampion"] = {
        name = "Leap Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.33,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {-50, 15, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSummonBanner"] = {
        name = "BetrayalSummonBanner",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.07,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "alternate_minion",
            "number_of_monsters_to_summon",
            "summon_specific_monsters_radius_+%",
            "monster_no_drops_or_experience",
            "summoned_monsters_are_minions",
            "minion_dies_when_parent_deleted",
        },
        levels = {
            [1] = {373, 1, -99, 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 = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalOriathDashSlamImpact"] = {
        name = "BetrayalOriathDashSlamImpact",
        hidden = true,
        color = 4,
        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 = {
            "is_area_damage",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalPizzaSlam"] = {
        name = "BetrayalPizzaSlam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.13,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "upheaval_number_of_spikes",
            "active_skill_damage_+%_final",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {10, 100, -50, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Executor do Sindicato
    Humanóide
    Syndicate Enforcer
    SpectreY
    Tagscleaving_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
    Vida
    350%
    Armadura
    +10%
    Evasão
    +30%
    Ailment Threshold
    350%
    Resistência
    30 30 30 20
    Damage
    131%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    8 ~ 16
    Attack Time
    1.17 Second
    Damage Spread
    ±20%
    Experiência
    175%
    Model Size
    110%
    Type
    BetrayalBlackguardChampion
    Metadata
    BetrayalOriathBlackguardMeleeChampionSpectre
    Nível
    68
    Vida
    22,517
    Armadura
    31,669
    Evasão
    6,161
    Escudo de Energia
    0
    Damage
    489
    Dano Mágico
    489
    Precisão
    290
    Attack Time
    1.17
    Experiência
    17,946
    Ailment Threshold
    22,517
    Chill
    71
    Shock
    71
    Brittle
    403
    Scorch
    71
    Sap
    197
    BetrayalLabMelee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 391–587
    Chance de Crítico: 5%
    Attack Time: 1.17 seg
    Abate seus inimigos com um golpe poderoso.
    damage vs tiki totems +% [-85]
    WalkEmergeBetrayal
    walk emerge distance [300]
    BetrayalLeapSlamChampion
    Attack, Area, Melee, Movement, Travel, Slam, Totemable
    Salto Impactante
    Base Damage: 391–587
    Chance de Crítico: 5%
    Dano de Ataque: 150%
    Attack Time: 1.17 seg
    Recarga: 10 seg
    Salta no ar, causando dano e empurrando inimigos com sua arma ao cair. Inimigos nos quais você cairia em cima são empurrados para fora do caminho. Requer um Machado, Maça, Cetro, Espada ou Cajado. Não pode ser suportado por Ataques Múltiplos.
    Causa 50% mais Dano de Ataque
    50% menos Velocidade de Ataque
    Raio Base igual a 1.5 metros
    is area damage [1]
    BetrayalPizzaSlam
    Attack, Damage, Area
    Base Damage: 391–587
    Chance de Crítico: 5%
    Attack Time: 1.17 seg
    Recarga: 10 seg
    Causa 100% mais Dano
    Causa +10 Explosões
    active skill area of effect radius +% final [-50]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-50]
    BetrayalOriathDashSlamImpact
    Triggerable, Attack
    Base Damage: 391–587
    Chance de Crítico: 5%
    Attack Time: 1.17 seg
    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/BetrayalOriathBlackguardMeleeChampionSpectre"] = {
        name = "Syndicate Enforcer",
        life = 3.5,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.31,
        damageSpread = 0.2,
        attackTime = 1.17,
        attackRange = 16,
        accuracy = 1,
        weaponType1 = "Two Hand Axe",
        skillList = {
            "BetrayalLabMelee",
            "BetrayalLeapSlamChampion",
            "WalkEmergeBetrayal",
            "BetrayalOriathDashSlamImpact",
            "BetrayalPizzaSlam",
        },
        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["BetrayalLeapSlamChampion"] = {
        name = "Leap Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.33,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {-50, 15, baseMultiplier = 1.5, 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 = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalOriathDashSlamImpact"] = {
        name = "BetrayalOriathDashSlamImpact",
        hidden = true,
        color = 4,
        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 = {
            "is_area_damage",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalPizzaSlam"] = {
        name = "BetrayalPizzaSlam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.13,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "upheaval_number_of_spikes",
            "active_skill_damage_+%_final",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {10, 100, -50, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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