mirror of
https://github.com/RoY7x/worldbuilding.git
synced 2025-07-10 00:20:30 -04:00
10: Add attribute groups base implementation
- Added support for attribute groups - Added rollable buttons to formula attributes - Added additional i18n translation strings
This commit is contained in:
parent
c515f8d5b7
commit
f69e3841ff
13 changed files with 827 additions and 151 deletions
|
@ -8,7 +8,8 @@ export const preloadHandlebarsTemplates = async function() {
|
|||
// Define template paths to load
|
||||
const templatePaths = [
|
||||
// Attribute list partial.
|
||||
"systems/worldbuilding/templates/parts/sheet-attributes.html"
|
||||
"systems/worldbuilding/templates/parts/sheet-attributes.html",
|
||||
"systems/worldbuilding/templates/parts/sheet-groups.html"
|
||||
];
|
||||
|
||||
// Load the template parts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue