forked from github/server
28 lines
942 B
XML
28 lines
942 B
XML
<?xml version="1.0"?>
|
|
<buildings xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
|
|
<xi:include href="config://default/buildings/castle-2.xml" />
|
|
|
|
<building name="watch" maxsize="10" capacity="1" fort="yes" taxes="200">
|
|
<construction skill="building" minskill="1" maxsize="5" name="scaffolding">
|
|
<requirement type="log" quantity="1"/>
|
|
</construction>
|
|
<construction skill="building" minskill="2" maxsize="5" name="guardhouse">
|
|
<requirement type="log" quantity="1"/>
|
|
</construction>
|
|
<construction skill="building" minskill="2" name="guardtower">
|
|
<requirement type="log" quantity="1"/>
|
|
</construction>
|
|
</building>
|
|
|
|
<building name="market" capacity="1" maxsize="10">
|
|
<maintenance type="money" amount="200"/>
|
|
<construction skill="building" minskill="3">
|
|
<requirement type="log" quantity="1"/>
|
|
<requirement type="stone" quantity="1"/>
|
|
</construction>
|
|
</building>
|
|
|
|
</buildings>
|
|
|