Skip to content

Commit d126ab7

Browse files
arielrahamimLocalIdentity
andauthored
Add Unholy Aberration spectre (#9731)
* Add Unholy Aberration spectre Highest HP spectre in the game (14x life multiplier), useful for Minion Pact and other builds that scale damage from Minion Life. Fixes #9699 * Export from game files --------- Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent 454eff8 commit d126ab7

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

src/Data/Spectres.lua

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2889,6 +2889,33 @@ minions["Metadata/Monsters/Undying/UndyingOutcastWhirlingBlades"] = {
28892889
modList = {
28902890
},
28912891
}
2892+
-- Unholy Aberration
2893+
minions["Metadata/Monsters/SpiderPlated/SpiderPlatedUnholyEmerge"] = {
2894+
name = "Unholy Aberration",
2895+
monsterTags = { "animal_claw_weapon", "beast", "flesh_armour", "insect_blood", "is_unarmed", "medium_height", "medium_movement", "melee", "physical_affinity", "spider", },
2896+
life = 14,
2897+
fireResist = 0,
2898+
coldResist = 0,
2899+
lightningResist = 0,
2900+
chaosResist = 0,
2901+
damage = 1.6,
2902+
damageSpread = 0.2,
2903+
attackTime = 1.95,
2904+
attackRange = 18,
2905+
accuracy = 1,
2906+
skillList = {
2907+
"Melee",
2908+
},
2909+
modList = {
2910+
-- MonsterNoDropsOrExperience [monster_no_drops_or_experience = 1]
2911+
-- CannotBeAugmented [cannot_have_azmeri_dust = 1]
2912+
-- CannotBeAugmented [cant_possess_this = 1]
2913+
-- CannotBeAugmented [cant_touch_this = 1]
2914+
-- CannotBeAugmented [cannot_be_tagged_by_sentinel = 1]
2915+
-- CannotBeAugmented [cannot_be_afflicted = 1]
2916+
-- CannotBeAugmented [cannot_have_affliction_mods = 1]
2917+
},
2918+
}
28922919
-- Wicker Man
28932920
minions["Metadata/Monsters/WickerMan/WickerMan"] = {
28942921
name = "Wicker Man",

src/Export/Minions/Spectres.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ local minions, mod, flag = ...
162162
#spectre Metadata/Monsters/Undying/CityStalkerMaleCasterArmour
163163
#spectre Metadata/Monsters/Undying/UndyingOutcastPuncture
164164
#spectre Metadata/Monsters/Undying/UndyingOutcastWhirlingBlades
165+
-- Unholy Aberration
166+
#spectre Metadata/Monsters/SpiderPlated/SpiderPlatedUnholyEmerge
165167
-- Wicker Man
166168
#spectre Metadata/Monsters/WickerMan/WickerMan
167169
-- Redemption Sentry

0 commit comments

Comments
 (0)