Quenoth Druid/Shyde: rebalance line
This commit is contained in:
parent
14dfae1690
commit
ec779a1d6b
3 changed files with 31 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
hitpoints=45
|
||||
movement_type=quenoth_foot
|
||||
movement=5
|
||||
experience=120
|
||||
experience=180
|
||||
level=3
|
||||
alignment=neutral
|
||||
advances_to=Quenoth Shyde
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
hitpoints=55
|
||||
movement_type=quenoth_float
|
||||
movement=6
|
||||
experience=150
|
||||
experience=200
|
||||
level=4
|
||||
alignment=neutral
|
||||
advances_to=null
|
||||
|
@ -18,7 +18,7 @@
|
|||
cost=60
|
||||
usage=healer
|
||||
[abilities]
|
||||
{UTBS_ABILITY_CURES}
|
||||
{UTBS_ABILITY_SUPER_CURES}
|
||||
[/abilities]
|
||||
description= _ "From the teachings of Analia, the healer of the Emerald Blossom:
|
||||
|
||||
|
|
|
@ -54,11 +54,39 @@ A poisoned unit cannot be cured of its poison by a healer, and must seek the car
|
|||
[/heals]
|
||||
#enddef
|
||||
|
||||
#define UTBS_ABILITY_SUPER_HEAL
|
||||
[heals]
|
||||
value=12
|
||||
id=healing
|
||||
affect_allies=yes
|
||||
name= _ "heals +12"
|
||||
female_name= _ "female^heals +12"
|
||||
description= _ "This unit combines herbal remedies with magic to heal units more quickly than is normally possible on the battlefield.
|
||||
|
||||
A unit cared for by this healer may heal up to 12 HP per turn, or stop poison from taking effect for that turn.
|
||||
A poisoned unit cannot be cured of its poison by a healer, and must seek the care of a village or a unit that can cure."
|
||||
affect_self=no
|
||||
poison=slowed
|
||||
[affect_adjacent]
|
||||
[filter]
|
||||
[not]
|
||||
status=dehydration_slowed_by_healer
|
||||
[/not]
|
||||
[/filter]
|
||||
[/affect_adjacent]
|
||||
[/heals]
|
||||
#enddef
|
||||
|
||||
#define UTBS_ABILITY_CURES
|
||||
{ABILITY_UNPOISON}
|
||||
{UTBS_ABILITY_EXTRA_HEAL}
|
||||
#enddef
|
||||
|
||||
#define UTBS_ABILITY_SUPER_CURES
|
||||
{ABILITY_UNPOISON}
|
||||
{UTBS_ABILITY_SUPER_HEAL}
|
||||
#enddef
|
||||
|
||||
#textdomain wesnoth-utbs
|
||||
|
||||
#define NOTE_UTBS_HEALS
|
||||
|
|
Loading…
Add table
Reference in a new issue