mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-20 00:11:01 +00:00
Added third-level skeleton warrion, the Draug.
This commit is contained in:
parent
d9df57f555
commit
83f23659da
40
data/units/Draug.cfg
Normal file
40
data/units/Draug.cfg
Normal file
@ -0,0 +1,40 @@
|
||||
[unit]
|
||||
id=Draug
|
||||
name= _ "Draug"
|
||||
race=undead
|
||||
image=undead-draug.png
|
||||
image_defensive=undead-draug-defend.png
|
||||
hitpoints=50
|
||||
movement_type=undeadfoot
|
||||
movement=5
|
||||
experience=500
|
||||
level=3
|
||||
alignment=chaotic
|
||||
advanceto=null
|
||||
cost=60
|
||||
usage=fighter
|
||||
unit_description= _ "Towering remains of what once were legendary warriors, the Draug strike fear in the hearts of all who oppose them. They are driven not by malice, but are forever bound within the dream of unlife, wandering through the greatest battles of their memory, and fighting desperately for release, for a peace bought only by strength of arms. The memory of their enemy, and the purpose of their struggle have long faded into oblivion."
|
||||
get_hit_sound=skeleton-hit.wav
|
||||
[resistance]
|
||||
blade=60
|
||||
pierce=40
|
||||
impact=120
|
||||
[/resistance]
|
||||
[attack]
|
||||
name=axe
|
||||
type=blade
|
||||
range=short
|
||||
damage=11
|
||||
number=4
|
||||
[frame]
|
||||
begin=-100
|
||||
end=0
|
||||
image=undead-draug-attack1.png
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=0
|
||||
end=100
|
||||
image=undead-draug-attack2.png
|
||||
[/frame]
|
||||
[/attack]
|
||||
[/unit]
|
@ -9,8 +9,8 @@ movement=5
|
||||
experience=85
|
||||
level=2
|
||||
alignment=chaotic
|
||||
advanceto=null
|
||||
cost=19
|
||||
advanceto=Draug
|
||||
cost=25
|
||||
usage=fighter
|
||||
unit_description= _ "Revenants are undead creatures raised from once mighty warriors. While the warriors' will and soul are all but lost, their fighting skills certainly remain with the Revenant."
|
||||
get_hit_sound=skeleton-hit.wav
|
||||
|
Loading…
x
Reference in New Issue
Block a user