server/res/core/resources/mallorn.xml

13 lines
425 B
XML
Raw Normal View History

2010-08-08 10:06:34 +02:00
<?xml version="1.0"?>
<resource name="mallorn">
2010-08-08 10:06:34 +02:00
<item weight="500" score="30">
<construction skill="forestry" minskill="2"/>
2010-08-08 10:06:34 +02:00
</item>
<resourcelimit>
<modifier building="sawmill" type="skill" value="1"/>
<modifier building="sawmill" type="material" value="0.5"/>
<function name="produce" value="lua_produceresource"/>
<function name="limit" value="lua_limitresource"/>
</resourcelimit>
</resource>