Syndikat-Vollstrecker
Humanoid
Syndicate Enforcer
Leben
350%
Rüstung
+100%
Ausweichen
+30%
Ailment Threshold
350%
Widerstand
30 30 30 20
Damage
131%
Genauigkeit
100%
Kritische Trefferchance
+5%
Multiplikator für kritischen Treffer
+130%
Attack Distance
8 ~ 16
Attack Time
1.17 Second
Damage Spread
±20%
Erfahrung
175%
Model Size
110%
Type
BetrayalBlackguardChampion
Metadata
BetrayalOriathBlackguardMeleeChampion
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Stufe
78
Leben
63,833
Rüstung
125,868
Ausweichen
8,667
Energieschild
0
Damage
884
Zauberschaden
884
Genauigkeit
428
Attack Time
1.17
Erfahrung
21,660
Ailment Threshold
63,833
Chill
202
Shock
202
Brittle
1,142
Scorch
202
Sap
558
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
BetrayalLabMelee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Standardangriff
Base Damage: 708–1061
Kritische Trefferchance: 5%
Attack Time: 1.17 Sek.
Streckt Eure Feinde mit einem mächtigen Schlag nieder.
damage vs tiki totems +% [-85]
WalkEmergeBetrayal
walk emerge distance [300]
BetrayalLeapSlamChampion
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Sprunghieb
Base Damage: 708–1061
Kritische Trefferchance: 5%
Angriffsschaden: 150%
Attack Time: 1.17 Sek.
Abklingzeit: 10 Sek.
Springt in die Luft, fügt Gegnern am Aufschlagpunkt Schaden mit Eurer Waffe zu und stoßt diese zurück. Gegner, auf denen Ihr landen würdet, werden aus dem Weg geschoben. Erfordert eine Axt, einen Streitkolben, ein Zepter, ein Schwert oder einen Stab.
Verursacht 50% mehr Angriffsschaden
50% weniger Angriffsgeschwindigkeit
Basisradius beträgt 1.5 Meter
is area damage [1]
50% weniger Angriffsgeschwindigkeit
Basisradius beträgt 1.5 Meter
is area damage [1]
BetrayalSummonBanner
Spell, Multicastable, Triggerable
Zauberzeit: 1.07 Sek.
Abklingzeit: 10 Sek.
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]
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
Kritische Trefferchance: 5%
Attack Time: 1.17 Sek.
Abklingzeit: 10 Sek.
Verursacht 100% mehr Schaden
Erzeugt +10 Explosionen
active skill area of effect radius +% final [-50]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-50]
Erzeugt +10 Explosionen
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
Kritische Trefferchance: 5%
Attack Time: 1.17 Sek.
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.", 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 = { }, }, }, }
Syndikat-Vollstrecker
Humanoid
Syndicate Enforcer
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/LeagueBetrayal/BetrayalOriathBlackguardMeleeChampionSpectre |
Tags | cleaving_weapon, flesh_armour, has_two_hand_axe, has_two_handed_melee, human, humanoid, medium_height, medium_movement, melee, no_cannot_die_aura, no_pantheon_mod, not_int, physical_affinity, red_blood, templar |
Leben
700%
Rüstung
+100%
Ausweichen
+30%
Ailment Threshold
700%
Widerstand
20 20 20 0
Damage
131%
Genauigkeit
100%
Kritische Trefferchance
+5%
Multiplikator für kritischen Treffer
+130%
Attack Distance
8 ~ 16
Attack Time
1.17 Second
Damage Spread
±20%
Erfahrung
175%
Model Size
110%
Type
BetrayalBlackguardChampionCartGuard
Metadata
BetrayalOriathBlackguardMeleeChampionCartGuard
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Stufe
68
Leben
45,033
Rüstung
57,580
Ausweichen
6,161
Energieschild
0
Damage
489
Zauberschaden
489
Genauigkeit
290
Attack Time
1.17
Erfahrung
17,946
Ailment Threshold
45,033
Chill
142
Shock
142
Brittle
806
Scorch
142
Sap
393
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
BetrayalLabMelee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Standardangriff
Base Damage: 391–587
Kritische Trefferchance: 5%
Attack Time: 1.17 Sek.
Streckt Eure Feinde mit einem mächtigen Schlag nieder.
damage vs tiki totems +% [-85]
WalkEmergeBetrayal
walk emerge distance [300]
BetrayalLeapSlamChampion
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Sprunghieb
Base Damage: 391–587
Kritische Trefferchance: 5%
Angriffsschaden: 150%
Attack Time: 1.17 Sek.
Abklingzeit: 10 Sek.
Springt in die Luft, fügt Gegnern am Aufschlagpunkt Schaden mit Eurer Waffe zu und stoßt diese zurück. Gegner, auf denen Ihr landen würdet, werden aus dem Weg geschoben. Erfordert eine Axt, einen Streitkolben, ein Zepter, ein Schwert oder einen Stab.
Verursacht 50% mehr Angriffsschaden
50% weniger Angriffsgeschwindigkeit
Basisradius beträgt 1.5 Meter
is area damage [1]
50% weniger Angriffsgeschwindigkeit
Basisradius beträgt 1.5 Meter
is area damage [1]
BetrayalSummonBanner
Spell, Multicastable, Triggerable
Zauberzeit: 1.07 Sek.
Abklingzeit: 10 Sek.
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]
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
Kritische Trefferchance: 5%
Attack Time: 1.17 Sek.
Abklingzeit: 10 Sek.
Verursacht 100% mehr Schaden
Erzeugt +10 Explosionen
active skill area of effect radius +% final [-50]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-50]
Erzeugt +10 Explosionen
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
Kritische Trefferchance: 5%
Attack Time: 1.17 Sek.
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.", 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 = { }, }, }, }
Syndikat-Vollstrecker
Humanoid
Syndicate Enforcer
Spectre | Y |
---|---|
Tags | cleaving_weapon, flesh_armour, has_two_hand_axe, has_two_handed_melee, human, humanoid, medium_movement, melee, no_cannot_die_aura, no_pantheon_mod, not_int, physical_affinity, red_blood, templar |
Leben
350%
Rüstung
+100%
Ausweichen
+30%
Ailment Threshold
350%
Widerstand
30 30 30 20
Damage
131%
Genauigkeit
100%
Kritische Trefferchance
+5%
Multiplikator für kritischen Treffer
+130%
Attack Distance
8 ~ 16
Attack Time
1.17 Second
Damage Spread
±20%
Erfahrung
175%
Model Size
110%
Type
BetrayalBlackguardChampion
Metadata
BetrayalOriathBlackguardMeleeChampionSpectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Stufe
68
Leben
22,517
Rüstung
57,580
Ausweichen
6,161
Energieschild
0
Damage
489
Zauberschaden
489
Genauigkeit
290
Attack Time
1.17
Erfahrung
17,946
Ailment Threshold
22,517
Chill
71
Shock
71
Brittle
403
Scorch
71
Sap
197
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
BetrayalLabMelee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Standardangriff
Base Damage: 391–587
Kritische Trefferchance: 5%
Attack Time: 1.17 Sek.
Streckt Eure Feinde mit einem mächtigen Schlag nieder.
damage vs tiki totems +% [-85]
WalkEmergeBetrayal
walk emerge distance [300]
BetrayalLeapSlamChampion
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Sprunghieb
Base Damage: 391–587
Kritische Trefferchance: 5%
Angriffsschaden: 150%
Attack Time: 1.17 Sek.
Abklingzeit: 10 Sek.
Springt in die Luft, fügt Gegnern am Aufschlagpunkt Schaden mit Eurer Waffe zu und stoßt diese zurück. Gegner, auf denen Ihr landen würdet, werden aus dem Weg geschoben. Erfordert eine Axt, einen Streitkolben, ein Zepter, ein Schwert oder einen Stab.
Verursacht 50% mehr Angriffsschaden
50% weniger Angriffsgeschwindigkeit
Basisradius beträgt 1.5 Meter
is area damage [1]
50% weniger Angriffsgeschwindigkeit
Basisradius beträgt 1.5 Meter
is area damage [1]
BetrayalPizzaSlam
Attack, Damage, Area
Base Damage: 391–587
Kritische Trefferchance: 5%
Attack Time: 1.17 Sek.
Abklingzeit: 10 Sek.
Verursacht 100% mehr Schaden
Erzeugt +10 Explosionen
active skill area of effect radius +% final [-50]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-50]
Erzeugt +10 Explosionen
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
Kritische Trefferchance: 5%
Attack Time: 1.17 Sek.
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.", 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 = { }, }, }, }
Syndikat-Vollstrecker
Humanoid
Syndicate Enforcer
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/LeagueBetrayal/BetrayalOriathBlackguardMeleeChampionSpectre |
Tags | 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 |
Leben
350%
Rüstung
+100%
Ausweichen
+30%
Ailment Threshold
350%
Widerstand
30 30 30 20
Damage
131%
Genauigkeit
100%
Kritische Trefferchance
+5%
Multiplikator für kritischen Treffer
+130%
Attack Distance
8 ~ 16
Attack Time
1.17 Second
Damage Spread
±20%
Erfahrung
175%
Model Size
110%
Type
BetrayalBlackguardChampion
Metadata
BetrayalOriathBlackguardMeleeChampionNecropolis
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Stufe
68
Leben
22,517
Rüstung
57,580
Ausweichen
6,161
Energieschild
0
Damage
489
Zauberschaden
489
Genauigkeit
290
Attack Time
1.17
Erfahrung
17,946
Ailment Threshold
22,517
Chill
71
Shock
71
Brittle
403
Scorch
71
Sap
197
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
BetrayalLabMelee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Standardangriff
Base Damage: 391–587
Kritische Trefferchance: 5%
Attack Time: 1.17 Sek.
Streckt Eure Feinde mit einem mächtigen Schlag nieder.
damage vs tiki totems +% [-85]
WalkEmergeBetrayal
walk emerge distance [300]
BetrayalLeapSlamChampion
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Sprunghieb
Base Damage: 391–587
Kritische Trefferchance: 5%
Angriffsschaden: 150%
Attack Time: 1.17 Sek.
Abklingzeit: 10 Sek.
Springt in die Luft, fügt Gegnern am Aufschlagpunkt Schaden mit Eurer Waffe zu und stoßt diese zurück. Gegner, auf denen Ihr landen würdet, werden aus dem Weg geschoben. Erfordert eine Axt, einen Streitkolben, ein Zepter, ein Schwert oder einen Stab.
Verursacht 50% mehr Angriffsschaden
50% weniger Angriffsgeschwindigkeit
Basisradius beträgt 1.5 Meter
is area damage [1]
50% weniger Angriffsgeschwindigkeit
Basisradius beträgt 1.5 Meter
is area damage [1]
BetrayalSummonBanner
Spell, Multicastable, Triggerable
Zauberzeit: 1.07 Sek.
Abklingzeit: 10 Sek.
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]
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
Kritische Trefferchance: 5%
Attack Time: 1.17 Sek.
Abklingzeit: 10 Sek.
Verursacht 100% mehr Schaden
Erzeugt +10 Explosionen
active skill area of effect radius +% final [-50]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-50]
Erzeugt +10 Explosionen
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
Kritische Trefferchance: 5%
Attack Time: 1.17 Sek.
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/LeagueNecropolis/BetrayalOriathBlackguardMeleeChampionNecropolis"] = { 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.", 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 = { }, }, }, }
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.