Moerill / token-mold

MIT License
24 stars 33 forks source link

Overlay user defined attribute #61

Open ToastyFestival opened 3 years ago

ToastyFestival commented 3 years ago

Attribute drop-down list is currently populated with standard character elements. However if non-standard elements are used by another module they can not be referenced. Can a user entry option be added to allow for referencing non-standard elements?

jbhuddleston commented 3 years ago

Agree with the original request. Further, many systems define their variables in code rather than in template.json. If the user can enter the dot-separated path to the variable, can you use it as a reference and fetch it in-game. I have been able to define variables that work with the attribute bars in this way.

Thanks for the awesome product BTW. Cheers

Moerill commented 3 years ago

Please take a look at https://github.com/Moerill/token-mold/issues/71 and leave your thoughts on the topic there, since this may resolve your issue.