DiD: buff soul rend

This commit is contained in:
nemaara 2023-08-27 12:37:49 -07:00
parent d3c358513a
commit 368103aad6
2 changed files with 8 additions and 6 deletions

View file

@ -2,6 +2,8 @@
### Add-ons client
### Add-ons server
### Campaigns
* Descent into Darkness
* Buff soul rend
* Liberty
* Make Harper a girl and revise some dialogue
### Editor

View file

@ -332,8 +332,8 @@
id=did_soul_rend
name= _ "soul rend"
name_inactive= _ "soul rend"
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."
description= _ "Every turn, this unit loses 3 hitpoints, but drains 6 hitpoints from each adjacent enemy."
description_inactive= _ "Every turn, this unit loses 3 hitpoints, but drains 6 hitpoints from each adjacent enemy."
[/dummy]
#enddef
@ -363,7 +363,7 @@
ability=did_soul_rend
[/filter]
amount=5
amount=3
animate=no
kill=no
[/harm_unit]
@ -372,7 +372,7 @@
x,y=$runit.x,$runit.y
color=255,0,0
# wmllint: markcheck off
text=5
text=3
# wmllint: markheck on
[/floating_text]
@ -390,7 +390,7 @@
[/filter]
fire_event=yes
animate=yes
amount=4
amount=6
delay=25
[/harm_unit]
[if]
@ -410,7 +410,7 @@
[/if]
[/do]
[/foreach]
{VARIABLE_OP counter multiply 4}
{VARIABLE_OP counter multiply 6}
[heal_unit]
[filter]
ability=did_soul_rend