Skip to content

Commit f03307e

Browse files
author
LocalIdentity
committed
Dark Monarch
1 parent 233bebb commit f03307e

4 files changed

Lines changed: 39 additions & 25 deletions

File tree

src/Data/Minions.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,7 @@ minions["AnimatedWeapon"] = {
519519
attackTime = 1,
520520
attackRange = 6,
521521
accuracy = 3.4,
522+
limit = "ActiveAnimatedWeaponLimit",
522523
skillList = {
523524
"Melee",
524525
},
@@ -588,6 +589,7 @@ minions["UniqueAnimatedWeapon"] = {
588589
attackTime = 1,
589590
attackRange = 105,
590591
accuracy = 3.4,
592+
limit = "ActiveAnimatedWeaponLimit",
591593
skillList = {
592594
"Melee",
593595
"DancingDervishCycloneChannelled",
@@ -718,6 +720,7 @@ minions["AxisEliteSoldierDominatingBlow"] = {
718720
accuracy = 3.4,
719721
weaponType1 = "One Handed Mace",
720722
weaponType2 = "Shield",
723+
limit = "ActiveSentinelOfDominanceLimit",
721724
skillList = {
722725
"Melee",
723726
"DominatingBlowMinionCharge",
@@ -744,6 +747,7 @@ minions["AxisEliteSoldierDominatingBlowVaal"] = {
744747
attackTime = 0.83,
745748
attackRange = 28,
746749
accuracy = 3.4,
750+
limit = "ActiveSentinelOfDominanceLimit",
747751
skillList = {
748752
"TeleportVaalDomination",
749753
"GAVaalDominationTeleportSlam",
@@ -773,6 +777,7 @@ minions["AbsolutionTemplarJudge"] = {
773777
attackRange = 9,
774778
accuracy = 1,
775779
weaponType1 = "One Handed Mace",
780+
limit = "ActiveSentinelOfAbsolutionLimit",
776781
skillList = {
777782
"Melee",
778783
"AbsolutionMinion",
@@ -796,6 +801,7 @@ minions["AbsolutionTemplarJudgeVaal"] = {
796801
attackTime = 1.17,
797802
attackRange = 9,
798803
accuracy = 1,
804+
limit = "ActiveSentinelOfAbsolutionLimit",
799805
skillList = {
800806
"AbsolutionMinionVaal",
801807
"AbsolutionMinionVaalCascade",
@@ -994,6 +1000,7 @@ minions["SummonedReaper"] = {
9941000
accuracy = 3.4,
9951001
weaponType1 = "One Handed Sword",
9961002
weaponType2 = "One Handed Sword",
1003+
limit = "ActiveReaperLimit",
9971004
skillList = {
9981005
"ReaperConsumeMinionForHeal",
9991006
"ReaperConsumeMinionForBuff",

0 commit comments

Comments
 (0)