- Fixed an issue with the actor/item creation dialog that prevented
it from working on Foundry 0.7.x versions.
- Removed obsolete translation string.
- Bumped minimum core version now that 0.7.3 is in beta.
- This commit adds a proof-of-concept for retrieving actor template
types. These are actors using the `worldbuilding.isTemplate` flag set
to true. If there are multiple actors with that flag set to true,
clicking the create actor button will pull up a prompt to choose from
one of those types, which will then create an actor by duplicating
the template actor's data. The flag will be unset on the new actor.
- Utilized the revisions made to roll syntax to allow for rollable
buttons on item lists on actor sheets. Rolls are evaluated using
`@items.ITEM.KEY`, where ITEM is the item name (slugified), and KEY is
an attribute key for a formula attribute.