forked from github/server
30 lines
977 B
XML
30 lines
977 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">
|
|
<function name="name" value="fort_name"/>
|
|
<function name="taxes" value="lua_building_taxes"/>
|
|
<construction skill="building" minskill="1" maxsize="5">
|
|
<requirement type="log" quantity="1"/>
|
|
</construction>
|
|
<construction skill="building" minskill="2" maxsize="5">
|
|
<requirement type="log" quantity="1"/>
|
|
</construction>
|
|
<construction skill="building" minskill="2">
|
|
<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>
|
|
|