Added Gate unit (stripped from Captured scenario)

This commit is contained in:
Isaac Clerencia Perez 2004-06-14 19:17:16 +00:00
parent fdbf29d440
commit 4e431c2e5a
2 changed files with 26 additions and 32 deletions

View File

@ -1,35 +1,3 @@
# XXX Unit definition temporarily misplaced
[unit]
name=Gate
race=monster
image=terrain/cavewall.png
hitpoints=8
movement_type=none
[resistance]
blade=0
pierce=100
[/resistance]
movement=1
experience=500
level=0
alignment=neutral
advanceto=null
cost=20
usage=fighter
unit_description="The door blocks any who are not allied with it from going thr
ough it."
[attack]
name=bump
damage=1
number=0
type=impact
range=short
[/attack]
[/unit]
[scenario]
name=Captured
id=Captured

26
data/units/Gate.cfg Normal file
View File

@ -0,0 +1,26 @@
[unit]
name=Gate
race=monster
image=terrain/cavewall.png
hitpoints=8
movement_type=none
[resistance]
blade=0
pierce=100
[/resistance]
movement=1
experience=500
level=0
alignment=neutral
advanceto=null
cost=20
usage=fighter
unit_description="The door blocks any who are not allied with it from going through it."
[attack]
name=bump
damage=1
number=0
type=impact
range=short
[/attack]
[/unit]