Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobile conflict with granted speed of fast subraces #1069

Open
Dragon5e opened this issue Jun 19, 2022 · 1 comment
Open

Mobile conflict with granted speed of fast subraces #1069

Dragon5e opened this issue Jun 19, 2022 · 1 comment
Assignees

Comments

@Dragon5e
Copy link

I was working on a background giving a feat. I got it working and found a conflict with Mobile and races that grant landspeed directly like wood elves and Mark of passage humans. Somehow that speed of 35 block Mobile from granting that 10 speed to truespeed. suggestion. Either change Mobile to bonus speed grant or fix the code in each of the races that has subraces that give a better speed than the original.

Example
ra5CHEFof Fleet of Foot hero.child[Speed].field[tSpeed].value += 5
ra5CFltoF Fleet of Foot hero.child[Speed].field[tSpeed].value += 5
ra5CEbCourSpd Courier's Speed hero.child[Speed].field[tSpeed].value += 5
sr5CJorag Joraga Nation Simply set the racial speed to 30 to allow for fleet of foot to work

@Dragon5e
Copy link
Author

This has the above code added in for convenience.
custom.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To-Do
Development

No branches or pull requests

2 participants