2020-11-28 19:12:19 +01:00
{
"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." ,
2020-11-30 06:23:35 +01:00
"version" : "0.0.2" ,
2020-11-28 19:12:19 +01:00
"minimumCoreVersion" : "0.7.5" ,
"compatibleCoreVersion" : "0.7.7" ,
"templateVersion" : 3 ,
"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" ,
2020-11-30 06:23:35 +01:00
"label" : "Kopparhavets Hjältar Färdigheter" ,
2020-11-28 19:12:19 +01:00
"system" : "kopparhavet" ,
"path" : "./packs/skills.db" ,
"entity" : "Item"
2020-11-30 06:23:35 +01:00
} ,
{
"name" : "skills-ht" ,
"label" : "Hjältarnas Tid Färdigheter" ,
"system" : "kopparhavet" ,
"path" : "./packs/skills-ht.db" ,
"entity" : "Item"
2020-11-28 19:12:19 +01:00
}
] ,
"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" ,
2020-11-30 06:23:35 +01:00
"download" : "https://pi.rikspolisen.se/foundryvtt/kopparhavet/archive/v0.0.2.zip" ,
2020-11-28 19:12:19 +01:00
"license" : ""
}