Added new unit: Shadow
This commit is contained in:
parent
3ce74e95de
commit
dc2d59c92f
4 changed files with 26 additions and 1 deletions
|
@ -8,7 +8,7 @@ movement=8
|
|||
experience=30
|
||||
level=1
|
||||
alignment=chaotic
|
||||
advanceto=Wraith
|
||||
advanceto=Wraith,Shadow
|
||||
cost=20
|
||||
usage=scout
|
||||
alpha=0.5
|
||||
|
|
25
data/units/Shadow.cfg
Normal file
25
data/units/Shadow.cfg
Normal file
|
@ -0,0 +1,25 @@
|
|||
[unit]
|
||||
name=Shadow
|
||||
race=undead
|
||||
image=undead-shadow.png
|
||||
hitpoints=44
|
||||
movement_type=undeadfly
|
||||
movement=8
|
||||
experience=30
|
||||
level=1
|
||||
alignment=chaotic
|
||||
advanceto=null
|
||||
cost=30
|
||||
usage=scout
|
||||
alpha=0.75
|
||||
skill=nightstalk
|
||||
unit_description="Souls blackened by evil, shadows roam the night attacking unsuspected foes. This evil creatures could hide in nighttime leving no trace of his presence."
|
||||
get_hit_sound=groan.wav
|
||||
[attack]
|
||||
name=claw
|
||||
type=blade
|
||||
range=short
|
||||
damage=8
|
||||
number=4
|
||||
[/attack]
|
||||
[/unit]
|
Binary file not shown.
Before Width: | Height: | Size: 498 B After Width: | Height: | Size: 505 B |
BIN
images/undead-shadow-attack.png
Normal file
BIN
images/undead-shadow-attack.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 513 B |
Loading…
Add table
Reference in a new issue