automatically calculate base combat values
This commit is contained in:
parent
a020cb7403
commit
ecfbe9fa2a
15 changed files with 195 additions and 27 deletions
12
src/module/settings.ts
Normal file
12
src/module/settings.ts
Normal file
|
@ -0,0 +1,12 @@
|
|||
export function registerSystemSettings(): void {
|
||||
/**
|
||||
* Track the system version upon which point a migration was last applied
|
||||
*/
|
||||
game.settings.register("ds4", "systemMigrationVersion", {
|
||||
name: "System Migration Version",
|
||||
scope: "world",
|
||||
config: false,
|
||||
type: String,
|
||||
default: "",
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue