2010-08-08 09:40:42 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<buildings xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
|
|
|
2015-06-08 16:51:41 +02:00
|
|
|
<xi:include href="config://default/buildings/castle-2.xml" />
|
2010-08-08 09:40:42 +02:00
|
|
|
|
2017-04-29 19:21:48 +02:00
|
|
|
<building name="watch" maxsize="10" capacity="1" fort="yes" taxes="200">
|
2017-04-26 21:44:24 +02:00
|
|
|
<construction skill="building" minskill="1" maxsize="5" name="scaffolding">
|
2016-08-06 13:53:07 +02:00
|
|
|
<requirement type="log" quantity="1"/>
|
|
|
|
</construction>
|
2017-04-26 21:44:24 +02:00
|
|
|
<construction skill="building" minskill="2" maxsize="5" name="guardhouse">
|
2016-08-06 13:53:07 +02:00
|
|
|
<requirement type="log" quantity="1"/>
|
|
|
|
</construction>
|
2017-04-26 21:44:24 +02:00
|
|
|
<construction skill="building" minskill="2" name="guardtower">
|
2010-08-08 09:40:42 +02:00
|
|
|
<requirement type="log" quantity="1"/>
|
|
|
|
</construction>
|
|
|
|
</building>
|
|
|
|
|
|
|
|
<building name="market" capacity="1" maxsize="10">
|
2016-10-01 18:34:38 +02:00
|
|
|
<maintenance type="money" amount="200"/>
|
2016-08-06 13:53:07 +02:00
|
|
|
<construction skill="building" minskill="3">
|
2010-08-08 09:40:42 +02:00
|
|
|
<requirement type="log" quantity="1"/>
|
|
|
|
<requirement type="stone" quantity="1"/>
|
|
|
|
</construction>
|
|
|
|
</building>
|
|
|
|
|
|
|
|
</buildings>
|
|
|
|
|