feat!: migrate to v12
BREAKING CHANGE: Support for v11 has been dropped
This commit is contained in:
parent
1dd2705bf1
commit
6ac9f49463
13 changed files with 52 additions and 89 deletions
11
system.json
11
system.json
|
@ -40,8 +40,8 @@
|
|||
}
|
||||
},
|
||||
"compatibility": {
|
||||
"minimum": "11.305",
|
||||
"verified": "11"
|
||||
"minimum": "12.331",
|
||||
"verified": "12"
|
||||
},
|
||||
"esmodules": ["ds4.js"],
|
||||
"styles": ["css/ds4.css"],
|
||||
|
@ -118,9 +118,10 @@
|
|||
"manifest": "https://git.f3l.de/api/packages/dungeonslayers/generic/ds4/latest/system.json",
|
||||
"download": "https://git.f3l.de/dungeonslayers/ds4/releases/download/1.21.1/ds4.zip",
|
||||
"initiative": "@combatValues.initiative.total",
|
||||
"gridDistance": 1,
|
||||
"gridUnits": "m",
|
||||
"grid": {
|
||||
"distance": 1,
|
||||
"units": "m"
|
||||
},
|
||||
"primaryTokenAttribute": "combatValues.hitPoints",
|
||||
"manifestPlusVersion": "1.2.0",
|
||||
"url": "https://git.f3l.de/dungeonslayers/ds4"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue