Manage GM cards

This commit is contained in:
2021-03-08 23:10:03 +01:00
parent f15b0be621
commit a824a82678
2 changed files with 63 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
"name": "foundryvtt-shadows-over-sol",
"title": "Shadows over Sol",
"description": "Shadows over Sol for FoundryVTT",
"version": "0.1.4",
"version": "0.1.5",
"manifestPlusVersion": "1.0.0",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.9",
@@ -40,6 +40,15 @@
"path": "./packs/gears.db",
"entity": "Item",
"tags" : [ "gear", "weapon", "armor" ]
},
{
"name": "injuries",
"label": "Injuries",
"system": "foundryvtt-shadows-over-sol",
"module": "foundryvtt-shadows-over-sol",
"path": "./packs/injuries.db",
"entity": "Item",
"tags" : [ "injury" ]
},
{
"name": "combat-actions",