Sklore / HL_DD_5e_Colab

This is a community effort to add many options that the community felt were missing from the D&D 5e SRD Hero Labs release.
54 stars 31 forks source link

Mobile conflict with granted speed of fast subraces #1069

Open Dragon5e opened 2 years ago

Dragon5e commented 2 years ago

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 commented 2 years ago

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