added heavy infantry and shock trooper units

This commit is contained in:
Dave White 2003-11-12 20:15:12 +00:00
parent 299002e202
commit 6cb26ea94f
6 changed files with 86 additions and 3 deletions

View File

@ -131,14 +131,53 @@
[/defense]
[resistance]
blade=1.0
pierce=1.0
blade=0.9
pierce=0.9
impact=1.0
fire=1.0
cold=1.0
holy=0.8
[/resistance]
[/movetype]
[movetype]
name=armoredfoot
[movement costs]
deep water=100
shallow water=4
grassland=1
sand=2
forest=2
hills=3
mountains=100
village=1
castle=1
cave=2
cavewall=100
[/movement costs]
[defense]
deep water=0.8
shallow water=0.8
grassland=0.7
sand=0.7
forest=0.6
hills=0.5
mountains=0.8
village=0.6
castle=0.6
cave=0.6
[/defense]
[resistance]
blade=0.5
pierce=0.6
impact=0.7
fire=1.1
cold=1.2
holy=0.8
[/resistance]
[/movetype]
[movetype]
name=elusivefoot

View File

@ -209,7 +209,7 @@
[multiplayer_side]
name=Humans
type=General
recruit=Scout,Mage,Spearman,Fencer
recruit=Scout,Mage,Spearman,Fencer,Heavy Infantry
recruitment_pattern=scout,fighter,fighter,fighter
music="wesnoth-2.ogg"
[/multiplayer_side]

View File

@ -0,0 +1,22 @@
[unit]
name=Heavy Infantry
image=human-heavyinfantry.png
hitpoints=38
movement_type=armoredfoot
movement=4
experience=40
level=1
alignment=lawful
advanceto=Shocktrooper
cost=19
unit_description="The heavy infantry is cloaked in iron, making them resilient in the face of attack. Their lack of speed is their only disadvantage."
get_hit_sound=groan.wav
usage=fighter
[attack]
name=mace
type=impact
range=short
damage=12
number=2
[/attack]
[/unit]

View File

@ -0,0 +1,22 @@
[unit]
name=Shock Trooper
image=human-shocktrooper.png
hitpoints=52
movement_type=armoredfoot
movement=4
experience=500
level=2
alignment=lawful
advanceto=null
cost=30
unit_description="The shock troopers are the elite of the Wesnothian military. While moving slowly, they are immensely powerful, and feared throughout Wesnoth and in the lands beyond."
get_hit_sound=groan.wav
usage=fighter
[attack]
name=mace
type=impact
range=short
damage=20
number=2
[/attack]
[/unit]

Binary file not shown.

After

Width:  |  Height:  |  Size: 553 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 667 B