Doing away with guns in Wesnoth.
This commit is contained in:
parent
c2f3e0baf0
commit
1279fb4dea
1 changed files with 17 additions and 10 deletions
|
@ -21,7 +21,7 @@ cost=40
|
|||
[/resistance]
|
||||
|
||||
usage=scout
|
||||
unit_description= _ "Riding a fast horse and armed with sword and a magical artifact, a Dragoon make a versatile enemy."
|
||||
unit_description= _ "The more talented cavalrymen in the armies of Wesnoth are trained in the use of the crossbow, and outfitted with much more powerful steeds. Well-armored, and skilled in the use of their swords, these soldiers can drive forward and hold the ground they take. Their mobility and resilience make them of great value on the battlefield."
|
||||
get_hit_sound=groan.wav
|
||||
[attack]
|
||||
name=sword
|
||||
|
@ -45,30 +45,37 @@ get_hit_sound=groan.wav
|
|||
[/frame]
|
||||
[/attack]
|
||||
[attack]
|
||||
name=pistol
|
||||
name=crossbow
|
||||
type=pierce
|
||||
range=long
|
||||
damage=15
|
||||
number=1
|
||||
[sound]
|
||||
time=-50
|
||||
sound=pistol.wav
|
||||
time=-100
|
||||
sound=firearrow.wav
|
||||
[/sound]
|
||||
[frame]
|
||||
begin=-150
|
||||
end=-50
|
||||
begin=-200
|
||||
end=-100
|
||||
image=human-dragoon-range.png
|
||||
[/frame]
|
||||
|
||||
[sound]
|
||||
time=0
|
||||
sound=arrow-hit.wav
|
||||
sound_miss=arrow-miss.wav
|
||||
[/sound]
|
||||
[frame]
|
||||
begin=-50
|
||||
end=100
|
||||
begin=-100
|
||||
end=50
|
||||
image=human-dragoon-range2.png
|
||||
[/frame]
|
||||
|
||||
[missile_frame]
|
||||
begin=-50
|
||||
begin=-100
|
||||
end=0
|
||||
image=projectiles/bullet.png
|
||||
image=projectiles/missile-n.png
|
||||
image_diagonal=projectiles/missile-ne.png
|
||||
[/missile_frame]
|
||||
[/attack]
|
||||
[/unit]
|
||||
|
|
Loading…
Add table
Reference in a new issue