101 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			JSON
		
	
	
			
		
		
	
	
			101 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			JSON
		
	
	
| {
 | |
|     "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.1.2",
 | |
|     "minimumCoreVersion": "9",
 | |
|     "compatibleCoreVersion": "9",
 | |
|     "templateVersion": 4,
 | |
|     "author": "Erebus",
 | |
|     "scripts": [],
 | |
|     "esmodules": [
 | |
|         "module/kh-main.js",
 | |
|         "module/kh-dice.js"
 | |
|     ],
 | |
|     "styles": [
 | |
|         "styles/common.css",
 | |
|         "styles/actors.css",
 | |
|         "styles/items.css",
 | |
|         "styles/dice-roller.css"
 | |
|     ],
 | |
|     "packs": [
 | |
|         {
 | |
|             "name": "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"
 | |
|         },
 | |
|         {
 | |
|             "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"
 | |
|         },
 | |
|         {
 | |
|             "name": "besvarjelser",
 | |
|             "label": "Kopparhavets Hjältar Besvärjelser",
 | |
|             "system": "kopparhavet",
 | |
|             "path": "./packs/besvarjelser.db",
 | |
|             "entity": "Item"
 | |
|         },
 | |
|         {
 | |
|             "name": "besvarjelser-ht",
 | |
|             "label": "Hjältarnas Tid Besvärjelser",
 | |
|             "system": "kopparhavet",
 | |
|             "path": "./packs/besvarjelser-ht.db",
 | |
|             "entity": "Item"
 | |
|         }
 | |
|     ],
 | |
|     "languages": [
 | |
|         {
 | |
|             "lang": "en",
 | |
|             "name": "English",
 | |
|             "path": "lang/en.json"
 | |
|         },
 | |
|         {
 | |
|             "lang": "sv",
 | |
|             "name": "Swedish",
 | |
|             "path": "lang/sv.json"
 | |
|         }
 | |
|     ],
 | |
|     "gridDistance": 2,
 | |
|     "gridUnits": "m",
 | |
|     "primaryTokenAttribute": "health",
 | |
|     "secondaryTokenAttribute": "stamina",
 | |
|     "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.1.2.zip",
 | |
|     "license": "LICENCE.txt"
 | |
| }
 |