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
Dragon5e
Member
 
Join Date: May 2021
Location: San Angelo
Posts: 35

Old May 13th, 2021, 05:33 AM
I went to look at the Special Movement adjustment. Seemsm to me if you can identify the data you want you can skip a lot of effort. Here's the eval script
field[pChosen].chosen.field[abValue].value += field[pAdjust].value

Eas enough. I tried to add hero.child[Speed].field[Bonus].value to that. Keep insisting the thing is zero as it stubbornly just give p[Adjust] value. Ahhhh Scrapped the True Speed movement and also this while I learn a bit more about what is going on in here.
Adding 10 to a Burrow of 5 is easy but what happen if the thing go supersonic at say 50 to that burrow? I don't want to have to hit p[Adjust] 50 times. Ehhhhh Pausing here .
Dragon5e is offline   #1 Reply With Quote
Dragon5e
Member
 
Join Date: May 2021
Location: San Angelo
Posts: 35

Old May 13th, 2021, 05:36 AM
The bonus value should be 10 from Monk movement as I see a 30 40 on the character sheet. Beat me why you cannot add it in Speed Special adjustment.
Dragon5e is offline   #2 Reply With Quote
Fenris447
Senior Member
 
Join Date: Sep 2017
Posts: 600

Old May 13th, 2021, 06:45 AM
I think, for a lot of your posts, we’re missing the context of what you’re trying to do. Are these special features you’re homebrewing? Just as a suggestion, start off your posts telling us what you’re trying to do. Like “This is a class feature that adds 10 swim speed if activated” or something like that. Also it may be helpful to add comments to your existing threads, instead of creating new ones, as it looks like you’re working on the same problems but in multiple threads. It makes it hard to follow, which makes it harder to help!

Found an issue with or have a suggestion for the 5e Community Pack? Please post it here at our GitHub.

Feel free to stop by the Lone Wolf Development Subreddit, for discussion of any and all LWD products and community efforts!

Last edited by Fenris447; May 13th, 2021 at 06:53 AM.
Fenris447 is offline   #3 Reply With Quote
Dragon5e
Member
 
Join Date: May 2021
Location: San Angelo
Posts: 35

Old May 13th, 2021, 08:21 AM
Ok I'd been working on how to add monk movement to special movements. I think I got the gist now. What do you think of this one?
Speed, Special Bonus
Select this adjustment to modify one of the character's special movement rates, such as flight or swimming. Put the desired bonus in Duration and it will add to it. You can even add in a burrow of 10 and bonus of 5 in duration and it will set the speed and add the bonus to it. With racial values just set duration directly to speed + bonus. Example racial flight 50? Duration 60

Add in pDuration tag 0 to this and this eval script

~if nothing's been chosen yet, there's nothing we can do
doneif (field[pChosen].ischosen = 0)

~ If we're not enabled, get out now
doneif (field[pIsOn].value = 0)

~ Apply the speed

~ field[pAdjust].value
field[pChosen].chosen.field[abValue].value += field[pAdjust].value + field[pDuration].text

Simple and I don't think I can improve on it. Got the idea from looking at elemental weapon, custom dmg and said why don't I use that pDuration value? There's one small niggle here. Those custom swim and climb set by Mariner and 2 Roving adjustments? I cannot seem to affect those. Oh well I'm done all. Thank for reading this far. I hope you can find a use for inputting a number into duration and making use of it.
Dragon5e 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 09:00 AM.


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