Skip to content

Commit

Permalink
DiD: buff soul rend
Browse files Browse the repository at this point in the history
  • Loading branch information
nemaara committed Mar 26, 2020
1 parent 360db91 commit 2de25ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/campaigns/Descent_Into_Darkness/utils/abilities.cfg
Expand Up @@ -304,8 +304,8 @@
id=did_soul_rend
name= _ "soul rend"
name_inactive= _ "soul rend"
description= _ "Every turn, this unit loses 5 hitpoints, but drains 3 hitpoints from each adjacent enemy."
description_inactive= _ "Every turn, this unit loses 5 hitpoints, but drains 3 hitpoints from each adjacent enemy."
description= _ "Every turn, this unit loses 5 hitpoints, but drains 4 hitpoints from each adjacent enemy."
description_inactive= _ "Every turn, this unit loses 5 hitpoints, but drains 4 hitpoints from each adjacent enemy."
[/dummy]
#enddef

Expand Down Expand Up @@ -359,7 +359,7 @@
[/filter]
fire_event=yes
animate=yes
amount=3
amount=4
delay=25
[/harm_unit]
[if]
Expand All @@ -379,7 +379,7 @@
[/if]
[/do]
[/foreach]
{VARIABLE_OP counter multiply 3}
{VARIABLE_OP counter multiply 4}
[heal_unit]
[filter]
ability=did_soul_rend
Expand Down

0 comments on commit 2de25ba

Please sign in to comment.