forked from github/server
adamantium and laen weapons are magical.
This commit is contained in:
parent
9ee84445eb
commit
5a3978566a
|
@ -16,7 +16,7 @@
|
|||
<requirement type="adamantium" quantity="1"/>
|
||||
<requirement type="log" quantity="1"/>
|
||||
</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="footman" value="3d4+15"/>
|
||||
</weapon>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<construction skill="weaponsmithing" minskill="8">
|
||||
<requirement type="laen" quantity="1"/>
|
||||
</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="footman" value="3d6+10"/>
|
||||
</weapon>
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
<construction skill="weaponsmithing" minskill="8">
|
||||
<requirement type="laen" quantity="1"/>
|
||||
</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="footman" value="2d9+4"/>
|
||||
</weapon>
|
||||
|
|
Loading…
Reference in New Issue