2015-05-12 01:55:11 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
2018-02-05 19:35:15 +01:00
|
|
|
<eressea>
|
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>
|
2018-05-04 18:41:59 +02:00
|
|
|
<modifier building="mine" type="skill" value="1"/>
|
|
|
|
<modifier type="require" building="mine"/>
|
2014-04-24 09:14:29 +02:00
|
|
|
</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>
|
2018-02-07 18:46:31 +01:00
|
|
|
<weapon cut="true" magical="true" skill="melee" offmod="2" defmod="-2" magres="0.30">
|
2014-04-24 09:14:29 +02:00
|
|
|
<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>
|
2018-02-05 19:35:15 +01:00
|
|
|
</eressea>
|