kandashi / Dynamic-Effects-SRD

A compendium pack for SRD items, spells, feats etc configured for use with Dynamic Effects, Midi QoL and About Time
MIT License
20 stars 9 forks source link

Monk feature "Unarmored Movement" not present #31

Closed phildias closed 3 years ago

phildias commented 3 years ago

The monk's "Unarmored Movement" feature (Pages 26 and 27 of the SRD 5.1: https://media.wizards.com/2016/downloads/DND/SRD-OGL_V5.1.pdf) is not listed. The feature adds a few feet to the character's walking movement. This should be added as a passive effect.

Thanks for the awesome work, btw!!!!

jegasus commented 3 years ago

I just figured out how to get this formula to work!!!! You can use the following: max(10+(ceil(((@classes.monk.levels)-5)/4))*5,10) This will set the appropriate increases to the monk's walking speed based on the actor's monk level.