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)
-   -   Increasing a non Walking Speed (http://forums.wolflair.com/showthread.php?t=67405)

Enforcer84 October 5th, 2022 09:37 PM

Increasing a non Walking Speed
 
So I'm homebrewing a feat for races with Flight Speed that functions like Mobility.

Looking at the wiki increasing walking speed is:

hero.child[Speed].field[tSpeed].value += X

I see that xFly is a pick, not a field. I tried:

hero.child[Speed].pick[xFly].value += 10 Then

and hero.pick[xFly].value += 10

and both threw errors. I'm clearly looking at this the wrong way.

Aww man. Thoguht I found it...

hero.childfound[xFly].field[abValue].value += 10 doesnt' throw an error but doesn't change


success! The above worked, I had to mess with timing (Final Phase, Priority 10001)

Woohoo! Thanks for that Tabaxi, Fenris447!

Enforcer84 October 5th, 2022 10:41 PM

Now I need to figure out how to PreReq flight...LOL. I just gave a random elf 10ft of flight.

Fenris447 October 5th, 2022 11:19 PM

I made an adjustment a while back for other-than-walking movement speeds that can do a whole lot: p5COthMv

As for the pre-req, my first thought would be to test for an abValue on xFly greater than 0. But that's just off the top of my head.

Enforcer84 October 6th, 2022 11:16 AM

Quote:

Originally Posted by Fenris447 (Post 300098)
I made an adjustment a while back for other-than-walking movement speeds that can do a whole lot: p5COthMv

As for the pre-req, my first thought would be to test for an abValue on xFly greater than 0. But that's just off the top of my head.

you're an amazing help, man! I will give this a look when I head home.


All times are GMT -8. The time now is 10:51 AM.

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