This commit is contained in:
2021-02-09 23:32:55 +01:00
parent 92f8fe4ee8
commit 42af291a7c
25 changed files with 587 additions and 62 deletions

View File

@@ -2,11 +2,11 @@
"name": "foundryvtt-shadows-over-sol",
"title": "Shadows over Sol",
"description": "Shadows over Sol for FoundryVTT",
"version": "0.0.13",
"version": "0.0.20",
"manifestPlusVersion": "1.0.0",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.9",
"templateVersion": 9,
"templateVersion": 15,
"author": "LeRatierBretonnien",
"esmodules": [ "module/sos-main.js" ],
"styles": ["styles/simple.css"],
@@ -31,6 +31,15 @@
"path": "./packs/consequences.db",
"entity": "Item",
"tags" : [ "consequence", "Consequences" ]
},
{
"name": "gears",
"label": "Gears",
"system": "foundryvtt-shadows-over-sol",
"module": "foundryvtt-shadows-over-sol",
"path": "./packs/gears.db",
"entity": "Item",
"tags" : [ "gear", "weapon", "armor" ]
},
{
"name": "combat-actions",