clarify docs for MovementFeet in the new Timers API

develop
myk002 2022-12-02 10:18:07 -08:00
parent 08b579cf44
commit 53f4630517
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 1 additions and 0 deletions

@ -1560,6 +1560,7 @@ Timers will be capped to go no lower than 1.
* ``All`` (does not include unknown unit action types)
* ``Movement``
* ``MovementFeet`` (affects only walking and crawling speed. if you need to differentiate between walking and crawling, check the unit's ``flags1.on_ground`` flag, like the Pegasus boots do in the `modding-guide`)
* ``MovementFeet`` (for walking speed, such as with pegasus boots from the `modding-guide`)
* ``Combat`` (includes bloodsucking)
* ``Work``