mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 03:32:06 +00:00
DiD: buff soul rend
This commit is contained in:
parent
360db91b20
commit
2de25badaf
@ -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
|
||||
|
||||
@ -359,7 +359,7 @@
|
||||
[/filter]
|
||||
fire_event=yes
|
||||
animate=yes
|
||||
amount=3
|
||||
amount=4
|
||||
delay=25
|
||||
[/harm_unit]
|
||||
[if]
|
||||
@ -379,7 +379,7 @@
|
||||
[/if]
|
||||
[/do]
|
||||
[/foreach]
|
||||
{VARIABLE_OP counter multiply 3}
|
||||
{VARIABLE_OP counter multiply 4}
|
||||
[heal_unit]
|
||||
[filter]
|
||||
ability=did_soul_rend
|
||||
|
Loading…
x
Reference in New Issue
Block a user