Get items appearing on the sheet, still a lot to do but this is a strong step in the right direction
This commit is contained in:
parent
6b03d62234
commit
23a402f11a
9 changed files with 254 additions and 10 deletions
|
|
@ -13,6 +13,15 @@ export function registerWorldSettings() {
|
|||
scope: `world`,
|
||||
});
|
||||
|
||||
game.settings.register(__ID__, `weightUnit`, {
|
||||
name: `taf.settings.weightUnit.name`,
|
||||
hint: `taf.settings.weightUnit.hint`,
|
||||
config: true,
|
||||
type: String,
|
||||
default: ``,
|
||||
scope: `world`,
|
||||
});
|
||||
|
||||
game.settings.register(__ID__, `canPlayersManageAttributes`, {
|
||||
name: `taf.settings.canPlayersManageAttributes.name`,
|
||||
hint: `taf.settings.canPlayersManageAttributes.hint`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue