Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - D&D 5th Edition SRD

Notices

Reply
 
Thread Tools Display Modes
tooley1chris
Member
 
Join Date: Jun 2012
Posts: 65

Old March 13th, 2018, 04:10 AM
Hey sctipters, I'm adding a custom item/feat that allows warlocks an extra spell slot. Is there a way to write in an additional slot to work with character sheet?
tooley1chris is offline   #1 Reply With Quote
smokeh
Junior Member
 
Join Date: Jun 2016
Posts: 23

Old March 13th, 2018, 05:40 AM
I just tried this eval script out on a feat:

Code:
hero.childfound[SlotHold1].field[MaxAllow].value += 1
This increases the number of Spell Slots showing on the Spell tab for first level spells by 1. Not sure exactly what you are adding or if this is what you were looking for. You can use 'SlotHold2' for second level spells, 'SlotHold3' for third level etc.

Also, I haven't messed with spells much, so Dungeonguru or someone more knowledgeable might have a better way!
smokeh is offline   #2 Reply With Quote
dungeonguru
Senior Member
 
Join Date: May 2016
Posts: 608

Old March 13th, 2018, 07:25 AM
Smokeh is close, if I remember right warlocks use a bootstrap called SlotHoldWa, so it's more like:

hero.childfound[SlotHoldWa].field[MaxAllow].value += 1


Smokeh's logic works for a standard caster, but Warlocks are a bit odd.

Just for balance sake I hope that item/feat has some power restrictions, like only allowed 1/day or 1/week or has charges. I was in a playtest where a high level warlock was granted an extra slot, it hurt... Warlocks get to slot refresh on a short rest as is - that's pretty powerful.
dungeonguru is offline   #3 Reply With Quote
tooley1chris
Member
 
Join Date: Jun 2012
Posts: 65

Old March 13th, 2018, 09:20 AM
SlotHoldWa worked wonderfully! Thanks to you both!
And yes, Im aware of the balance issue. Thanks for the heads up!
tooley1chris 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 11:36 AM.


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