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
hawkwolf
Junior Member
 
Join Date: Feb 2018
Posts: 5

Old February 10th, 2018, 04:06 PM
Hello I am fairly new to this editing thing and right now I am trying to convert a little known (as far as I can tell) class from 3.5. It was a third party release and I want to be able to use it in pathfinder (Technologist). At the moment having some trouble with the custom resource tracker. They use activation points. It used a weird chart to figure out the amount of activation points they get a day so I am simplifying it to say along the lines of (level+Cha mod)x5. I know how to add level to cha. And I see there is an option of multiplying level but is there a way to add the level together and modifier before being multiplied?
hawkwolf is offline   #1 Reply With Quote
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old February 11th, 2018, 10:44 AM
I don't think there is an Attrx5 tag, so you'd have to do the calculation yourself in an eval script.
Aaron is offline   #2 Reply With Quote
hawkwolf
Junior Member
 
Join Date: Feb 2018
Posts: 5

Old February 11th, 2018, 03:05 PM
Quote:
Originally Posted by Aaron View Post
I don't think there is an Attrx5 tag, so you'd have to do the calculation yourself in an eval script.
Can you show me an example of what that would look like?
hawkwolf is offline   #3 Reply With Quote
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old February 12th, 2018, 02:08 PM
PostAttr 10000
Code:
~Add our level to our charges
field[trkMax].value += field[xAllLev].value

~Add our charisma modifier (minimum 0)
field[trkMax].value += #attrbonus[aCHA]

~Multiply the total so far by 5
field[trkMax].value *= 5
Aaron is offline   #4 Reply With Quote
hawkwolf
Junior Member
 
Join Date: Feb 2018
Posts: 5

Old February 14th, 2018, 04:46 PM
Thanks. Last piece for me is to make sure it all balances out ^.^

(Also in the mean time, gotta figure out how to make a custom ability give an item)
hawkwolf is offline   #5 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 02:28 AM.


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