• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Monk Special Quality Add to Weapon

The Wyrm Ouroboros

Active member
Blade of the sword-saint said:
This weapon in the hands of a monk becomes an instrument of deadly utility. In addition to its more common properties, the blade can be employed as though the wielder were unarmed: the wielder benefits from feats such as Deflect Arrows or Snatch Arrows (although he can redirect attacks but not catch them if he has no hands free), and a monk treats the weapon as a monk weapon for use in his flurry of blows.

I thought this was a fantastic ability, even if the blade of the sword-saint doesn't actually have it (easy errata fix for this, just go to Special Qualities and select 'Monk'). I wanted to be able to do this to anything, though.

Going by what a blade of the sword-saint otherwise is, the ability is either a +1 cost plus 3,000gp, or a straight 25,000 gp; that can be a point of debate, but I've decided on just a straight +1 cost. I hunted around some to try to find something that added an ability onto a weapon, then mucked around with it a bit, and I seem to have succeeded. Made me so happy I hereby offer to the community the Monk weapon item power:

Code:
  <thing id="ipMonkWeap" name="Monk" description="This weapon in the hands of a monk becomes an instrument of deadly utility. In addition to its more common properties, this weapon can be employed as though the wielder were unarmed: the wielder benefits from feats such as Deflect Arrows or Snatch Arrows (although he can redirect attacks but not catch them if he has no hands free), and a monk treats the weapon as a monk weapon for use in his flurry of blows.\n\n{b}Construction{/b}\n{b}Requirements{/b} creator must be a monk." compset="ItemPower" summary="Treat as a monk weapon." uniqueness="useronce">
    <fieldval field="iPrice" value="1"/>
    <usesource source="TWO"/>
    <tag group="PowerReq" tag="Melee"/>
    <tag group="PowerType" tag="Weapon"/>
    <eval phase="First" priority="1000"><![CDATA[      
      if (parent.tagis[component.BaseWep] <> 0) then
      perform parent.assign[wSpecial.Monk]
          endif]]></eval>
    </thing>

By all means copy and use, post here if you have an issue with it (price, error, whatever). Just please keep the "TWO" (The Wyrm Ouroboros) source tag on it. ;)
 
Last edited:
Back
Top