Item ehnance, fixes on acto sheet
This commit is contained in:
125
system.json
125
system.json
@@ -3,35 +3,122 @@
|
||||
"title": "Oath Hammer RPG",
|
||||
"description": "Oath Hammer RPG System for FoundryVTT",
|
||||
"version": "13.0.0",
|
||||
"compatibility": { "minimum": "13", "verified": "13" },
|
||||
"esmodules": ["oath-hammer.mjs"],
|
||||
"styles": ["css/fvtt-oath-hammer.css"],
|
||||
"languages": [{ "lang": "en", "name": "English", "path": "lang/en.json" }],
|
||||
"compatibility": {
|
||||
"minimum": "13",
|
||||
"verified": "13"
|
||||
},
|
||||
"esmodules": [
|
||||
"oath-hammer.mjs"
|
||||
],
|
||||
"styles": [
|
||||
"css/fvtt-oath-hammer.css"
|
||||
],
|
||||
"languages": [
|
||||
{
|
||||
"lang": "en",
|
||||
"name": "English",
|
||||
"path": "lang/en.json"
|
||||
}
|
||||
],
|
||||
"documentTypes": {
|
||||
"Actor": {
|
||||
"character": { "htmlFields": ["description", "notes"] },
|
||||
"npc": { "htmlFields": ["description", "notes"] }
|
||||
"character": {
|
||||
"htmlFields": [
|
||||
"description",
|
||||
"notes"
|
||||
]
|
||||
},
|
||||
"npc": {
|
||||
"htmlFields": [
|
||||
"description",
|
||||
"notes"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Item": {
|
||||
"weapon": { "htmlFields": ["description", "magicEffect"] },
|
||||
"armor": { "htmlFields": ["description", "magicEffect"] },
|
||||
"ammunition": { "htmlFields": ["description"] },
|
||||
"equipment": { "htmlFields": ["description"] },
|
||||
"spell": { "htmlFields": ["effect"] },
|
||||
"miracle": { "htmlFields": ["effect"] },
|
||||
"magic-item": { "htmlFields": ["effect"] },
|
||||
"ability": { "htmlFields": ["description"] },
|
||||
"oath": { "htmlFields": ["tenet", "boon", "bane"] }
|
||||
"weapon": {
|
||||
"htmlFields": [
|
||||
"description",
|
||||
"magicEffect"
|
||||
]
|
||||
},
|
||||
"armor": {
|
||||
"htmlFields": [
|
||||
"description",
|
||||
"magicEffect"
|
||||
]
|
||||
},
|
||||
"ammunition": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"equipment": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"spell": {
|
||||
"htmlFields": [
|
||||
"effect"
|
||||
]
|
||||
},
|
||||
"miracle": {
|
||||
"htmlFields": [
|
||||
"effect"
|
||||
]
|
||||
},
|
||||
"magic-item": {
|
||||
"htmlFields": [
|
||||
"effect"
|
||||
]
|
||||
},
|
||||
"ability": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"oath": {
|
||||
"htmlFields": [
|
||||
"tenet",
|
||||
"boon",
|
||||
"bane"
|
||||
]
|
||||
},
|
||||
"lineage": {
|
||||
"htmlFields": [
|
||||
"description",
|
||||
"traits"
|
||||
]
|
||||
},
|
||||
"class": {
|
||||
"htmlFields": [
|
||||
"description",
|
||||
"features"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"grid": { "distance": 5, "units": "ft" },
|
||||
"grid": {
|
||||
"distance": 5,
|
||||
"units": "ft"
|
||||
},
|
||||
"primaryTokenAttribute": "grit",
|
||||
"socket": true,
|
||||
"background": "systems/fvtt-oath-hammer/assets/ui/oath_hammer_paper.webp",
|
||||
"flags": {
|
||||
"hotReload": {
|
||||
"extensions": ["css", "hbs", "json"],
|
||||
"paths": ["css/", "lang/", "assets/", "templates/"]
|
||||
"extensions": [
|
||||
"css",
|
||||
"hbs",
|
||||
"json"
|
||||
],
|
||||
"paths": [
|
||||
"css/",
|
||||
"lang/",
|
||||
"assets/",
|
||||
"templates/"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user