adamantium and laen weapons are magical.

This commit is contained in:
Enno Rehling 2018-02-07 18:46:31 +01:00
parent 9ee84445eb
commit 5a3978566a
3 changed files with 3 additions and 3 deletions

View File

@ -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" skill="melee" offmod="2" defmod="-2" magres="0.30"> <weapon cut="true" magical="true" skill="melee" offmod="2" defmod="-2" magres="0.30">
<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>

View File

@ -6,7 +6,7 @@
<construction skill="weaponsmithing" minskill="8"> <construction skill="weaponsmithing" minskill="8">
<requirement type="laen" quantity="1"/> <requirement type="laen" quantity="1"/>
</construction> </construction>
<weapon cut="true" skill="melee" offmod="1" defmod="1" magres="0.30"> <weapon cut="true" magical="true" skill="melee" offmod="1" defmod="1" magres="0.30">
<damage type="rider" value="3d6+10"/> <damage type="rider" value="3d6+10"/>
<damage type="footman" value="3d6+10"/> <damage type="footman" value="3d6+10"/>
</weapon> </weapon>

View File

@ -86,7 +86,7 @@
<construction skill="weaponsmithing" minskill="8"> <construction skill="weaponsmithing" minskill="8">
<requirement type="laen" quantity="1"/> <requirement type="laen" quantity="1"/>
</construction> </construction>
<weapon cut="true" skill="melee" offmod="1" defmod="1" magres="0.30"> <weapon cut="true" magical="true" skill="melee" offmod="1" defmod="1" magres="0.30">
<damage type="rider" value="2d9+4"/> <damage type="rider" value="2d9+4"/>
<damage type="footman" value="2d9+4"/> <damage type="footman" value="2d9+4"/>
</weapon> </weapon>