Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - Pathfinder Roleplaying Game
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
Zan Thrax
Senior Member
 
Join Date: May 2012
Posts: 132

Old November 22nd, 2014, 02:08 PM
Is there an adjustment anywhere that will let me apply a weapon special ability to a weapon? I'm building an Inquisitor with the Redemption Inquisition and I'd like to be able to apply Merciful to his weapons without having to directly adjust his equipment.
Zan Thrax is offline   #1 Reply With Quote
Fuzzy
Senior Member
 
Join Date: Jul 2012
Posts: 416

Old November 23rd, 2014, 05:06 PM
You can't actually add the Merciful pick to a weapon, mainly because you can only add picks to custom weapons, and there's no guarantee you're wielding a custom weapon when using the inquisition.

You are better off in this case, having your adjustment duplicate what the merciful property's script does. Below is the Merciful script:

Code:
      if (parent.tagis[component.BaseWep] <> 0) then
        perform parent.assign[wSpecial.Nonlethal]
        #extradamage[parent," plus 1d6 non-lethal",field[name].text]
      else
        foreach pick in hero from BaseWep where container.child[gCustMagic].field[gWeapExpr].text
          perform eachpick.assign[wSpecial.Nonlethal]
          #extradamage[eachpick," plus 1d6 non-lethal",field[name].text]
          nexteach
        endif
Fuzzy is offline   #2 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old November 24th, 2014, 11:02 AM
My adjustment addon has this adjustment already included. Its called "Weapon Elemental Dmg, Custom" and it lets you type in anything you wish to display as "extra" damage.

So you can easily type in "+1d6 non-lethal" into the "(Duration)" text box of the adjustment and have it display next to your selected weapon.

Hero Lab Resources:
Pathfinder - d20pfsrd and Pathfinder Pack Setup
3.5 D&D (d20) - Community Server Setup
5E D&D - Community Server Setup
Hero Lab Help - Hero Lab FAQ, Editor Tutorials and Videos, Editor & Scripting Resources.
Created by the community for the community
- Realm Works kickstarter backer (Alpha Wolf) and Beta tester.
- d20 HL package volunteer editor.
ShadowChemosh is offline   #3 Reply With Quote
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old November 24th, 2014, 02:01 PM
There is also already a magic item which does something similar, from ultimate equipment. It's called the Deliquescent Glove, so you could look there for inspiration.
Aaron is offline   #4 Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 03:41 AM.


Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.