New units for TRoW:
* Mudcrawler * Giant Mudcrawler * Tentacle * Fire Dragon
83
data/units/Fire_Dragon.cfg
Normal file
|
@ -0,0 +1,83 @@
|
|||
[unit]
|
||||
name=Fire Dragon
|
||||
race=Dragon
|
||||
image=fire-dragon.png
|
||||
image_defensive=fire-dragon-defend.png
|
||||
ability=leadership
|
||||
hitpoints=101
|
||||
movement_type=drakefly
|
||||
movement=8
|
||||
experience=500
|
||||
level=4
|
||||
alignment=chaotic
|
||||
advanceto=null
|
||||
cost=200
|
||||
usage=archer
|
||||
unit_description="Long lived and terrifying, the fire dragon is a member of the dragon family that happens to breathe fire. It can put its fire breath to good use in combat. Additionally, it has a ferocious bite, and can crush opponents with its tail. Fire Dragons are cunning and cruel, and often take underlings whom they help lead to victory."
|
||||
get_hit_sound=groan.wav
|
||||
|
||||
[attack]
|
||||
name=fire breath
|
||||
icon=attacks/fireball.png
|
||||
type=fire
|
||||
special=marksman
|
||||
range=long
|
||||
damage=14
|
||||
number=4
|
||||
[frame]
|
||||
begin=-250
|
||||
end=-50
|
||||
image=fire-dragon-attack-breath.png
|
||||
halo=halo/fireball1.png,halo/fireball2.png,halo/fireball3.png,halo/fireball4.png,halo/fireball5.png,halo/fireball6.png
|
||||
halo_x,halo_y=14,-14
|
||||
[/frame]
|
||||
[sound]
|
||||
time=-200
|
||||
sound=fire.wav
|
||||
[/sound]
|
||||
[missile_frame]
|
||||
begin=-100
|
||||
end=0
|
||||
image=projectiles/fireball.png
|
||||
halo=halo/fireball7.png
|
||||
halo_x,halo_y=14,-14
|
||||
[/missile_frame]
|
||||
[/attack]
|
||||
|
||||
[attack]
|
||||
name=bite
|
||||
icon=attacks/fangs.png
|
||||
type=blade
|
||||
range=short
|
||||
damage=21
|
||||
number=2
|
||||
[frame]
|
||||
begin=-150
|
||||
end=100
|
||||
image=fire-dragon-attack-bite.png
|
||||
[/frame]
|
||||
[sound]
|
||||
time=-150
|
||||
sound=wolf-attack.wav
|
||||
[/sound]
|
||||
[/attack]
|
||||
|
||||
[attack]
|
||||
name=tail
|
||||
icon=attacks/club.png
|
||||
type=impact
|
||||
range=short
|
||||
damage=24
|
||||
number=1
|
||||
[frame]
|
||||
begin=-100
|
||||
end=100
|
||||
image=fire-dragon-attack-tail.png
|
||||
[/frame]
|
||||
[sound]
|
||||
time=-100
|
||||
sound=mace.wav
|
||||
[/sound]
|
||||
[/attack]
|
||||
[/unit]
|
||||
|
49
data/units/Giant_Mudcrawler.cfg
Normal file
|
@ -0,0 +1,49 @@
|
|||
[unit]
|
||||
name=Giant Mudcrawler
|
||||
race=Monster
|
||||
image=giant-mudcrawler.png
|
||||
image_defensive=giant-mudcrawler-defend.png
|
||||
#ability=regenerates
|
||||
hitpoints=36
|
||||
movement_type=scorpionfoot
|
||||
movement=4
|
||||
experience=500
|
||||
level=1
|
||||
alignment=neutral
|
||||
advanceto=null
|
||||
cost=16
|
||||
unit_description="Giant Mudcrawlers are the larger kind of Mudcrawlers, and are magical constructs of soil and water. They attack by spraying boiling water on their foes, or with fists of mud."
|
||||
get_hit_sound=ugg.wav
|
||||
usage=archer
|
||||
[attack]
|
||||
name=boiling water
|
||||
icon=attacks/waterspray.png
|
||||
type=impact
|
||||
range=long
|
||||
damage=5
|
||||
number=3
|
||||
[missile_frame]
|
||||
begin=-100
|
||||
end=0
|
||||
image=projectiles/water_spay.png
|
||||
[/missile_frame]
|
||||
[/attack]
|
||||
[attack]
|
||||
name=fist
|
||||
icon=attacks/fist.png
|
||||
type=impact
|
||||
range=short
|
||||
damage=7
|
||||
number=2
|
||||
[frame]
|
||||
begin=-300
|
||||
end=-200
|
||||
image=giant-mudcrawler-attack1.png
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=-200
|
||||
end=-50
|
||||
image=giant-mudcrawler-attack2.png
|
||||
[/frame]
|
||||
[/attack]
|
||||
[/unit]
|
36
data/units/Mudcrawler.cfg
Normal file
|
@ -0,0 +1,36 @@
|
|||
[unit]
|
||||
name=Mudcrawler
|
||||
race=Monster
|
||||
image=mudcrawler.png
|
||||
image_defensive=mudcrawler-defend.png
|
||||
#ability=regenerates
|
||||
hitpoints=20
|
||||
movement_type=scorpionfoot
|
||||
movement=3
|
||||
experience=18
|
||||
level=0
|
||||
alignment=neutral
|
||||
advanceto=Giant Mudcrawler
|
||||
cost=9
|
||||
unit_description="Mudcrawlers are magical constructs of soil and water. They attack by spraying boiling water on their foes."
|
||||
get_hit_sound=ugg.wav
|
||||
usage=archer
|
||||
[attack]
|
||||
name=boiling water
|
||||
icon=attacks/waterspray.png
|
||||
type=impact
|
||||
range=long
|
||||
damage=4
|
||||
number=3
|
||||
[frame]
|
||||
begin=-100
|
||||
end=100
|
||||
image=mudcrawler-attack.png
|
||||
[/frame]
|
||||
[missile_frame]
|
||||
begin=-100
|
||||
end=0
|
||||
image=projectiles/water_spay.png
|
||||
[/missile_frame]
|
||||
[/attack]
|
||||
[/unit]
|
35
data/units/Tentacle.cfg
Normal file
|
@ -0,0 +1,35 @@
|
|||
[unit]
|
||||
name=Tentacle of the Deep
|
||||
race=monster
|
||||
image=deep-tentacle.png
|
||||
image_defensive=deep-tentacle-defend.png
|
||||
ability=regenerates
|
||||
hitpoints=28
|
||||
movement_type=swimmer
|
||||
movement=2
|
||||
experience=500
|
||||
level=1
|
||||
alignment=chaotic
|
||||
advanceto=null
|
||||
cost=15
|
||||
usage=fighter
|
||||
unit_description="Tentacles of the Deep are the appendages of some larger monster that lurks below the waves."
|
||||
get_hit_sound=ugg.wav
|
||||
[attack]
|
||||
name=tentacle
|
||||
icon=attacks/tentacle.png
|
||||
type=impact
|
||||
range=short
|
||||
damage=4
|
||||
number=3
|
||||
[frame]
|
||||
begin=-100
|
||||
end=50
|
||||
image=deep-tentacle-attack.png
|
||||
[/frame]
|
||||
[sound]
|
||||
time=-250
|
||||
sound=fist-swish.wav
|
||||
[/sound]
|
||||
[/attack]
|
||||
[/unit]
|
BIN
images/deep-tentacle-attack.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
images/deep-tentacle-defend.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
images/deep-tentacle.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
images/fire-dragon-attack-bite.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
images/fire-dragon-attack-breath.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
images/fire-dragon-attack-tail.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
images/fire-dragon-defend.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
images/fire-dragon.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
images/giant-mudcrawler-attack1.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
images/giant-mudcrawler-attack2.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
images/giant-mudcrawler-defend.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
images/giant-mudcrawler.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
images/mudcrawler-attack.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
images/mudcrawler-defend.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
images/mudcrawler.png
Normal file
After Width: | Height: | Size: 1 KiB |