Default Data Keys

Issue #240 new
Sean vas Terra created an issue

It would be handy if the sheet would duplicate an actor’s stats over to the default data keys, even if the sheet itself doesn’t interface with them beyond that. It looks like this already happens for some things? But for instance, data.attributes.ac is left untouched (there doesn’t seem to be an obsidian.attribute equivalent for the actual total ac value, either). This would allow other modules like token tooltips to properly read the stats of Obsidian characters.

Comments (1)

  1. Kim Mantas repo owner

    Sure, and if you notice any other places this is happening, let me know. For reference, most of obsidian’s derived data hangs off the obsidian property. So AC is under obsidian.attributes.ac (not to be confused with flags.obsidian which is where the raw input data goes).

  2. Log in to comment