123456789101112131415161718192021222324252627282930 |
- <?xml version="1.0" encoding="UTF-8"?>
- <list enabled="false" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="zones.xsd">
- <!-- Cleft Zones -->
- <zone name="cleft_zone_territory" type="CleftZone" shape="NPoly" minZ="-4274" maxZ="15796">
- <node X="-217824" Y="235786" />
- <node X="-210211" Y="235784" />
- <node X="-204827" Y="241105" />
- <node X="-204797" Y="248701" />
- <node X="-210263" Y="254132" />
- <node X="-217851" Y="254063" />
- <node X="-223234" Y="248801" />
- <node X="-223226" Y="241093" />
- <!-- red_start_point -->
- <spawn X="-222704" Y="247803" Z="1744" isRedStartPoint="true" />
- <spawn X="-222649" Y="247945" Z="1728" isRedStartPoint="true" />
- <spawn X="-222652" Y="247666" Z="1728" isRedStartPoint="true" />
- <!-- blue_start_point -->
- <spawn X="-205312" Y="242144" Z="1744" isBlueStartPoint="true" />
- <spawn X="-205376" Y="241997" Z="1744" isBlueStartPoint="true" />
- <spawn X="-205376" Y="242276" Z="1744" isBlueStartPoint="true" />
- <!-- red_banish_point -->
- <spawn X="-223701" Y="247795" Z="1744" isRedBanishPoint="true" />
- <spawn X="-223780" Y="247661" Z="1744" isRedBanishPoint="true" />
- <spawn X="-223776" Y="247914" Z="1744" isRedBanishPoint="true" />
- <!-- blue_banish_point -->
- <spawn X="-204350" Y="242148" Z="1744" isBlueBanishPoint="true" />
- <spawn X="-204284" Y="242288" Z="1744" isBlueBanishPoint="true" />
- <spawn X="-204288" Y="242026" Z="1728" isBlueBanishPoint="true" />
- </zone>
- </list>
|