v0.1.2
This commit is contained in:
23
system.json
23
system.json
@@ -1,13 +1,14 @@
|
||||
{
|
||||
"id": "mgt2",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"title": "MGT2 - Mongoose Traveller (Unofficial)",
|
||||
"description": "An unofficial implementation of Mongoose Publishing Traveller. Traveller is the property of Mongoose Publishing, and can be purchased at https://www.mongoosepublishing.com",
|
||||
"description": "An unofficial implementation of Mongoose Publishing Traveller (VO/VF). Traveller is the property of Mongoose Publishing, and can be purchased at https://www.mongoosepublishing.com",
|
||||
"background": "systems/mgt2/assets/screens/rosette-nebula-ngc2239-hoo.webp",
|
||||
"url": "https://github.com/JDR-Ninja/foundryvtt-mgt2",
|
||||
"manifest": "https://github.com/JDR-Ninja/foundryvtt-mgt2/releases/latest/download/system.json",
|
||||
"readme": "https://raw.githubusercontent.com/JDR-Ninja/foundryvtt-mgt2/main/README.md",
|
||||
"download": "https://github.com/JDR-Ninja/foundryvtt-mgt2/releases/download/v0.1.1/mgt2.zip",
|
||||
"manifest": "https://github.com/JDR-Ninja/foundryvtt-mgt2/releases/latest/download/system.json",
|
||||
"readme": "https://raw.githubusercontent.com/JDR-Ninja/foundryvtt-mgt2/main/README.md",
|
||||
"download": "https://github.com/JDR-Ninja/foundryvtt-mgt2/releases/download/v0.1.2/mgt2.zip",
|
||||
"changelog": "https://raw.githubusercontent.com/JDR-Ninja/foundryvtt-mgt2/main/CHANGELOG.md",
|
||||
"authors": [
|
||||
{
|
||||
"name": "JdR Ninja",
|
||||
@@ -15,8 +16,12 @@
|
||||
"discord": "jdr.ninja"
|
||||
}
|
||||
],
|
||||
"esmodules": ["mgt2.bundle.js"],
|
||||
"styles": ["styles/mgt2.min.css"],
|
||||
"esmodules": [
|
||||
"mgt2.bundle.js"
|
||||
],
|
||||
"styles": [
|
||||
"styles/mgt2.min.css"
|
||||
],
|
||||
"packs": [],
|
||||
"languages": [
|
||||
{
|
||||
@@ -36,5 +41,5 @@
|
||||
},
|
||||
"gridDistance": 1.5,
|
||||
"gridUnits": "m",
|
||||
"primaryTokenAttribute": "life"
|
||||
}
|
||||
"primaryTokenAttribute": "life"
|
||||
}
|
||||
Reference in New Issue
Block a user