|
Senior Member
Join Date: Oct 2011
Location: Portland
Posts: 313
|
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! Last edited by Enforcer84; October 5th, 2022 at 10:22 PM. |
#1 |
Senior Member
Join Date: Oct 2011
Location: Portland
Posts: 313
|
Now I need to figure out how to PreReq flight...LOL. I just gave a random elf 10ft of flight.
|
#2 |
Senior Member
Join Date: Sep 2017
Posts: 602
|
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. 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! |
#3 |
Senior Member
Join Date: Oct 2011
Location: Portland
Posts: 313
|
you're an amazing help, man! I will give this a look when I head home.
|
#4 |
Thread Tools | |
Display Modes | |
|
|