forked from github/server
https://bugs.eressea.de/view.php?id=2573 magical resistance of adamantium
This commit is contained in:
parent
f48551ebcb
commit
5fd974d399
|
@ -16,7 +16,7 @@
|
||||||
<requirement type="adamantium" quantity="1"/>
|
<requirement type="adamantium" quantity="1"/>
|
||||||
<requirement type="log" quantity="1"/>
|
<requirement type="log" quantity="1"/>
|
||||||
</construction>
|
</construction>
|
||||||
<weapon cut="true" magical="true" skill="melee" offmod="2" defmod="-2" magres="0.30">
|
<weapon cut="true" magical="true" skill="melee" offmod="2" defmod="-2" magres="0.3">
|
||||||
<damage type="rider" value="3d4+15"/>
|
<damage type="rider" value="3d4+15"/>
|
||||||
<damage type="footman" value="3d4+15"/>
|
<damage type="footman" value="3d4+15"/>
|
||||||
</weapon>
|
</weapon>
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
<construction skill="armorer" minskill="10">
|
<construction skill="armorer" minskill="10">
|
||||||
<requirement type="adamantium" quantity="3"/>
|
<requirement type="adamantium" quantity="3"/>
|
||||||
</construction>
|
</construction>
|
||||||
<armor ac="7" penalty="0.1"/>
|
<armor ac="7" penalty="0.1" magres="0.3"/>
|
||||||
</item>
|
</item>
|
||||||
</resource>
|
</resource>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue