Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - D&D 5th Edition SRD (http://forums.wolflair.com/forumdisplay.php?f=89)
-   -   Movement effort try 3 (http://forums.wolflair.com/showthread.php?t=65909)

Dragon5e May 13th, 2021 05:33 AM

Movement effort try 3
 
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 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.

Fenris447 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!

Dragon5e 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.


All times are GMT -8. The time now is 11:45 PM.

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