#4 : Weakness management, including bonus/malus field for scores and reminder in the flip dialog

This commit is contained in:
2021-03-12 17:12:14 +01:00
parent 96991516b6
commit 87ca3febd3
11 changed files with 132 additions and 30 deletions

View File

@@ -2,11 +2,11 @@
"name": "foundryvtt-shadows-over-sol",
"title": "Shadows over Sol",
"description": "Shadows over Sol for FoundryVTT",
"version": "0.1.6",
"version": "0.1.11",
"manifestPlusVersion": "1.0.0",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.9",
"templateVersion": 18,
"templateVersion": 22,
"author": "LeRatierBretonnien",
"esmodules": [ "module/sos-main.js" ],
"styles": ["styles/simple.css"],
@@ -49,6 +49,15 @@
"path": "./packs/injuries.db",
"entity": "Item",
"tags" : [ "injury" ]
},
{
"name": "weaknesses",
"label": "Weaknesses",
"system": "foundryvtt-shadows-over-sol",
"module": "foundryvtt-shadows-over-sol",
"path": "./packs/weaknesses.db",
"entity": "Item",
"tags" : [ "weakness" ]
},
{
"name": "languages",