Re-named Orcish_crossbow.cfg.
This commit is contained in:
parent
e453687cb1
commit
c410b97cc3
1 changed files with 56 additions and 0 deletions
56
data/units/Orcish_Crossbowman.cfg
Normal file
56
data/units/Orcish_Crossbowman.cfg
Normal file
|
@ -0,0 +1,56 @@
|
|||
[unit]
|
||||
name=Orcish Crossbowman
|
||||
race=orc
|
||||
image=orc-xbowman.png
|
||||
hitpoints=43
|
||||
movement_type=orcishfoot
|
||||
movement=5
|
||||
experience=500
|
||||
level=2
|
||||
alignment=chaotic
|
||||
advanceto=null
|
||||
cost=24
|
||||
usage=archer
|
||||
unit_description="Orcish Crossbowmen try to compensate for their lack of skill with the raw power of their weapon. While they are not as effective as the Elvish Marksmen in long-range combat, they are sturdier and can handle theselves a little better than the Elves in close combat."
|
||||
get_hit_sound=groan.wav
|
||||
[attack]
|
||||
name=crossbow
|
||||
type=pierce
|
||||
range=long
|
||||
damage=8
|
||||
number=3
|
||||
[sound]
|
||||
time=-100
|
||||
sound=firearrow.wav
|
||||
[/sound]
|
||||
[sound]
|
||||
time=0
|
||||
sound=arrow-hit.wav
|
||||
sound_miss=arrow-miss.wav
|
||||
[/sound]
|
||||
[missile_frame]
|
||||
begin=-100
|
||||
end=0
|
||||
image=missile-n.png
|
||||
image_diagonal=missile-ne.png
|
||||
[/missile_frame]
|
||||
[/attack]
|
||||
|
||||
[attack]
|
||||
name=short sword
|
||||
type=blade
|
||||
range=short
|
||||
damage=4
|
||||
number=3
|
||||
[frame]
|
||||
begin=-100
|
||||
end=100
|
||||
image=orc-xbowman-attack.png
|
||||
[/frame]
|
||||
|
||||
[sound]
|
||||
time=-250
|
||||
sound=sword-swish.wav
|
||||
[/sound]
|
||||
[/attack]
|
||||
[/unit]
|
Loading…
Add table
Reference in a new issue