You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I purchased Yawning Portal and have been trying to convert it cleanly to the Shaped Sheet. The maps include all of the tokens with HP set to bar 1 and AC to bar 2.
When selecting a token and running !shaped-apply-defaults it does apply the proper configuration (hooray!), however it wipes out the existing token values, which means that any token where this command is run needs to be replaced.
The text was updated successfully, but these errors were encountered:
At least part of the issue is a case sensitivity thing - the OGL uses lower case hp and ac whereas shaped uses upper. I have put in a fix for this for the next version of the script so the bar attribute matching is now case insensitive (the sheet workers are all case insensitive)
It's improved, but I suspect that there are cases where it might still happen. I'm currently working on a total rewrite of this stuff based on some new code that Kryx added to the sheet that lets me hook into when all sheetworker processing is completed. This allows me to remove a lot of kludge that I had with the token/character defaults.
I purchased Yawning Portal and have been trying to convert it cleanly to the Shaped Sheet. The maps include all of the tokens with HP set to bar 1 and AC to bar 2.
When selecting a token and running !shaped-apply-defaults it does apply the proper configuration (hooray!), however it wipes out the existing token values, which means that any token where this command is run needs to be replaced.
The text was updated successfully, but these errors were encountered: