Lone Wolf Development Forums  

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

Notices

Reply
 
Thread Tools Display Modes
Farling
Senior Member
 
Join Date: Mar 2013
Location: Greater London, UK
Posts: 2,623

Old August 14th, 2017, 04:13 PM
Is there a simple way of adding the Feint DC to the Basics panel of herolab for monsters?

I plan to use Feint a lot, and it would be beneficial to allow the GM to quickly see what the DC is for each of my enemies :-)
Farling is offline   #1 Reply With Quote
Minous
Senior Member
 
Join Date: May 2015
Posts: 830

Old August 14th, 2017, 04:41 PM
You would need to create a custom "skill" for that I did something similar for intimidate since a few of my players have those builds
Minous is offline   #2 Reply With Quote
Minous
Senior Member
 
Join Date: May 2015
Posts: 830

Old August 14th, 2017, 05:17 PM
Something like:
Code:
var basic_value as number
var sm_value as number
basic_value = 10 + hero.child[Attack].field[tAtkBase].value + #attrmod[aWIS]
if (#skillranks[skSenseMot] > 0) then
  sm_value = 10 + hero.child[skSenseMot].field[skTotal].value
endif
field[skTotal].value = maximum(sm_value,basic_value)
Minous is offline   #3 Reply With Quote
Farling
Senior Member
 
Join Date: Mar 2013
Location: Greater London, UK
Posts: 2,623

Old August 16th, 2017, 04:14 PM
Thanks for the advice, I have it working now :-)

Farling

Author of the Realm Works Import tool, Realm Works Output tool and Realm Works to Foundry module

Donations gratefully received via Patreon, Ko-Fi or Paypal
Farling is offline   #4 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 07:50 AM.


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