#2 add Naturaist skill

This commit is contained in:
2021-03-12 15:43:53 +01:00
parent 5795c42808
commit 96991516b6
7 changed files with 30 additions and 4 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.5",
"version": "0.1.6",
"manifestPlusVersion": "1.0.0",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.9",
@@ -49,6 +49,15 @@
"path": "./packs/injuries.db",
"entity": "Item",
"tags" : [ "injury" ]
},
{
"name": "languages",
"label": "Languages",
"system": "foundryvtt-shadows-over-sol",
"module": "foundryvtt-shadows-over-sol",
"path": "./packs/languages.db",
"entity": "Item",
"tags" : [ "language" ]
},
{
"name": "combat-actions",