• 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

Warlock pact weapon

luxon

New member
The pact of the blade option for warlock grants a pact weapon which can be summoned at will. Would be great if this showed up in the weapons tag somehow. There's nothing about it that's not in the SRD, so there's no reason why it shouldn't? The Warlock is profiicient with this weapon, so just choosing a normal weapon isn't an option.

Thanks, guys. :)
 
The pact of the blade option for warlock grants a pact weapon which can be summoned at will. Would be great if this showed up in the weapons tag somehow. There's nothing about it that's not in the SRD, so there's no reason why it shouldn't? The Warlock is proficient with this weapon, so just choosing a normal weapon isn't an option.

Thanks, guys. :)

Create an Adjustment in the Editor. The one I just created is as follows:

- Name: Pact Weapon, Unique Id: pPactWeap
- Put whatever description in the box that you want.
- Set Show Menu to Current Weapons
- Check No Incrementer & No Plus Sign.

- Click on Eval Scripts
Phase: Pre-levels, Priority: 10000
Enter the followign code in the Script bos:

doneif (field[pIsOn].value = 0)

doneif (field[pChosen].ischosen = 0)

perform field[pChosen].chosen.assign[Helper.Proficient]

#situational[field[pChosen].chosen, "Warlock's Pact Weapon",field[thingname].text]

Click OK, Save, and then Test Now.

You can then add the Adjustment on either the Personal or the Adjustments tab. Just select the weapon you want defined as your pact weapon.

If you now check the weapon you added to be your Pact Weapon, you will now see it defined under Situational modifers as your Pact Weapon, and you will now find yourself proficient with it.

Note: This is a quick and dirty kludge I just put together on the spur of the moment so my apologies for any glitches. :)
 
Back
Top