RELEASE: 0.5
parent
afa1cd6c77
commit
0305587d9f
Binary file not shown.
|
@ -82,9 +82,7 @@ Hooks.on(
|
||||||
if (!updateData.round) {
|
if (!updateData.round) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
console.log("SETTING UP INITIATIVE");
|
|
||||||
if (game.settings.get('ose', 'individualInit')) {
|
if (game.settings.get('ose', 'individualInit')) {
|
||||||
console.log("PLOP");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
"name": "ose",
|
"name": "ose",
|
||||||
"title": "Old-School Essentials",
|
"title": "Old-School Essentials",
|
||||||
"description": "Play OSR modules with Old-School Essentials on Foundry VTT",
|
"description": "Play OSR modules with Old-School Essentials on Foundry VTT",
|
||||||
"version": 0.4,
|
"version": 0.5,
|
||||||
"minimumCoreVersion": "0.6.2",
|
"minimumCoreVersion": "0.6.2",
|
||||||
"compatibleCoreVersion": "0.6.4",
|
"compatibleCoreVersion": "0.6.5",
|
||||||
"templateVersion": 2,
|
"templateVersion": 2,
|
||||||
"author": "U~man",
|
"author": "U~man",
|
||||||
"esmodules": ["ose.js"],
|
"esmodules": ["ose.js"],
|
||||||
|
@ -34,5 +34,5 @@
|
||||||
"gridUnits": "ft",
|
"gridUnits": "ft",
|
||||||
"url": "https://gitlab.com/mesfoliesludiques/foundryvtt-ose",
|
"url": "https://gitlab.com/mesfoliesludiques/foundryvtt-ose",
|
||||||
"manifest": "https://gitlab.com/mesfoliesludiques/foundryvtt-ose/raw/master/src/system.json",
|
"manifest": "https://gitlab.com/mesfoliesludiques/foundryvtt-ose/raw/master/src/system.json",
|
||||||
"download": "https://gitlab.com/mesfoliesludiques/foundryvtt-ose/-/raw/master/package/ose-v0.4.zip"
|
"download": "https://gitlab.com/mesfoliesludiques/foundryvtt-ose/-/raw/master/package/ose-v0.5.zip"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue