Skip to content

Commit b944816

Browse files
Blitz54LocalIdentity
andauthored
Add new Abyss Spectres (#1295)
* Add new Abyss Spectres * Shield wall area tag * More Abyssal Monsters * Ravenous Swarm 1 Life mod * Two base changes from 0.3.0B * Rerun spectre list * Spec change * Spec change * Powered Zealot * Harano, the Meat Carver --------- Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent 7ab6ead commit b944816

8 files changed

Lines changed: 1931 additions & 66 deletions

File tree

src/Data/Minions.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ minions["RavenousSwarm"] = {
682682
-- base_cannot_be_stunned [base_cannot_be_stunned = 1]
683683
-- cannot_be_knocked_back [cannot_be_knocked_back = 1]
684684
-- base_cannot_be_frozen [base_cannot_be_frozen = 1]
685-
-- base_maximum_life_is_one [base_maximum_life_is_one = 1]
685+
mod("Life", "OVERRIDE", 1, 0, 0), -- base_maximum_life_is_one [base_maximum_life_is_one = 1]
686686
},
687687
}
688688

src/Data/SkillStatMap.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2564,6 +2564,9 @@ return {
25642564
mod("MinionModifier", "LIST", { mod = mod("Damage", "MORE", nil) }),
25652565
value = -100,
25662566
},
2567+
["base_maximum_life_is_one"] = {
2568+
mod("Life", "OVERRIDE", nil),
2569+
},
25672570
--
25682571
-- Gem Levels / quality
25692572
--

0 commit comments

Comments
 (0)