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
|
|
|
|
|
|
|
<building name="watch" capacity="1" maxsize="10">
|
|
|
|
<function name="name" value="fort_name"/>
|
2015-01-09 15:53:14 +01:00
|
|
|
<function name="protection" value="building_protection"/>
|
2010-08-08 09:40:42 +02:00
|
|
|
<function name="taxes" value="lua_building_taxes"/>
|
2015-01-12 10:55:07 +01:00
|
|
|
<construction skill="building" minskill="1" maxsize="5" reqsize="1" defense_bonus="0">
|
2010-08-08 09:40:42 +02:00
|
|
|
<requirement type="log" quantity="1"/>
|
|
|
|
</construction>
|
2015-01-12 10:55:07 +01:00
|
|
|
<construction skill="building" minskill="2" maxsize="5" reqsize="1" defense_bonus="1">
|
2010-08-08 09:40:42 +02:00
|
|
|
<requirement type="log" quantity="1"/>
|
|
|
|
</construction>
|
2015-01-12 10:55:07 +01:00
|
|
|
<construction skill="building" minskill="2" reqsize="1" defense_bonus="2">
|
2010-08-08 09:40:42 +02:00
|
|
|
<requirement type="log" quantity="1"/>
|
|
|
|
</construction>
|
|
|
|
</building>
|
|
|
|
|
|
|
|
<building name="market" capacity="1" maxsize="10">
|
|
|
|
<maintenance type="money" amount="200" vital="yes"/>
|
|
|
|
<construction skill="building" minskill="3" reqsize="1">
|
|
|
|
<requirement type="log" quantity="1"/>
|
|
|
|
<requirement type="stone" quantity="1"/>
|
|
|
|
</construction>
|
|
|
|
</building>
|
|
|
|
|
|
|
|
</buildings>
|
|
|
|
|