2010-08-08 09:40:42 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<buildings xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
|
|
<xi:include href="../buildings/castle.xml"/>
|
|
|
|
<building name="temple" maxsize="50" maxcapacity="2" nobuild="yes" nodestroy="yes" unique="yes" auraregen="1.00" />
|
2017-07-17 16:11:00 +02:00
|
|
|
<building name="portal" maxsize="2" maxcapacity="2" nobuild="yes" nodestroy="yes" unique="yes" />
|
|
|
|
<building name="pavilion" maxsize="2" maxcapacity="2" nobuild="yes" nodestroy="yes" unique="yes" />
|
2017-02-24 14:32:18 +01:00
|
|
|
<building name="artacademy" maxsize="100" nobuild="yes" nodestroy="yes" unique="yes"/>
|
2010-08-08 09:40:42 +02:00
|
|
|
</buildings>
|