[[Create Soldier unit.]]

This commit is contained in:
Francisco Muñoz 2003-10-25 11:17:49 +00:00
parent 21779b22ed
commit ad525c2102
5 changed files with 35 additions and 0 deletions

35
data/units/Soldier.cfg Normal file
View File

@ -0,0 +1,35 @@
[unit]
name=Soldier
image=human-soldier.png
image_defensive=human-soldier-defend.png
hitpoints=38
movement_type=smallfoot
movement=5
experience=42
level=1
alignment=neutral
advanceto=Swordsman,Halbardier
cost=15
usage=fighter
unit_description="The soldier is the base of the human armies. These young soldiers are given basic training and put in the front lines to face the bulk of the battle."
[attack]
name=spear
type=pierce
range=short
damage=7
number=3
[/attack]
[attack]
name=spear
type=pierce
range=long
damage=7
number=1
[missile_frame]
begin=-100
end=0
image=missilespear-n.png
image_diagonal=missilespear-ne.png
[/missile_frame]
[/attack]
[/unit]

Binary file not shown.

BIN
images/human-soldier.png Normal file

Binary file not shown.

BIN
images/missilespear-n.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 B

BIN
images/missilespear-ne.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B