server/res/buildings/castle.xml

27 lines
1.1 KiB
XML
Raw Normal View History

2010-08-08 10:06:34 +02:00
<?xml version="1.0"?>
<building name="castle" capacity="1">
<function name="name" value="castle_name"/>
<function name="protection" value="building_protection"/>
<construction skill="building" minskill="1" maxsize="2" reqsize="1" prot="0">
2010-08-08 10:06:34 +02:00
<requirement type="stone" quantity="1"/>
</construction>
<construction skill="building" minskill="1" maxsize="8" reqsize="1" prot="0">
2010-08-08 10:06:34 +02:00
<requirement type="stone" quantity="1"/>
</construction>
<construction skill="building" minskill="2" maxsize="40" reqsize="1" prot="1">
2010-08-08 10:06:34 +02:00
<requirement type="stone" quantity="1"/>
</construction>
<construction skill="building" minskill="3" maxsize="200" reqsize="1" prot="3">
2010-08-08 10:06:34 +02:00
<requirement type="stone" quantity="1"/>
</construction>
<construction skill="building" minskill="4" maxsize="1000" reqsize="1" prot="5">
2010-08-08 10:06:34 +02:00
<requirement type="stone" quantity="1"/>
</construction>
<construction skill="building" minskill="5" maxsize="5000" reqsize="1" prot="8">
2010-08-08 10:06:34 +02:00
<requirement type="stone" quantity="1"/>
</construction>
<construction skill="building" minskill="6" reqsize="1" prot="12">
2010-08-08 10:06:34 +02:00
<requirement type="stone" quantity="1"/>
</construction>
</building>