[[Added Dragonguard]]
* New unit: Dwarvish Dragonguard * New weapon: dragonstaff
This commit is contained in:
parent
4c962bccf8
commit
3e43976c42
6 changed files with 67 additions and 0 deletions
67
data/units/Dwarvish_Dragonguard.cfg
Normal file
67
data/units/Dwarvish_Dragonguard.cfg
Normal file
|
@ -0,0 +1,67 @@
|
|||
[unit]
|
||||
name=Dwarvish Dragonguard
|
||||
race=dwarf
|
||||
image=dwarf-dragonguard.png
|
||||
image_defensive=dwarf-dragonguard-defend.png
|
||||
hitpoints=52
|
||||
movement_type=mountainfoot
|
||||
movement=4
|
||||
experience=500
|
||||
level=3
|
||||
alignment=neutral
|
||||
advanceto=null
|
||||
cost=52
|
||||
usage=archer
|
||||
unit_description="The guardians of the great dwarvish cities, they blast at their enemies using fire from what are called dragonstaffs. They are the chief possessors of arcane Dwarvish technology."
|
||||
get_hit_sound=groan.wav
|
||||
|
||||
[resistance]
|
||||
blade=70
|
||||
pierce=80
|
||||
impact=80
|
||||
fire=90
|
||||
cold=80
|
||||
[/resistance]
|
||||
|
||||
[attack]
|
||||
name=dragonstaff
|
||||
type=impact
|
||||
range=short
|
||||
damage=12
|
||||
number=2
|
||||
[frame]
|
||||
begin=-150
|
||||
end=-50
|
||||
image=dwarf-dragonguard-attack-close.png
|
||||
[/frame]
|
||||
|
||||
[sound]
|
||||
time=-250
|
||||
sound=dagger-swish.wav
|
||||
[/sound]
|
||||
[/attack]
|
||||
|
||||
[attack]
|
||||
name=dragonstaff
|
||||
type=pierce
|
||||
range=long
|
||||
damage=42
|
||||
number=1
|
||||
[frame]
|
||||
begin=-350
|
||||
end=600
|
||||
image=dwarf-dragonguard-attack-ranged.png
|
||||
[/frame]
|
||||
[sound]
|
||||
time=-150
|
||||
sound=gunshot.wav
|
||||
[/sound]
|
||||
[missile_frame]
|
||||
begin=-150
|
||||
end=0
|
||||
image=bullet.png
|
||||
[/missile_frame]
|
||||
|
||||
[/attack]
|
||||
|
||||
[/unit]
|
BIN
images/attacks/dragonstaff.png
Normal file
BIN
images/attacks/dragonstaff.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 971 B |
BIN
images/dwarf-dragonguard-attack-close.png
Normal file
BIN
images/dwarf-dragonguard-attack-close.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
images/dwarf-dragonguard-attack-ranged.png
Normal file
BIN
images/dwarf-dragonguard-attack-ranged.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
images/dwarf-dragonguard-defend.png
Normal file
BIN
images/dwarf-dragonguard-defend.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
BIN
images/dwarf-dragonguard.png
Normal file
BIN
images/dwarf-dragonguard.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Loading…
Add table
Reference in a new issue