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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Brolthemighty
Senior Member
 
Join Date: Jan 2013
Posts: 273

Old September 5th, 2020, 08:02 PM
Alright, so I'm working on an Epic Boon currently that does multiple things. Some of it, I've already figured out...and some of it's being tricky. It breaks down thus:

- On activation, player reduces maximum hp by total level
- On activation, player's Eldritch Blast cantrip turns into Hellfire Blast
- On deactivation, player's max hp returns to normal, but no healing takes place (leaving current hp where it was)

I have the max hp thing using an Eval:
Post/10000

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

if (field[abilActive].value <> 0) then

~Reduce our HP
herofield[tHP].value -= #totallevelcount[]
endif

I've bootstrapped the spell, but can't get it where it only appears when activated. I even had to add fields to make it show as a Racial Spell to make it show at all....which I can't figure out why. Any help? I can't find any way to finish this up. Is there a way to make the spell (Hellfire Blast) replace Eldritch Blast in their list on activation? Right now I'm just opting to add it to their list of cantrips available.

Last edited by Brolthemighty; September 5th, 2020 at 08:40 PM.
Brolthemighty is offline   #1 Reply With Quote
 


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 01:32 AM.


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