Add the Rock Lobber
This commit is contained in:
parent
82d4d4f2e7
commit
9585d58d64
7 changed files with 73 additions and 1 deletions
72
data/units/Troll_Rocklobber.cfg
Normal file
72
data/units/Troll_Rocklobber.cfg
Normal file
|
@ -0,0 +1,72 @@
|
|||
[unit]
|
||||
id=Troll Rocklobber
|
||||
name= _ "Troll Rocklobber"
|
||||
race=troll
|
||||
image=troll-lobber.png
|
||||
image_defensive=troll-lobber-defend.png
|
||||
ability=regenerates
|
||||
hitpoints=53
|
||||
movement_type=largefoot
|
||||
movement=4
|
||||
experience=32
|
||||
level=2
|
||||
alignment=chaotic
|
||||
advanceto=null
|
||||
cost=32
|
||||
usage=fighter
|
||||
unit_description= _ "Trolls are humanoid monsters that have the amazing ability to regenerate, recovering from their wounds during battle. These trolls have armed themselves with large rocks they hurl at their opponents."
|
||||
get_hit_sound=ugg.wav
|
||||
[attack]
|
||||
name=fist
|
||||
type=impact
|
||||
range=short
|
||||
damage=10
|
||||
number=2
|
||||
[frame]
|
||||
begin=-100
|
||||
end=50
|
||||
image=troll-lobber-attack-melee.png
|
||||
[/frame]
|
||||
[sound]
|
||||
time=-250
|
||||
sound=fist-swish.wav
|
||||
[/sound]
|
||||
|
||||
[/attack]
|
||||
|
||||
[attack]
|
||||
name=sling
|
||||
type=impact
|
||||
range=long
|
||||
damage=20
|
||||
number=1
|
||||
[sound]
|
||||
time=-100
|
||||
sound=firearrow.wav
|
||||
[/sound]
|
||||
|
||||
# [sound]
|
||||
# time=0
|
||||
# sound=staff.wav
|
||||
# sound_miss=arrow-miss.wav
|
||||
# [/sound]
|
||||
|
||||
[frame]
|
||||
begin=-250
|
||||
end=-50
|
||||
image=troll-lobber-attack-ranged1.png
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=-50
|
||||
end=50
|
||||
image=troll-lobber-attack-ranged2.png
|
||||
[/frame]
|
||||
|
||||
[missile_frame]
|
||||
begin=-100
|
||||
end=0
|
||||
image=projectiles/stone.png
|
||||
image_diagonal=projectiles/stone.png
|
||||
[/missile_frame]
|
||||
[/attack]
|
||||
[/unit]
|
|
@ -11,7 +11,7 @@ movement=4
|
|||
experience=32
|
||||
level=1
|
||||
alignment=chaotic
|
||||
advanceto=Troll
|
||||
advanceto=Troll,Troll Rocklobber
|
||||
cost=12
|
||||
usage=fighter
|
||||
unit_description= _ "Trolls are humanoid monsters that have the amazing ability to regenerate, recovering from their wounds during battle. Although these Trolls are still weak whelps, their race is known for developing amazingly fast."
|
||||
|
|
BIN
images/troll-lobber-attack-melee.png
Normal file
BIN
images/troll-lobber-attack-melee.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
images/troll-lobber-attack-ranged1.png
Normal file
BIN
images/troll-lobber-attack-ranged1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
BIN
images/troll-lobber-attack-ranged2.png
Normal file
BIN
images/troll-lobber-attack-ranged2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
images/troll-lobber-defend.png
Normal file
BIN
images/troll-lobber-defend.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
BIN
images/troll-lobber.png
Normal file
BIN
images/troll-lobber.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
Loading…
Add table
Reference in a new issue