first commit
This commit is contained in:
51
system.json
Normal file
51
system.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"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",
|
||||
"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",
|
||||
"label": "Skills",
|
||||
"system": "kopparhavet",
|
||||
"path": "./packs/skills.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.0.1.zip",
|
||||
"license": ""
|
||||
}
|
||||
Reference in New Issue
Block a user