Add a basic wall definition

This commit is contained in:
pchote
2010-02-26 21:14:19 +13:00
parent ab9ab13bad
commit 20c144518c
2 changed files with 24 additions and 0 deletions

View File

@@ -2494,3 +2494,22 @@ MEDI:
TakeCover:
-AutoTarget:
BRIK:
Inherits: ^Building
Buildable:
TechLevel: 8
Prerequisites: fact
Owner: soviet
Cost: 100
Description: Concrete Wall
LongDesc: Its a wall.
Building:
Power: 0
Footprint: x
Dimensions: 1,1
Capturable: false
Bib: no
HP: 1
Armor: none
Crewed: no
Sight: 0

View File

@@ -859,4 +859,9 @@
<unit name="badr">
<sequence name="idle" start="0" facings="16" />
</unit>
<unit name="brik">
<sequence name="idle" start="15" />
<sequence name="damaged-idle" start="31" />
<sequence name="make" start="0" length="1" />
</unit>
</sequences>