Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - Pathfinder Roleplaying Game

Notices

Reply
 
Thread Tools Display Modes
marcopico
Junior Member
 
Join Date: Jun 2019
Location: Palermo, Italy
Posts: 15

Old July 28th, 2019, 07:54 AM
Quote:
Originally Posted by Mathias View Post
Here's the Rapier Mastery ability from the Inspired Blade shashbuckler archetype
Thanks a lot Mathias, the Helper.CritExpan e the Broadcast.CritMult solved any issues!

Just in case anybody else wanted to create a script that is similar to mine, here's how it works now:

Code:
~ If we're not shown, just get out now
doneif (tagis[Helper.ShowSpec] = 0)

if (field[xTotalLev].value >= 11) then
  foreach pick in hero from BaseWep where "wCritMin.?"
    perform eachpick.assign[Helper.CritExpan]
    nexteach
endif
This lowers the critical range threat for every weapon, starting from level 11.
Similarly, the following script increases the weapon multiplier at level 16:

Code:
~ If we're not shown, just get out now
doneif (tagis[Helper.ShowSpec] = 0)

if (field[xTotalLev].value >= 16) then
  foreach pick in hero from BaseWep where "wCritMult.?"
    perform eachpick.assign[Broadcast.CritMult]
    nexteach
  endif
Thanks a lot once again! Have a nice day.
marcopico is offline   #11 Reply With Quote
Reply

Thread Tools
Display Modes

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 12:33 PM.


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