You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: