Final v0.0.2

This commit is contained in:
2020-11-30 06:23:35 +01:00
parent 512d0de4e5
commit 6f030bd6b5
20 changed files with 884 additions and 135 deletions

View File

@@ -2,7 +2,7 @@
"name": "kopparhavet",
"title": "Kopparhavets Hjältar",
"description": "The Molten Sea is a dangerous but exciting place, where pirates, sorcerers and secretive orders of knighthood struggle for power, wealth and ancient lore.",
"version": "0.0.1",
"version": "0.0.2",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.7",
"templateVersion": 3,
@@ -21,10 +21,17 @@
"packs": [
{
"name": "skills",
"label": "Skills",
"label": "Kopparhavets Hjältar Färdigheter",
"system": "kopparhavet",
"path": "./packs/skills.db",
"entity": "Item"
},
{
"name": "skills-ht",
"label": "Hjältarnas Tid Färdigheter",
"system": "kopparhavet",
"path": "./packs/skills-ht.db",
"entity": "Item"
}
],
"languages": [
@@ -46,6 +53,6 @@
"url": "https://pi.rikspolisen.se/foundryvtt/kopparhavet",
"socket": true,
"manifest": "https://pi.rikspolisen.se/foundryvtt/kopparhavet/raw/branch/master/system.json",
"download": "https://pi.rikspolisen.se/foundryvtt/kopparhavet/archive/v0.0.1.zip",
"download": "https://pi.rikspolisen.se/foundryvtt/kopparhavet/archive/v0.0.2.zip",
"license": ""
}