2010-08-08 09:40:42 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<building name="castle" capacity="1">
|
|
|
|
<function name="name" value="castle_name_2"/>
|
|
|
|
<function name="protection" value="lua_building_protection"/>
|
|
|
|
<function name="taxes" value="lua_building_taxes"/>
|
|
|
|
<construction skill="building" minskill="1" maxsize="10" reqsize="1">
|
|
|
|
<requirement type="stone" quantity="1"/>
|
|
|
|
</construction>
|
|
|
|
<construction skill="building" minskill="2" maxsize="40" reqsize="1">
|
|
|
|
<requirement type="stone" quantity="1"/>
|
|
|
|
</construction>
|
|
|
|
<construction skill="building" minskill="3" maxsize="200" reqsize="1">
|
|
|
|
<requirement type="stone" quantity="1"/>
|
|
|
|
</construction>
|
|
|
|
<construction skill="building" minskill="4" maxsize="1000" reqsize="1">
|
|
|
|
<requirement type="stone" quantity="1"/>
|
|
|
|
</construction>
|
|
|
|
<construction skill="building" minskill="5" maxsize="5000" reqsize="1">
|
|
|
|
<requirement type="stone" quantity="1"/>
|
|
|
|
</construction>
|
|
|
|
<construction skill="building" minskill="6" reqsize="1">
|
|
|
|
<requirement type="stone" quantity="1"/>
|
|
|
|
</construction>
|
|
|
|
</building>
|