System development, WIP
This commit is contained in:
+131
@@ -0,0 +1,131 @@
|
||||
{
|
||||
"id": "fvtt-machine-gods-noxian-expanse",
|
||||
"title": "Machine Gods of the Noxian Expanse",
|
||||
"description": "Foundry VTT system for Machine Gods of the Noxian Expanse.",
|
||||
"version": "14.0.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Uberwald"
|
||||
}
|
||||
],
|
||||
"compatibility": {
|
||||
"minimum": "14",
|
||||
"verified": "14"
|
||||
},
|
||||
"esmodules": [
|
||||
"fvtt-machine-gods-noxian-expanse.mjs"
|
||||
],
|
||||
"styles": [
|
||||
"css/mgne.css"
|
||||
],
|
||||
"languages": [
|
||||
{
|
||||
"lang": "en",
|
||||
"name": "English",
|
||||
"path": "lang/en.json"
|
||||
}
|
||||
],
|
||||
"documentTypes": {
|
||||
"Actor": {
|
||||
"character": {
|
||||
"htmlFields": [
|
||||
"description",
|
||||
"notes"
|
||||
]
|
||||
},
|
||||
"creature": {
|
||||
"htmlFields": [
|
||||
"description",
|
||||
"special",
|
||||
"notes"
|
||||
]
|
||||
},
|
||||
"companion": {
|
||||
"htmlFields": [
|
||||
"description",
|
||||
"notes"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Item": {
|
||||
"weapon": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"armor": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"shield": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"equipment": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"resonance-core": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"artifact": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"feature": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"packs": [
|
||||
{
|
||||
"name": "resonations",
|
||||
"label": "Resonations",
|
||||
"path": "packs-system/resonations",
|
||||
"type": "Item",
|
||||
"system": "fvtt-machine-gods-noxian-expanse"
|
||||
},
|
||||
{
|
||||
"name": "features",
|
||||
"label": "Features",
|
||||
"path": "packs-system/features",
|
||||
"type": "Item",
|
||||
"system": "fvtt-machine-gods-noxian-expanse"
|
||||
},
|
||||
{
|
||||
"name": "companions",
|
||||
"label": "Companions",
|
||||
"path": "packs-system/companions",
|
||||
"type": "Actor",
|
||||
"system": "fvtt-machine-gods-noxian-expanse"
|
||||
},
|
||||
{
|
||||
"name": "weapons",
|
||||
"label": "Weapons",
|
||||
"path": "packs-system/weapons",
|
||||
"type": "Item",
|
||||
"system": "fvtt-machine-gods-noxian-expanse"
|
||||
},
|
||||
{
|
||||
"name": "armor",
|
||||
"label": "Armor & Shields",
|
||||
"path": "packs-system/armor",
|
||||
"type": "Item",
|
||||
"system": "fvtt-machine-gods-noxian-expanse"
|
||||
}
|
||||
],
|
||||
"grid": {
|
||||
"distance": 10,
|
||||
"units": "ft"
|
||||
},
|
||||
"primaryTokenAttribute": "hp",
|
||||
"socket": false
|
||||
}
|
||||
Reference in New Issue
Block a user