New unit: Soul shooter (images by Sangel + help from forum)
This commit is contained in:
parent
8b25ef4fcf
commit
a1d5c9f718
7 changed files with 73 additions and 2 deletions
|
@ -6,10 +6,10 @@ image_defensive=undead-boneshooter-defend.png
|
|||
hitpoints=40
|
||||
movement_type=undeadfoot
|
||||
movement=5
|
||||
experience=500
|
||||
experience=100
|
||||
level=2
|
||||
alignment=chaotic
|
||||
advanceto=null
|
||||
advanceto=Soul Shooter
|
||||
cost=24
|
||||
unit_description="These elite undead archers strike terror in the hearts of their foes by using the bones of the slain as weapons."
|
||||
usage=archer
|
||||
|
|
71
data/units/Soul_Shooter.cfg
Normal file
71
data/units/Soul_Shooter.cfg
Normal file
|
@ -0,0 +1,71 @@
|
|||
[unit]
|
||||
name=Bone Shooter
|
||||
race=undead
|
||||
image=undead-soulshooter.png
|
||||
image_defensive=undead-soulshooter-defend.png
|
||||
hitpoints=50
|
||||
movement_type=undeadfoot
|
||||
movement=5
|
||||
experience=500
|
||||
level=3
|
||||
alignment=chaotic
|
||||
advanceto=null
|
||||
cost=34
|
||||
unit_description="Wrapped in dark cloaks, the soul shooters roam the lands searching targets for its bone arrows."
|
||||
usage=archer
|
||||
get_hit_sound=skeleton-hit.wav
|
||||
[resistance]
|
||||
blade=60
|
||||
pierce=40
|
||||
impact=120
|
||||
[/resistance]
|
||||
[attack]
|
||||
name=bone
|
||||
type=impact
|
||||
range=short
|
||||
damage=6
|
||||
number=2
|
||||
[frame]
|
||||
begin=-100
|
||||
end=100
|
||||
image=undead-soulshooter-attack.png
|
||||
[/frame]
|
||||
[/attack]
|
||||
|
||||
[attack]
|
||||
name=bow
|
||||
type=pierce
|
||||
range=long
|
||||
damage=10
|
||||
number=3
|
||||
|
||||
[frame]
|
||||
begin=-400
|
||||
end=-200
|
||||
image=undead-soulshooter-attack1.png
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=-200
|
||||
end=-100
|
||||
image=undead-soulshooter-attack2.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/bone-n.png
|
||||
image_diagonal=projectiles/bone-ne.png
|
||||
[/missile_frame]
|
||||
[/attack]
|
||||
[/unit]
|
BIN
images/undead-soulshooter-attack.png
Normal file
BIN
images/undead-soulshooter-attack.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
images/undead-soulshooter-defend.png
Normal file
BIN
images/undead-soulshooter-defend.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
images/undead-soulshooter-ranged.png
Normal file
BIN
images/undead-soulshooter-ranged.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
images/undead-soulshooter-ranged2.png
Normal file
BIN
images/undead-soulshooter-ranged2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
images/undead-soulshooter.png
Normal file
BIN
images/undead-soulshooter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Loading…
Add table
Reference in a new issue