Skip to content

Commit

Permalink
add Wretched Defiler info
Browse files Browse the repository at this point in the history
  • Loading branch information
machenme committed Aug 22, 2024
1 parent 0a502ae commit e4ffbea
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/Data/Spectres.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6789,7 +6789,6 @@ minions["Metadata/Monsters/Revenant/RevenantMapBossStandalone_AtlasUber"] = {
"standalone_map_boss",
},
life = 3.9,
evasion = 0.5,
fireResist = 40,
coldResist = 40,
lightningResist = 40,
Expand All @@ -6800,6 +6799,10 @@ minions["Metadata/Monsters/Revenant/RevenantMapBossStandalone_AtlasUber"] = {
attackRange = 10,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeed",
"RevenantMapBossSummon1",
"RevenantMapBossSummon2",
"RevenantReviveUndead",
"RevenantBossSpellProjectile",
},
modList = {
Expand Down
4 changes: 3 additions & 1 deletion src/Export/Minions/Spectres.txt
Original file line number Diff line number Diff line change
Expand Up @@ -428,4 +428,6 @@ local minions, mod, flag = ...
#spectre Metadata/Monsters/LeagueAzmeri/SpecialCorpses/SynthesisGolemMid
#monster Metadata/Monsters/LeagueAzmeri/SpecialCorpses/SynthesisGolemHigh
#mod mod("PlayerModifier", "LIST", { mod = mod("Duration", "INC", 20, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "HalfRememberedGoliath", unscaleable = true })})
#emit
#emit
-- Wretched Defiler
#spectre Metadata/Monsters/Revenant/RevenantMapBossStandalone_AtlasUber
4 changes: 4 additions & 0 deletions src/Export/Skills/spectre.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2166,4 +2166,8 @@ skills["DarkMarionetteExplodePerfect"] = {

#skill AzmeriGolemRotateZap Spinning Zap
#flags spell area hit
#mods

#skill RevenantBossSpellProjectile Lightning Projectile
#flags spell projectile triggerable
#mods

0 comments on commit e4ffbea

Please sign in to comment.