mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-11 18:49:32 +00:00
added heavy infantry and shock trooper units
This commit is contained in:
parent
299002e202
commit
6cb26ea94f
@ -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
|
||||
|
@ -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]
|
||||
|
22
data/units/Heavy_Infantry.cfg
Normal file
22
data/units/Heavy_Infantry.cfg
Normal 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]
|
22
data/units/Shock_Trooper.cfg
Normal file
22
data/units/Shock_Trooper.cfg
Normal 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]
|
BIN
images/human-heavyinfantry.png
Normal file
BIN
images/human-heavyinfantry.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 553 B |
BIN
images/human-shocktrooper.png
Normal file
BIN
images/human-shocktrooper.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 667 B |
Loading…
x
Reference in New Issue
Block a user