Drakonian race (CVS internal -- Work in Progress)

* New unit: Drakonian Slave

* movement type drakonianfly: made those huge creatures even more easy targets

* drakonianfoot: new movement type for Drakonians with crippled wings
This commit is contained in:
Cédric Duval 2004-05-27 03:45:37 +00:00
parent d59f980a43
commit 2740204f13
7 changed files with 98 additions and 14 deletions

View file

@ -953,10 +953,10 @@
[/movetype]
[movetype]
name=drakonian
# drakonians are huge flying beast, but to fight they have to land
# thus, they are awful on water
# they love caves and mountains, and above all: warmth
name=drakonianfly
# Drakonians are huge (easy targets) flying beast, but are different
# from the classical flying unit: to fight they have to land
# They love caves and mountains, and above all: warmth
[movement costs]
deep water=1
shallow water=1
@ -976,16 +976,60 @@
[defense]
deep water=90
shallow water=80
swamp water=70
grassland=60
sand=60
forest=70
swamp water=80
grassland=70
sand=80
forest=80
hills=60
mountains=50
village=60
castle=50
cave=50
tundra=70
mountains=60
village=70
castle=60
cave=60
tundra=80
[/defense]
[resistance]
blade=90
pierce=110
impact=80
fire=50
cold=150
holy=80
[/resistance]
[/movetype]
[movetype]
name=drakonianfoot
# These Drakonians have crippled wings - they don't fly
[movement costs]
deep water=100
shallow water=3
swamp water=3
grassland=1
sand=2
forest=2
hills=1
mountains=1
village=1
castle=1
cave=1
cavewall=100
tundra=3
[/movement costs]
[defense]
deep water=90
shallow water=80
swamp water=80
grassland=70
sand=80
forest=80
hills=60
mountains=60
village=70
castle=60
cave=60
tundra=80
[/defense]
[resistance]

View file

@ -4,7 +4,7 @@ race=drakonian
image=drakonian-fighter.png
image_defensive=drakonian-fighter-defend.png
hitpoints=45
movement_type=drakonian
movement_type=drakonianfly
movement=5
experience=50
level=1
@ -61,6 +61,7 @@ get_hit_sound=groan.wav
begin=-100
end=0
image=fireball.png
halo=fireball-halo.png
[/missile_frame]
[/attack]

View file

@ -0,0 +1,39 @@
[unit]
name=Drakonian Slave
race=drakonian
image=drakonian-slave.png
image_defensive=drakonian-slave-defend.png
hitpoints=35
movement_type=drakonianfoot
movement=5
experience=38
level=1
alignment=neutral
advanceto=null
#advanceto=Drakonian Worker
cost=16
usage=fighter
unit_description=""
get_hit_sound=groan.wav
[attack]
name=claws
type=blade
range=short
damage=6
number=3
[frame]
begin=-200
end=-50
image=drakonian-slave-attack1.png
[/frame]
[frame]
begin=-50
end=100
image=drakonian-slave-attack2.png
[/frame]
[sound]
time=-150
sound=sword-swish.wav
[/sound]
[/attack]
[/unit]

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
images/drakonian-slave.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB