New unit: Fire Drake. Advance from Drake Burner.
This commit is contained in:
parent
27b9c8c71d
commit
baf5160d31
7 changed files with 67 additions and 2 deletions
|
@ -9,8 +9,7 @@ movement=5
|
|||
experience=56
|
||||
level=1
|
||||
alignment=neutral
|
||||
advanceto=null
|
||||
#advanceto=Fire Drake
|
||||
advanceto=Fire Drake
|
||||
cost=23
|
||||
usage=archer
|
||||
unit_description=""
|
||||
|
|
66
data/units/Drake_Fire.cfg
Normal file
66
data/units/Drake_Fire.cfg
Normal file
|
@ -0,0 +1,66 @@
|
|||
[unit]
|
||||
name=Fire Drake
|
||||
race=drake
|
||||
image=drake-fire.png
|
||||
image_defensive=drake-fire-defend.png
|
||||
hitpoints=58
|
||||
movement_type=drakefly
|
||||
movement=5
|
||||
experience=110
|
||||
level=2
|
||||
alignment=neutral
|
||||
advanceto=null
|
||||
#advanceto=Flame Drake
|
||||
cost=32
|
||||
usage=archer
|
||||
unit_description=""
|
||||
get_hit_sound=groan.wav
|
||||
[attack]
|
||||
name=claws
|
||||
type=blade
|
||||
range=short
|
||||
damage=9
|
||||
number=2
|
||||
[frame]
|
||||
begin=-200
|
||||
end=-50
|
||||
image=drake-fire-attack-close1.png
|
||||
[/frame]
|
||||
[frame]
|
||||
begin=-50
|
||||
end=100
|
||||
image=drake-fire-attack-close2.png
|
||||
[/frame]
|
||||
[sound]
|
||||
time=-150
|
||||
sound=sword-swish.wav
|
||||
[/sound]
|
||||
[/attack]
|
||||
|
||||
[attack]
|
||||
name=fire breath
|
||||
icon=attacks/fireball.png
|
||||
type=fire
|
||||
range=long
|
||||
damage=11
|
||||
number=3
|
||||
[frame]
|
||||
begin=-250
|
||||
end=-50
|
||||
image=drake-fire-attack-ranged.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]
|
||||
[/unit]
|
BIN
images/drake-fire-attack-close1.png
Normal file
BIN
images/drake-fire-attack-close1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
BIN
images/drake-fire-attack-close2.png
Normal file
BIN
images/drake-fire-attack-close2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
BIN
images/drake-fire-attack-ranged.png
Normal file
BIN
images/drake-fire-attack-ranged.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
images/drake-fire-defend.png
Normal file
BIN
images/drake-fire-defend.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
BIN
images/drake-fire.png
Normal file
BIN
images/drake-fire.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
Loading…
Add table
Reference in a new issue