Skip to content

Commit

Permalink
add WRETCHED DEFILERS
Browse files Browse the repository at this point in the history
  • Loading branch information
machenme authored Aug 22, 2024
1 parent 868afae commit 0a502ae
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions src/Data/Spectres.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6766,3 +6766,42 @@ minions["Metadata/Monsters/LeagueAzmeri/SpecialCorpses/SynthesisGolemHigh"] = {
mod("PlayerModifier", "LIST", { mod = mod("Duration", "INC", 20, 0, 0, { type = "GlobalEffect", effectType = "Buff", effectName = "HalfRememberedGoliath", unscaleable = true })}),
},
}

minions["Metadata/Monsters/Revenant/RevenantMapBossStandalone_AtlasUber"] = {
name = "Wretched Defiler",
monsterTags = {
"caster",
"demon",
"fast_movement",
"flesh_armour",
"is_unarmed",
"large_model",
"lightning_affinity",
"melee",
"not_int",
"not_str",
"physical_affinity",
"raises_dead",
"ranged",
"red_blood",
"slashing_weapon",
"small_height",
"standalone_map_boss",
},
life = 3.9,
evasion = 0.5,
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
damage = 3,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 10,
accuracy = 1,
skillList = {
"RevenantBossSpellProjectile",
},
modList = {
},
}

0 comments on commit 0a502ae

Please sign in to comment.