2015-05-12 01:55:11 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
2014-04-24 09:14:29 +02:00
|
|
|
<resources>
|
|
|
|
|
2017-02-25 21:24:47 +01:00
|
|
|
<resource name="adamantium" limited="yes" material="yes">
|
2014-04-24 09:14:29 +02:00
|
|
|
<item weight="200" score="200">
|
2016-08-06 13:53:07 +02:00
|
|
|
<construction skill="mining" minskill="8"/>
|
2014-04-24 09:14:29 +02:00
|
|
|
</item>
|
|
|
|
<resourcelimit>
|
|
|
|
<modifier type="require" building="mine"/>
|
|
|
|
</resourcelimit>
|
|
|
|
</resource>
|
|
|
|
|
|
|
|
<resource name="adamantiumaxe">
|
|
|
|
<item weight="100" score="500">
|
2016-08-06 13:53:07 +02:00
|
|
|
<construction skill="weaponsmithing" minskill="8">
|
2014-04-24 09:14:29 +02:00
|
|
|
<requirement type="adamantium" quantity="1"/>
|
|
|
|
<requirement type="log" quantity="1"/>
|
|
|
|
</construction>
|
|
|
|
<weapon cut="true" skill="melee" offmod="2" defmod="-2" magres="0.30">
|
|
|
|
<damage type="rider" value="3d4+15"/>
|
|
|
|
<damage type="footman" value="3d4+15"/>
|
|
|
|
</weapon>
|
|
|
|
</item>
|
|
|
|
</resource>
|
|
|
|
|
|
|
|
<resource name="adamantiumplate">
|
|
|
|
<item weight="100" score="2000">
|
2016-08-06 13:53:07 +02:00
|
|
|
<construction skill="armorer" minskill="10">
|
2014-04-24 09:14:29 +02:00
|
|
|
<requirement type="adamantium" quantity="3"/>
|
|
|
|
</construction>
|
|
|
|
<armor ac="7" penalty="0.1"/>
|
|
|
|
</item>
|
|
|
|
</resource>
|
|
|
|
|
|
|
|
</resources>
|