
Currently, I brute-force setting default attributes on new characters with an on(add:character) event in one of my API scripts that applies them via setAttr, but I'm convinced there's a better way. As a simple example case to illustrate, let's say I want all newly-created characters to have an "attr_strength" attribute set to "1". How would I do this, either in the HTML code, sheetworker script, or an API script?