Skip to content

Commit 58cf40d

Browse files
committed
More spawn fixes
1 parent 4d12d11 commit 58cf40d

4 files changed

Lines changed: 814 additions & 314 deletions

File tree

src/Data/Minions.lua

Lines changed: 8 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ minions["RaisedZombie"] = {
3232
mod("Armour", "INC", 40, 0, 0), -- MonsterImplicitDamageReduction1 [physical_damage_reduction_rating_+% = 40]
3333
mod("StunThreshold", "INC", 30, 0, 0), -- RaiseZombieStunThreshold [stun_threshold_+% = 30]
3434
-- set_item_drop_slots [set_item_drop_slots = 0]
35+
-- set_monster_no_drops_or_experience [set_monster_no_drops_or_experience = 1]
3536
},
3637
}
3738

@@ -90,11 +91,6 @@ minions["SummonedFlameGolem"] = {
9091
limit = "ActiveGolemLimit",
9192
baseMovementSpeed = 42,
9293
spawnLocation = {
93-
"The Beacon (Act 6)",
94-
"The Coast (Act 1)",
95-
"The Eternal Laboratory (Act 8)",
96-
"The Harvest (Act 4)",
97-
"The Tidal Island (Act 1)",
9894
},
9995
skillList = {
10096
"FireElementalFlameRedSummoned",
@@ -132,11 +128,6 @@ minions["SummonedIceGolem"] = {
132128
limit = "ActiveGolemLimit",
133129
baseMovementSpeed = 40,
134130
spawnLocation = {
135-
"Infused Beachhead (Map)",
136-
"The Beachhead (Map)",
137-
"The Coast (Act 1)",
138-
"The Eternal Laboratory (Act 8)",
139-
"The Tidal Island (Act 1)",
140131
},
141132
skillList = {
142133
"Melee",
@@ -240,10 +231,6 @@ minions["SummonedRagingSpirit"] = {
240231
limit = "ActiveRagingSpiritLimit",
241232
baseMovementSpeed = 45,
242233
spawnLocation = {
243-
"Citadel (Map)",
244-
"The Den (Act 7)",
245-
"The Dread Thicket (Act 2)",
246-
"The Riverways (Act 2)",
247234
},
248235
skillList = {
249236
"SumonRagingSpiritMelee",
@@ -378,6 +365,7 @@ minions["RaisedSkeleton"] = {
378365
mod("BlockEffect", "BASE", 15, 0, 0), -- MonsterAttackBlock30Bypass15 [base_block_%_damage_taken = 15]
379366
-- SummonSkeletonsSkeletonIsWarrior [summoned_skeleton_is_warrior = 1]
380367
-- set_item_drop_slots [set_item_drop_slots = 0]
368+
-- set_monster_no_drops_or_experience [set_monster_no_drops_or_experience = 1]
381369
},
382370
}
383371

@@ -398,12 +386,6 @@ minions["RaisedSkeletonCaster"] = {
398386
limit = "ActiveSkeletonLimit",
399387
baseMovementSpeed = 14,
400388
spawnLocation = {
401-
"Fragmented Memory",
402-
"Memory Void",
403-
"The Canals (Act 10)",
404-
"The Cathedral Rooftop (Act 10)",
405-
"The Eternal Laboratory (Act 8)",
406-
"The Feeding Trough (Act 10)",
407389
},
408390
skillList = {
409391
"SkeletonMinionProjectileCold",
@@ -413,6 +395,7 @@ minions["RaisedSkeletonCaster"] = {
413395
modList = {
414396
-- SummonSkeletonsSkeletonIsMage [summoned_skeleton_is_mage = 1]
415397
-- set_item_drop_slots [set_item_drop_slots = 0]
398+
-- set_monster_no_drops_or_experience [set_monster_no_drops_or_experience = 1]
416399
},
417400
}
418401

@@ -444,6 +427,7 @@ minions["RaisedSkeletonMeleeVaal"] = {
444427
mod("BlockEffect", "BASE", 15, 0, 0), -- MonsterAttackBlock30Bypass15 [base_block_%_damage_taken = 15]
445428
-- SummonSkeletonsSkeletonIsWarrior [summoned_skeleton_is_warrior = 1]
446429
-- set_item_drop_slots [set_item_drop_slots = 0]
430+
-- set_monster_no_drops_or_experience [set_monster_no_drops_or_experience = 1]
447431
},
448432
}
449433

@@ -465,13 +449,13 @@ minions["RaisedSkeletonArcherVaal"] = {
465449
limit = "ActiveSkeletonLimit",
466450
baseMovementSpeed = 18,
467451
spawnLocation = {
468-
"The Submerged Passage (Act 1)",
469452
},
470453
skillList = {
471454
"Melee",
472455
},
473456
modList = {
474457
-- set_item_drop_slots [set_item_drop_slots = 0]
458+
-- set_monster_no_drops_or_experience [set_monster_no_drops_or_experience = 1]
475459
},
476460
}
477461

@@ -493,13 +477,13 @@ minions["RaisedSkeletonArcher"] = {
493477
limit = "ActiveSkeletonLimit",
494478
baseMovementSpeed = 9,
495479
spawnLocation = {
496-
"The Submerged Passage (Act 1)",
497480
},
498481
skillList = {
499482
"Melee",
500483
},
501484
modList = {
502485
-- set_item_drop_slots [set_item_drop_slots = 0]
486+
-- set_monster_no_drops_or_experience [set_monster_no_drops_or_experience = 1]
503487
},
504488
}
505489

@@ -518,19 +502,6 @@ minions["Clone"] = {
518502
accuracy = 3.4,
519503
baseMovementSpeed = 40,
520504
spawnLocation = {
521-
"Abomination (Map)",
522-
"Citadel (Map)",
523-
"Fortress (Map)",
524-
"Fragmented Memory",
525-
"Memory Void",
526-
"Sanctuary (Map)",
527-
"The Aqueduct (Act 4)",
528-
"The Broken Bridge (Act 7)",
529-
"The Crossroads (Act 7)",
530-
"The Dried Lake (Act 4)",
531-
"The Eternal Laboratory (Act 8)",
532-
"The Foothills (Act 9)",
533-
"Ziggurat (Map)",
534505
},
535506
skillList = {
536507
"Melee",
@@ -560,19 +531,6 @@ minions["ArrowClone"] = {
560531
accuracy = 3.4,
561532
baseMovementSpeed = 40,
562533
spawnLocation = {
563-
"Abomination (Map)",
564-
"Citadel (Map)",
565-
"Fortress (Map)",
566-
"Fragmented Memory",
567-
"Memory Void",
568-
"Sanctuary (Map)",
569-
"The Aqueduct (Act 4)",
570-
"The Broken Bridge (Act 7)",
571-
"The Crossroads (Act 7)",
572-
"The Dried Lake (Act 4)",
573-
"The Eternal Laboratory (Act 8)",
574-
"The Foothills (Act 9)",
575-
"Ziggurat (Map)",
576534
},
577535
skillList = {
578536
"BlinkMirrorArrowMelee",
@@ -602,19 +560,6 @@ minions["ArrowCloneRoA"] = {
602560
accuracy = 3.4,
603561
baseMovementSpeed = 40,
604562
spawnLocation = {
605-
"Abomination (Map)",
606-
"Citadel (Map)",
607-
"Fortress (Map)",
608-
"Fragmented Memory",
609-
"Memory Void",
610-
"Sanctuary (Map)",
611-
"The Aqueduct (Act 4)",
612-
"The Broken Bridge (Act 7)",
613-
"The Crossroads (Act 7)",
614-
"The Dried Lake (Act 4)",
615-
"The Eternal Laboratory (Act 8)",
616-
"The Foothills (Act 9)",
617-
"Ziggurat (Map)",
618563
},
619564
skillList = {
620565
"RainOfArrowsCloneShot",
@@ -644,19 +589,6 @@ minions["ArrowCloneEle"] = {
644589
accuracy = 3.4,
645590
baseMovementSpeed = 40,
646591
spawnLocation = {
647-
"Abomination (Map)",
648-
"Citadel (Map)",
649-
"Fortress (Map)",
650-
"Fragmented Memory",
651-
"Memory Void",
652-
"Sanctuary (Map)",
653-
"The Aqueduct (Act 4)",
654-
"The Broken Bridge (Act 7)",
655-
"The Crossroads (Act 7)",
656-
"The Dried Lake (Act 4)",
657-
"The Eternal Laboratory (Act 8)",
658-
"The Foothills (Act 9)",
659-
"Ziggurat (Map)",
660592
},
661593
skillList = {
662594
"ElementalHitCloneShot",
@@ -720,9 +652,6 @@ minions["AnimatedWeapon"] = {
720652
limit = "ActiveAnimatedWeaponLimit",
721653
baseMovementSpeed = 45,
722654
spawnLocation = {
723-
"The Eternal Laboratory (Act 8)",
724-
"The Reliquary (Act 10)",
725-
"The Reliquary (Act 5)",
726655
},
727656
skillList = {
728657
"Melee",
@@ -751,9 +680,6 @@ minions["AnimatedArmour"] = {
751680
accuracy = 3.4,
752681
baseMovementSpeed = 32,
753682
spawnLocation = {
754-
"The Blood Aqueduct (Act 9)",
755-
"The Eternal Laboratory (Act 8)",
756-
"The Grand Promenade (Act 8)",
757683
},
758684
skillList = {
759685
"Melee",
@@ -914,13 +840,6 @@ minions["AxisEliteSoldierHeraldOfLight"] = {
914840
limit = "ActiveSentinelOfPurityLimit",
915841
baseMovementSpeed = 38,
916842
spawnLocation = {
917-
"Mastermind's Lair (Act 11)",
918-
"Syndicate Hideout",
919-
"The Eternal Laboratory (Act 8)",
920-
"The Solaris Concourse (Act 8)",
921-
"The Solaris Temple Level 1 (Act 8)",
922-
"The Solaris Temple Level 2 (Act 8)",
923-
"The Twilight Temple (Map)",
924843
},
925844
skillList = {
926845
"Melee",
@@ -984,7 +903,6 @@ minions["AxisEliteSoldierDominatingBlow"] = {
984903
limit = "ActiveSentinelOfDominanceLimit",
985904
baseMovementSpeed = 38,
986905
spawnLocation = {
987-
"The Harbour Bridge (Act 8)",
988906
},
989907
skillList = {
990908
"Melee",
@@ -1050,7 +968,6 @@ minions["AbsolutionTemplarJudge"] = {
1050968
limit = "ActiveSentinelOfAbsolutionLimit",
1051969
baseMovementSpeed = 40,
1052970
spawnLocation = {
1053-
"The Tunnel (Act 9)",
1054971
},
1055972
skillList = {
1056973
"Melee",
@@ -1456,7 +1373,6 @@ minions["GuardianSentinel"] = {
14561373
accuracy = 3.4,
14571374
baseMovementSpeed = 15,
14581375
spawnLocation = {
1459-
"The Harbour Bridge (Act 8)",
14601376
},
14611377
skillList = {
14621378
"TeleportVaalDomination",
@@ -1635,7 +1551,6 @@ minions["AncestralAhuanaMinion"] = {
16351551
weaponType1 = "Bow",
16361552
baseMovementSpeed = 32,
16371553
spawnLocation = {
1638-
"The Viridian Wildwood (Act 1)",
16391554
},
16401555
skillList = {
16411556
"MPWAhuanaIceShot",
@@ -1737,7 +1652,6 @@ minions["AncestralKahuturoaMinion"] = {
17371652
accuracy = 1,
17381653
baseMovementSpeed = 46,
17391654
spawnLocation = {
1740-
"The Viridian Wildwood (Act 1)",
17411655
},
17421656
skillList = {
17431657
"KahuturoaMelee",
@@ -2097,6 +2011,8 @@ minions["Hiveborn"] = {
20972011
limit = "ActiveHivebornLimit",
20982012
baseMovementSpeed = 41,
20992013
spawnLocation = {
2014+
"Hive Colony",
2015+
"Hive Fortress",
21002016
},
21012017
skillList = {
21022018
"MeleeAtAnimationSpeedComboCold",

0 commit comments

Comments
 (0)