From 354df0906905d2232b2f0ead08d9c49ccb160fcf Mon Sep 17 00:00:00 2001 From: Nicolas Delaforge Date: Thu, 8 Jul 2021 10:20:12 +0200 Subject: [PATCH] initial import --- README.md | 3 +-- system.json | 8 ++++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9933cb9..0dbc958 100644 --- a/README.md +++ b/README.md @@ -1,2 +1 @@ -# bol -Barbarians of Lemuria +# Système Foundry pour Barbarians of Lemuria (VF) diff --git a/system.json b/system.json index 63495e2..31f60f7 100644 --- a/system.json +++ b/system.json @@ -2,9 +2,9 @@ "name": "bol", "title": "Barbarians of Lemuria", "description": "The Barbarians of Lemuria system for FoundryVTT!", - "version": "1.0.0", + "version": "0.8.8.1", "minimumCoreVersion": "0.8.6", - "compatibleCoreVersion": "0.8.6", + "compatibleCoreVersion": "0.8.8", "templateVersion": 2, "author": "Zigmund", "esmodules": ["module/bol.js"], @@ -76,8 +76,8 @@ "gridUnits": "m", "primaryTokenAttribute": "traits.hp", "secondaryTokenAttribute": "traits.hero", - "url": "", - "manifest": "", + "url": "https://github.com/ZigmundKreud/bol", + "manifest": "https://raw.githubusercontent.com/ZigmundKreud/bol/master/system.json", "download": "", "license": "LICENSE.txt" }