Added new unit: Necrophage
This commit is contained in:
parent
89727379b7
commit
d2e2a00e82
5 changed files with 31 additions and 1 deletions
|
@ -9,7 +9,7 @@ movement=6
|
|||
experience=35
|
||||
level=1
|
||||
alignment=chaotic
|
||||
advanceto=null
|
||||
advanceto=Necrophage
|
||||
cost=16
|
||||
usage=fighter
|
||||
unit_description="Sometimes starved and ravenous humans who are forced to eat human corpses awake after their deaths to find that they are trapped in a tortured existence as Ghouls."
|
||||
|
|
30
data/units/Necrophage.cfg
Normal file
30
data/units/Necrophage.cfg
Normal file
|
@ -0,0 +1,30 @@
|
|||
[unit]
|
||||
name=Necrophage
|
||||
race=undead
|
||||
image=undead-necrophage.png
|
||||
image_defensive=undead-necrophage-defend.png
|
||||
hitpoints=52
|
||||
movement_type=undeadfoot
|
||||
movement=6
|
||||
experience=65
|
||||
level=2
|
||||
alignment=chaotic
|
||||
advanceto=Necrophage
|
||||
cost=36
|
||||
usage=fighter
|
||||
unit_description="Driven by a ravenous hunger for the flesh of the living, Necrophages, attack their with poisonous claws."
|
||||
get_hit_sound=groan.wav
|
||||
[attack]
|
||||
name=claws
|
||||
type=blade
|
||||
range=short
|
||||
damage=7
|
||||
number=3
|
||||
special=poison
|
||||
[frame]
|
||||
begin=-300
|
||||
end=50
|
||||
image=undead-necrophage-attack.png
|
||||
[/frame]
|
||||
[/attack]
|
||||
[/unit]
|
BIN
images/undead-necrophage-attack.png
Normal file
BIN
images/undead-necrophage-attack.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 931 B |
BIN
images/undead-necrophage-defend.png
Normal file
BIN
images/undead-necrophage-defend.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 639 B |
BIN
images/undead-necrophage.png
Normal file
BIN
images/undead-necrophage.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 667 B |
Loading…
Add table
Reference in a new issue