Removed the Slurbow for next release.
This commit is contained in:
parent
624771c921
commit
d175d4f2e1
2 changed files with 2 additions and 67 deletions
|
@ -7,10 +7,10 @@ image_defensive="orc-xbowman-defend.png"
|
|||
hitpoints=43
|
||||
movement_type=orcishfoot
|
||||
movement=5
|
||||
experience=80
|
||||
experience=500
|
||||
level=2
|
||||
alignment=chaotic
|
||||
advanceto=Orcish Slurbow
|
||||
advanceto=null
|
||||
undead_variation=archer
|
||||
cost=24
|
||||
usage=archer
|
||||
|
|
|
@ -1,65 +0,0 @@
|
|||
[unit]
|
||||
id=Orcish Slurbow
|
||||
name= _ "Orcish Slurbow"
|
||||
race=orc
|
||||
image="orcish-slurbow.png"
|
||||
image_defensive="orcish-slurbow-defend.png"
|
||||
hitpoints=52
|
||||
movement_type=orcishfoot
|
||||
movement=5
|
||||
experience=500
|
||||
level=3
|
||||
alignment=chaotic
|
||||
advanceto=null
|
||||
undead_variation=archer
|
||||
cost=54
|
||||
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 themselves a little better than the Elves in close combat."
|
||||
get_hit_sound=orc-hit.wav
|
||||
[attack]
|
||||
name=short sword
|
||||
type=blade
|
||||
range=short
|
||||
damage=7
|
||||
number=3
|
||||
icon=attacks/short-sword.png
|
||||
[frame]
|
||||
begin=-100
|
||||
end=100
|
||||
image="orcish-slurbow-attack-melee.png"
|
||||
[/frame]
|
||||
|
||||
[sound]
|
||||
time=-250
|
||||
sound=sword-swish.wav
|
||||
[/sound]
|
||||
[/attack]
|
||||
|
||||
[attack]
|
||||
name=crossbow
|
||||
type=pierce
|
||||
range=long
|
||||
damage=9
|
||||
number=3
|
||||
[frame]
|
||||
begin=-300
|
||||
end=0
|
||||
image="orcish-slurbow-attack-ranged.png"
|
||||
[/frame]
|
||||
[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="projectiles/missile-n.png"
|
||||
image_diagonal="projectiles/missile-ne.png"
|
||||
[/missile_frame]
|
||||
[/attack]
|
||||
[/unit]
|
Loading…
Add table
Reference in a new issue