MATT Elevation - ironmonk108/monks-module-wiki GitHub Wiki
This action is used to modify the elevation of tokens.
Use this to directly change the elevation of an entity; the following entity types are able to be targeted.
Use this to change the elevation of the triggering token.
Use this to change the elevation of all tokens within the triggering tile.
Use this to change the elevation of all player tokens on the triggering scene.
Use this to change the elevation of the current tokens collection.
Use this to change the elevation of entities of a valid type with a Tag matching your Use Tagger settings.
- Tokens Tagger
- Use
+
and-
to set or modify your elevation. Space is Important.
Toggles the attributes between the values; if the attribute is neither value when triggered, it will turn into the first one here, 10
.
= ({{entity.elevation}} || 0) == 10 ? 20 : 10
-
{{variable.variablename}}
Sets or modifies elevation an amount equal to a stored variable.
- Foundry 12.330
- MATT 11.12