v0.0.4 (#3)
This is now officially support fan-material Add Ship sheet Layout fix for adversaries Ability to remove skills on adversaries, useful when duplicating a adversary Option to automatically apply spell cost when rolled Added Armor compendium Added Weapons compendium Skills compendium updated with descriptions Co-Authored-By: erebus <erebus@rikspolisen.se> Co-Committed-By: erebus <erebus@rikspolisen.se>
This commit was merged in pull request #3.
This commit is contained in:
37
system.json
37
system.json
@@ -2,7 +2,11 @@
|
||||
"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.",
|
||||
<<<<<<< HEAD
|
||||
"version": "0.0.4",
|
||||
=======
|
||||
"version": "0.0.3",
|
||||
>>>>>>> master
|
||||
"minimumCoreVersion": "0.7.5",
|
||||
"compatibleCoreVersion": "0.7.7",
|
||||
"templateVersion": 4,
|
||||
@@ -32,6 +36,34 @@
|
||||
"system": "kopparhavet",
|
||||
"path": "./packs/skills-ht.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "armor",
|
||||
"label": "Kopparhavets Hjältar Rustningar",
|
||||
"system": "kopparhavet",
|
||||
"path": "./packs/armor.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "armor-ht",
|
||||
"label": "Hjältarnas Tid Rustningar",
|
||||
"system": "kopparhavet",
|
||||
"path": "./packs/armor-ht.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "weapons",
|
||||
"label": "Kopparhavets Hjältar Vapen",
|
||||
"system": "kopparhavet",
|
||||
"path": "./packs/weapons.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "weapons-ht",
|
||||
"label": "Hjältarnas Tid Vapen",
|
||||
"system": "kopparhavet",
|
||||
"path": "./packs/weapons-ht.db",
|
||||
"entity": "Item"
|
||||
}
|
||||
],
|
||||
"languages": [
|
||||
@@ -53,6 +85,11 @@
|
||||
"url": "https://pi.rikspolisen.se/foundryvtt/kopparhavet",
|
||||
"socket": true,
|
||||
"manifest": "https://pi.rikspolisen.se/foundryvtt/kopparhavet/raw/branch/master/system.json",
|
||||
<<<<<<< HEAD
|
||||
"download": "https://pi.rikspolisen.se/foundryvtt/kopparhavet/archive/v0.0.4.zip",
|
||||
"license": "LICENCE.txt"
|
||||
=======
|
||||
"download": "https://pi.rikspolisen.se/foundryvtt/kopparhavet/archive/v0.0.3.zip",
|
||||
"license": ""
|
||||
>>>>>>> master
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user