Initial commit
This commit is contained in:
98
system.json
Normal file
98
system.json
Normal file
@ -0,0 +1,98 @@
|
||||
{
|
||||
"author": "Uberwald",
|
||||
"compatibleCoreVersion": "9",
|
||||
"description": "Crucible RPG system for FoundryVTT",
|
||||
"download": "https://www.uberwald.me/data/files/fvtt-crucible-rpg/fvtt-crucible-rpg.zip",
|
||||
"esmodules": [
|
||||
"modules/crucible-main.js"
|
||||
],
|
||||
"gridDistance": 5,
|
||||
"gridUnits": "m",
|
||||
"languages": [
|
||||
{
|
||||
"lang": "en",
|
||||
"name": "English",
|
||||
"path": "lang/en.json"
|
||||
}
|
||||
],
|
||||
"library": false,
|
||||
"license": "LICENSE.txt",
|
||||
"manifest": "https://www.uberwald.me/data/files/fvtt-crucible-rpg/system.json",
|
||||
"manifestPlusVersion": "1.0.0",
|
||||
"media": [],
|
||||
"minimumCoreVersion": "0.8.0",
|
||||
"name": "fvtt-crucible-rpg",
|
||||
"packs": [
|
||||
{
|
||||
"entity": "Item",
|
||||
"label": "Armour",
|
||||
"name": "armour",
|
||||
"path": "./packs/armour.db",
|
||||
"system": "fvtt-pegasus-rpg",
|
||||
"tags": [
|
||||
"armour"
|
||||
]
|
||||
},
|
||||
{
|
||||
"entity": "Item",
|
||||
"label": "Equipment",
|
||||
"name": "equipment",
|
||||
"path": "./packs/equipment.db",
|
||||
"system": "fvtt-pegasus-rpg",
|
||||
"tags": [
|
||||
"equipment"
|
||||
]
|
||||
},
|
||||
{
|
||||
"entity": "Item",
|
||||
"label": "Shields",
|
||||
"name": "shields",
|
||||
"path": "./packs/shields.db",
|
||||
"system": "fvtt-pegasus-rpg",
|
||||
"tags": [
|
||||
"shield"
|
||||
]
|
||||
},
|
||||
{
|
||||
"entity": "Item",
|
||||
"label": "Melee Weapons",
|
||||
"name": "melee-weapons",
|
||||
"path": "./packs/melee-weapons.db",
|
||||
"system": "fvtt-pegasus-rpg",
|
||||
"tags": [
|
||||
"weapon", "melee"
|
||||
]
|
||||
},
|
||||
{
|
||||
"entity": "Item",
|
||||
"label": "Ranged Weapons",
|
||||
"name": "ranged-weapons",
|
||||
"path": "./packs/ranged-weapons.db",
|
||||
"system": "fvtt-pegasus-rpg",
|
||||
"tags": [
|
||||
"weapon", "ranged"
|
||||
]
|
||||
},
|
||||
{
|
||||
"entity": "Item",
|
||||
"label": "Currency",
|
||||
"name": "currency",
|
||||
"path": "./packs/currency.db",
|
||||
"system": "fvtt-pegasus-rpg",
|
||||
"tags": [
|
||||
"currency", "money"
|
||||
]
|
||||
}
|
||||
],
|
||||
"primaryTokenAttribute": "secondary.health",
|
||||
"secondaryTokenAttribute": "secondary.delirium",
|
||||
"socket": true,
|
||||
"styles": [
|
||||
"styles/simple.css"
|
||||
],
|
||||
"templateVersion": 1,
|
||||
"title": "Crucible RPG",
|
||||
"url": "https://www.uberwald.me/data/files/fvtt-crucible-rpg",
|
||||
"version": "0.1.0",
|
||||
"background" : "./images/ui/crucible_welcome_page.webp"
|
||||
}
|
Reference in New Issue
Block a user