Elvish Lady: give unit attack and abilities
This commit is contained in:
parent
9cd6086870
commit
d8099ca51f
1 changed files with 50 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
#textdomain wesnoth-units
|
||||
# Dummy unit used for the Elvish Lady in HttT for a cutscene
|
||||
[unit_type]
|
||||
id=Elvish Lady
|
||||
name= _ "female^Elvish Lady"
|
||||
|
@ -8,7 +7,7 @@
|
|||
image="units/elves-wood/lady.png"
|
||||
small_profile="portraits/elves/lady.png~CROP(0,20,380,380)"
|
||||
profile="portraits/elves/lady.png"
|
||||
hitpoints=41
|
||||
hitpoints=47
|
||||
movement_type=woodland
|
||||
movement=6
|
||||
experience=150
|
||||
|
@ -16,7 +15,55 @@
|
|||
alignment=neutral
|
||||
advances_to=null
|
||||
{AMLA_DEFAULT}
|
||||
cost=10
|
||||
cost=53
|
||||
usage=null
|
||||
description= _ "Elves choose their leaders for their wisdom and sensitivity to the balance of universal forces; foresight is what has protected them in times of uncertainty. Their just reign is rewarded by the unflagging fealty of their people, which is the greatest gift for which any ruler could ask."
|
||||
{NOTE_SLOW}
|
||||
{NOTE_CURES}
|
||||
die_sound={SOUND_LIST:ELF_FEMALE_HIT}
|
||||
[abilities]
|
||||
{ABILITY_CURES}
|
||||
[/abilities]
|
||||
[attack]
|
||||
name=ensnare
|
||||
description=_"ensnare"
|
||||
type=impact
|
||||
[specials]
|
||||
{WEAPON_SPECIAL_SLOW}
|
||||
[/specials]
|
||||
damage=7
|
||||
number=4
|
||||
range=ranged
|
||||
icon=attacks/entangle.png
|
||||
[/attack]
|
||||
{DEFENSE_ANIM_RANGE "units/elves-wood/lady.png" "units/elves-wood/lady.png" {SOUND_LIST:ELF_FEMALE_HIT} melee }
|
||||
{DEFENSE_ANIM_ELVEN_RANGE "units/elves-wood/lady.png" "units/elves-wood/lady.png" {SOUND_LIST:ELF_FEMALE_HIT} ranged }
|
||||
[healing_anim]
|
||||
start_time=-200
|
||||
[frame]
|
||||
image="units/elves-wood/lady.png:55"
|
||||
[/frame]
|
||||
[/healing_anim]
|
||||
[attack_anim]
|
||||
[filter_attack]
|
||||
name=ensnare
|
||||
[/filter_attack]
|
||||
missile_start_time=-200
|
||||
[missile_frame]
|
||||
offset=1.0
|
||||
duration=150
|
||||
image="projectiles/entangle.png"
|
||||
image_diagonal="projectiles/entangle.png"
|
||||
[/missile_frame]
|
||||
start_time=-450
|
||||
[frame]
|
||||
image="units/elves-wood/lady.png"
|
||||
halo=halo/elven/nature-halo[1~8].png:75
|
||||
halo_x,halo_y=0,-12
|
||||
[/frame]
|
||||
attack_sound_start_time=-75
|
||||
[attack_sound_frame]
|
||||
sound=entangle.wav
|
||||
[/attack_sound_frame]
|
||||
[/attack_anim]
|
||||
[/unit_type]
|
||||
|
|
Loading…
Add table
Reference in a new issue