Add combat actions

This commit is contained in:
2021-01-29 23:57:42 +01:00
parent 6d86f4d361
commit a17f8afbff
23 changed files with 96 additions and 4 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.8",
"version": "0.0.10",
"manifestPlusVersion": "1.0.0",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.9",
"templateVersion": 8,
"templateVersion": 9,
"author": "LeRatierBretonnien",
"esmodules": [ "module/sos-main.js" ],
"styles": ["styles/simple.css"],
@@ -30,6 +30,15 @@
"path": "./packs/consequences.db",
"entity": "Item",
"tags" : [ "consequence", "Consequences" ]
},
{
"name": "combat-actions",
"label": "Combat Actions",
"system": "foundryvtt-shadows-over-sol",
"module": "foundryvtt-shadows-over-sol",
"path": "./packs/combat-actions.db",
"entity": "Item",
"tags" : [ "actions", "combat", "attack" ]
},
{
"name": "genelines",