v0.1.4
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@ ul.unstyled li {
|
|||||||
/* ----------------------------------------- */
|
/* ----------------------------------------- */
|
||||||
/* Sheet Structure */
|
/* Sheet Structure */
|
||||||
/* ----------------------------------------- */
|
/* ----------------------------------------- */
|
||||||
.system-vermine2047 .window-content {
|
.system-vermine2047 .sheet .window-content {
|
||||||
background: url(/systems/vermine2047/assets/images/ui/box_background.webp);
|
background: url(/systems/vermine2047/assets/images/ui/box_background.webp);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ export class TotemPicker extends Application {
|
|||||||
if (totem != null){
|
if (totem != null){
|
||||||
this.actor.update({ 'system.identity.totem': totem });
|
this.actor.update({ 'system.identity.totem': totem });
|
||||||
}
|
}
|
||||||
|
this.close();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+18
-11
@@ -2,24 +2,31 @@
|
|||||||
"id": "vermine2047",
|
"id": "vermine2047",
|
||||||
"title": "Vermine 2047",
|
"title": "Vermine 2047",
|
||||||
"description": "The Vermine 2047 system for FoundryVTT!",
|
"description": "The Vermine 2047 system for FoundryVTT!",
|
||||||
"version": "0.1.3",
|
"version": "0.1.4",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": 10,
|
"minimum": "10",
|
||||||
"verified": "10.287",
|
"verified": "10.287",
|
||||||
"maximum": 10
|
"maximum": "10"
|
||||||
},
|
},
|
||||||
"authors": [{
|
"authors": [
|
||||||
"name": "François-Xavier Guillois"
|
{
|
||||||
}],
|
"name": "François-Xavier Guillois",
|
||||||
"esmodules": ["module/vermine2047.mjs"],
|
"flags": {}
|
||||||
"styles": ["css/style.css", "css/vermine2047.css"],
|
}
|
||||||
"scripts": [],
|
],
|
||||||
"packs": [],
|
"esmodules": [
|
||||||
|
"module/vermine2047.mjs"
|
||||||
|
],
|
||||||
|
"styles": [
|
||||||
|
"css/style.css",
|
||||||
|
"css/vermine2047.css"
|
||||||
|
],
|
||||||
"languages": [
|
"languages": [
|
||||||
{
|
{
|
||||||
"lang": "en",
|
"lang": "en",
|
||||||
"name": "English",
|
"name": "English",
|
||||||
"path": "lang/en.json"
|
"path": "lang/en.json",
|
||||||
|
"flags": {}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"gridDistance": 5,
|
"gridDistance": 5,
|
||||||
|
|||||||
Reference in New Issue
Block a user