All checks were successful
Release Creation / build (release) Successful in 1m14s
156 lines
2.9 KiB
JSON
156 lines
2.9 KiB
JSON
{
|
|
"id": "fvtt-oath-hammer",
|
|
"title": "Oath Hammer RPG",
|
|
"description": "Oath Hammer RPG System for FoundryVTT",
|
|
"version": "14.0.0",
|
|
"compatibility": {
|
|
"minimum": "13",
|
|
"verified": "14"
|
|
},
|
|
"esmodules": [
|
|
"oath-hammer.mjs"
|
|
],
|
|
"styles": [
|
|
"css/fvtt-oath-hammer.css"
|
|
],
|
|
"languages": [
|
|
{
|
|
"lang": "en",
|
|
"name": "English",
|
|
"path": "lang/en.json"
|
|
}
|
|
],
|
|
"documentTypes": {
|
|
"Actor": {
|
|
"character": {
|
|
"htmlFields": [
|
|
"description",
|
|
"background",
|
|
"notes",
|
|
"lineage.traits"
|
|
]
|
|
},
|
|
"npc": {
|
|
"htmlFields": [
|
|
"description",
|
|
"background",
|
|
"notes"
|
|
]
|
|
},
|
|
"settlement": {
|
|
"htmlFields": [
|
|
"description",
|
|
"notes"
|
|
]
|
|
},
|
|
"regiment": {
|
|
"htmlFields": [
|
|
"description",
|
|
"notes"
|
|
]
|
|
},
|
|
"party": {
|
|
"htmlFields": [
|
|
"notes"
|
|
]
|
|
},
|
|
"army": {
|
|
"htmlFields": [
|
|
"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"
|
|
]
|
|
},
|
|
"trait": {
|
|
"htmlFields": [
|
|
"description"
|
|
]
|
|
},
|
|
"oath": {
|
|
"htmlFields": [
|
|
"tenet",
|
|
"boon",
|
|
"bane"
|
|
]
|
|
},
|
|
"class": {
|
|
"htmlFields": [
|
|
"description",
|
|
"features"
|
|
]
|
|
},
|
|
"building": {
|
|
"htmlFields": [
|
|
"description",
|
|
"notes"
|
|
]
|
|
},
|
|
"skillnpc": {},
|
|
"npcattack": {}
|
|
}
|
|
},
|
|
"grid": {
|
|
"distance": 5,
|
|
"units": "ft"
|
|
},
|
|
"initiative": "@attributes.fate.rank",
|
|
"primaryTokenAttribute": "grit",
|
|
"socket": true,
|
|
"background": "systems/fvtt-oath-hammer/assets/images/cover_art.webp",
|
|
"flags": {
|
|
"hotReload": {
|
|
"extensions": [
|
|
"css",
|
|
"hbs",
|
|
"json"
|
|
],
|
|
"paths": [
|
|
"css/",
|
|
"lang/",
|
|
"assets/",
|
|
"templates/"
|
|
]
|
|
}
|
|
},
|
|
"url": "https://www.uberwald.me/gitea/uberwald/fvtt-oath-hammer",
|
|
"manifest": "https://www.uberwald.me/gitea/public/fvtt-oath-hammer/releases/download/latest/system.json",
|
|
"download": "https://www.uberwald.me/gitea/public/fvtt-oath-hammer/releases/download/latest/fvtt-oath-hammer.zip"
|
|
}
|