Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - D&D 5th Edition SRD
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
furby076
Member
 
Join Date: Oct 2010
Posts: 74

Old June 12th, 2017, 04:38 PM
Mystics v3 have a maximum amount of psi points they can spend per level.

Level 1-2 = 2 pts
3-4 = 3 points
5-6 = 5 points
6-7 = 6 points
9+ = 7 points

I'd like for this to display in two areas:
1) Spells tab (say where spell points show)
2) Tracked resources where I have another script showing psi points per day, and DC. So in that line displaying the psi limit (script below)

-----------------


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

~ If we're disabled, do nothing
~ doneif (tagis[Helper.Disable] <> 0)
if (field[xAllLev].value >= 1) then
field[trkMax].value += 2
endif
if (field[xAllLev].value >= 2) then
field[trkMax].value += 2
endif
if (field[xAllLev].value >= 3) then
field[trkMax].value += 10
endif
if (field[xAllLev].value >= 4) then
field[trkMax].value += 3
endif
if (field[xAllLev].value >= 5) then
field[trkMax].value += 10
endif
if (field[xAllLev].value >= 6) then
field[trkMax].value += 5
endif
if (field[xAllLev].value >= 7) then
field[trkMax].value += 6
endif
if (field[xAllLev].value >= 8) then
field[trkMax].value += 6
endif
if (field[xAllLev].value >= 9) then
field[trkMax].value += 13
endif
if (field[xAllLev].value >= 10) then
field[trkMax].value += 7
endif
if (field[xAllLev].value >= 18) then
field[trkMax].value += 7
endif


-----
The class is here:
https://github.com/Sklore/HL_DD_5e_Colab/issues/646
furby076 is offline   #1 Reply With Quote
furby076
Member
 
Join Date: Oct 2010
Posts: 74

Old June 12th, 2017, 04:40 PM
BTW...using the Spell points would be an OK option. It doesn't sync with the spell points in the tracked resources, so right now it always shows 0.
furby076 is offline   #2 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 10:21 AM.


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