Battalion zone - incomplete.

Contributed by Ionut.
This commit is contained in:
mobius
2015-01-15 13:21:00 +00:00
parent 7b2eeaf75d
commit 3ae2479692
12 changed files with 596 additions and 1 deletions

View File

@@ -149,6 +149,7 @@
<xs:enumeration value="TerritoryWarZone" />
<xs:enumeration value="TownZone" />
<xs:enumeration value="WaterZone" />
<xs:enumeration value="BattalionZone" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<list enabled="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/zones.xsd">
<zone name="Battalion" type="BattalionZone" shape="NPoly" minZ="-15000" maxZ="-10000">
<node X="130000" Y="160000" />
<node X="130000" Y="130000" />
<node X="160000" Y="130000" />
<node X="160000" Y="160000" />
</zone>
</list>