finish off female Dark Adept
This commit is contained in:
parent
45dabab758
commit
d9d1c07206
1 changed files with 57 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
[unit]
|
||||
id=Dark Adept
|
||||
gender=male,female
|
||||
name= _ "Dark Adept"
|
||||
race=human
|
||||
image="undead-adept.png"
|
||||
|
@ -58,12 +59,67 @@ get_hit_sound=groan.wav
|
|||
sound=magicmissile.wav
|
||||
[/sound]
|
||||
[/attack]
|
||||
# FIXME: add rest of stats of female version
|
||||
|
||||
[female]
|
||||
id=Dark Adept
|
||||
gender=female
|
||||
name= _ "female^Dark Adept"
|
||||
race=human
|
||||
image="undead-adept.png"
|
||||
image_defensive="undead-adept-defend.png"
|
||||
hitpoints=28
|
||||
movement_type=smallfoot
|
||||
[resistance]
|
||||
cold=80
|
||||
[/resistance]
|
||||
movement=5
|
||||
experience=48
|
||||
level=1
|
||||
alignment=chaotic
|
||||
advanceto=Necromancer
|
||||
cost=16
|
||||
usage=archer
|
||||
unit_description= _ "To attract any practitioners, the lure of black magic must be a great prize indeed, for anyone caught practicing the art in the civilized world is subject to a death sentence. And yet there are those who pursue this art, for the prize offered is nothing less than immortality. Hidden away in secret cults, or initiated into the dark orders of the underworld, the training which these fanatics must endure often drives them to exhaustion and enfeeblement.
|
||||
|
||||
In such condition, their only weapon is the craft they have so committed themselves to learning.
|
||||
|
||||
Special Notes: The attacks of a dark adept are magical, and always have a high chance of hitting an opponent."
|
||||
get_hit_sound=groan.wav
|
||||
[death]
|
||||
[frame]
|
||||
begin=0
|
||||
end=200
|
||||
image="undead-adept-die-1.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=200
|
||||
end=400
|
||||
image="undead-adept-die-2.png"
|
||||
[/frame]
|
||||
[/death]
|
||||
[attack]
|
||||
name=chill wave
|
||||
type=cold
|
||||
special=magical
|
||||
range=long
|
||||
damage=10
|
||||
number=2
|
||||
icon=attacks/dark-missile.png
|
||||
[frame]
|
||||
begin=-300
|
||||
end=-200
|
||||
image="undead-adept-attack.png"
|
||||
[/frame]
|
||||
[missile_frame]
|
||||
begin=-200
|
||||
end=0
|
||||
image="projectiles/darkmissile-n.png"
|
||||
image_diagonal="projectiles/darkmissile-ne.png"
|
||||
[/missile_frame]
|
||||
[sound]
|
||||
time=-200
|
||||
sound=magicmissile.wav
|
||||
[/sound]
|
||||
[/attack]
|
||||
[/female]
|
||||
[/unit]
|
||||
|
|
Loading…
Add table
Reference in a new issue