Skip to content

Commit 9c28f35

Browse files
authored
Buff Death Aura: increase base chaos DoT to 1250 per second (#8637)
1 parent 16d6956 commit 9c28f35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Data/Skills/other.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ skills["DeathAura"] = {
803803
skill("radius", 30),
804804
},
805805
constantStats = {
806-
{ "base_chaos_damage_to_deal_per_minute", 60000 },
806+
{ "base_chaos_damage_to_deal_per_minute", 75000 },
807807
},
808808
stats = {
809809
"cast_on_gain_skill",

0 commit comments

Comments
 (0)