mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-15 09:02:30 +00:00
[[Create Soldier unit.]]
This commit is contained in:
parent
21779b22ed
commit
ad525c2102
35
data/units/Soldier.cfg
Normal file
35
data/units/Soldier.cfg
Normal 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]
|
BIN
images/human-soldier-defend.png
Normal file
BIN
images/human-soldier-defend.png
Normal file
Binary file not shown.
BIN
images/human-soldier.png
Normal file
BIN
images/human-soldier.png
Normal file
Binary file not shown.
BIN
images/missilespear-n.png
Normal file
BIN
images/missilespear-n.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 382 B |
BIN
images/missilespear-ne.png
Normal file
BIN
images/missilespear-ne.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 342 B |
Loading…
x
Reference in New Issue
Block a user