readme update, replaced Candela template with boilerplate template
parent
59442051b8
commit
4e6265ae58
|
@ -14,13 +14,13 @@ There is an ingame compendium called "System Manual", that has a basic tutorial
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
- If you have any issues with the system, please open a issue at [My Gitea](https://git.nexxy.co/nexan/Daggerheart-fvtt).
|
- If you have any issues with the system, please open a issue at [Github](replace with github link).
|
||||||
- If you have any improvements (including translations), feel free to open a pull request, i am happy to review and merge them!
|
- If you have any improvements (including translations), feel free to open a pull request, i am happy to review and merge them!
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
- This system and content is based on the [Candela Obscura Quickstart Guide](https://darringtonpress.com/candela/) written by Spenser Starke and Rowan Hall at Darrington Press and the [Candela Obscura Core Rulebook](https://darringtonpress.com/candela/) by Darrington Press under the [Darrington Press Community Gaming License](https://darringtonpress.com/license/). I don't have, nor do i claim, any rights regarding that content.
|
- This system and content is based on the [Daggerheart System](https://www.daggerheart.com/) written by Spenser Starke and Rowan Hall at Darrington Press and the [Daggerheart Open Beta Playtest](https://www.daggerheart.com/play) by Darrington Press under the [Darrington Press Community Gaming License](https://darringtonpress.com/license/). I don't have, nor do i claim, any rights regarding that content.
|
||||||
If you like the system, you can find the books and more detail over at their Website [https://darringtonpress.com/candela/](https://darringtonpress.com/candela/)
|
If you like the system, you can find the books and more detail over at their Website [https://www.daggerheart.com/](https://www.daggerheart.com/)
|
||||||
|
|
||||||
- The code has been based on the [Boilerplate System](https://gitlab.com/asacolips-projects/foundry-mods/boilerplate) by [Matt Smith (Asacolips)](https://github.com/asacolips)
|
- The code has been based on the [Boilerplate System](https://gitlab.com/asacolips-projects/foundry-mods/boilerplate) by [Matt Smith (Asacolips)](https://github.com/asacolips)
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,226 @@
|
||||||
|
{
|
||||||
|
"Actor": {
|
||||||
|
"types": [
|
||||||
|
"Character",
|
||||||
|
"Party"
|
||||||
|
],
|
||||||
|
"htmlFields": [
|
||||||
|
"biography"
|
||||||
|
],
|
||||||
|
"Character": {
|
||||||
|
"background": "",
|
||||||
|
"health": {
|
||||||
|
"value": 10,
|
||||||
|
"min": 0,
|
||||||
|
"max": 10
|
||||||
|
},
|
||||||
|
"power": {
|
||||||
|
"value": 5,
|
||||||
|
"min": 0,
|
||||||
|
"max": 5
|
||||||
|
},
|
||||||
|
"attributes": {},
|
||||||
|
"role": "",
|
||||||
|
"specialty": "",
|
||||||
|
"pronouns": "",
|
||||||
|
"circle": {
|
||||||
|
"uuid": "",
|
||||||
|
"name": ""
|
||||||
|
},
|
||||||
|
"catalyst": "",
|
||||||
|
"style": "",
|
||||||
|
"question": "",
|
||||||
|
"actionCategories": {
|
||||||
|
"nerve": {
|
||||||
|
"drives": {
|
||||||
|
"value": 0,
|
||||||
|
"max": 0
|
||||||
|
},
|
||||||
|
"resistance": {
|
||||||
|
"value": 0,
|
||||||
|
"max": 0
|
||||||
|
},
|
||||||
|
"actions": {
|
||||||
|
"move": {
|
||||||
|
"value": 0,
|
||||||
|
"gilded": false
|
||||||
|
},
|
||||||
|
"strike": {
|
||||||
|
"value": 0,
|
||||||
|
"gilded": false
|
||||||
|
},
|
||||||
|
"control": {
|
||||||
|
"value": 0,
|
||||||
|
"gilded": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"cunning": {
|
||||||
|
"drives": {
|
||||||
|
"value": 0,
|
||||||
|
"max": 0
|
||||||
|
},
|
||||||
|
"resistance": {
|
||||||
|
"value": 0,
|
||||||
|
"max": 0
|
||||||
|
},
|
||||||
|
"actions": {
|
||||||
|
"sway": {
|
||||||
|
"value": 0,
|
||||||
|
"gilded": false
|
||||||
|
},
|
||||||
|
"read": {
|
||||||
|
"value": 0,
|
||||||
|
"gilded": false
|
||||||
|
},
|
||||||
|
"hide": {
|
||||||
|
"value": 0,
|
||||||
|
"gilded": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"intuition": {
|
||||||
|
"drives": {
|
||||||
|
"value": 0,
|
||||||
|
"max": 0
|
||||||
|
},
|
||||||
|
"resistance": {
|
||||||
|
"value": 0,
|
||||||
|
"max": 0
|
||||||
|
},
|
||||||
|
"actions": {
|
||||||
|
"survey": {
|
||||||
|
"value": 0,
|
||||||
|
"gilded": false
|
||||||
|
},
|
||||||
|
"focus": {
|
||||||
|
"value": 0,
|
||||||
|
"gilded": false
|
||||||
|
},
|
||||||
|
"sense": {
|
||||||
|
"value": 0,
|
||||||
|
"gilded": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"marks": {
|
||||||
|
"body": {
|
||||||
|
"value": 0,
|
||||||
|
"max": 3
|
||||||
|
},
|
||||||
|
"brain": {
|
||||||
|
"value": 0,
|
||||||
|
"max": 3
|
||||||
|
},
|
||||||
|
"bleed": {
|
||||||
|
"value": 0,
|
||||||
|
"max": 3
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"relationships": "",
|
||||||
|
"scars": "",
|
||||||
|
"illuminationKeys": [
|
||||||
|
{
|
||||||
|
"key": ""
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Circle": {
|
||||||
|
"name": "",
|
||||||
|
"chapterHouse": "",
|
||||||
|
"color": "",
|
||||||
|
"members": [],
|
||||||
|
"tone": "",
|
||||||
|
"biography": "",
|
||||||
|
"abilities": [],
|
||||||
|
"illumination": {
|
||||||
|
"value": -1,
|
||||||
|
"max": 24
|
||||||
|
},
|
||||||
|
"resources": {
|
||||||
|
"stitch": {
|
||||||
|
"value": 0,
|
||||||
|
"max": 0
|
||||||
|
},
|
||||||
|
"refresh": {
|
||||||
|
"value": 0,
|
||||||
|
"max": 0
|
||||||
|
},
|
||||||
|
"train": {
|
||||||
|
"value": 0,
|
||||||
|
"max": 0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"gear": [
|
||||||
|
""
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Item": {
|
||||||
|
"types": [
|
||||||
|
"Ability",
|
||||||
|
"Gear",
|
||||||
|
"Role",
|
||||||
|
"Specialty",
|
||||||
|
"IlluminationKey"
|
||||||
|
],
|
||||||
|
"templates": {
|
||||||
|
"base": {
|
||||||
|
"description": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Gear": {
|
||||||
|
"templates": [
|
||||||
|
"base"
|
||||||
|
],
|
||||||
|
"equipped": false
|
||||||
|
},
|
||||||
|
"Ability": {
|
||||||
|
"templates": [
|
||||||
|
"base"
|
||||||
|
],
|
||||||
|
"subtype": ""
|
||||||
|
},
|
||||||
|
"Role": {
|
||||||
|
"templates": [
|
||||||
|
"base"
|
||||||
|
],
|
||||||
|
"identifier": ""
|
||||||
|
},
|
||||||
|
"Specialty": {
|
||||||
|
"templates": [
|
||||||
|
"base"
|
||||||
|
],
|
||||||
|
"identifier": "",
|
||||||
|
"roleIdentifier": "",
|
||||||
|
"drives": {
|
||||||
|
"nerve": 0,
|
||||||
|
"cunning": 0,
|
||||||
|
"intuition": 0
|
||||||
|
},
|
||||||
|
"actionRatings": {
|
||||||
|
"nerve":{
|
||||||
|
"move": 0,
|
||||||
|
"strike": 0,
|
||||||
|
"control": 0
|
||||||
|
},
|
||||||
|
"cunning": {
|
||||||
|
"sway": 0,
|
||||||
|
"read": 0,
|
||||||
|
"hide": 0
|
||||||
|
},
|
||||||
|
"intuition": {
|
||||||
|
"survey": 0,
|
||||||
|
"focus": 0,
|
||||||
|
"sense": 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"IlluminationKey": {
|
||||||
|
"templates": [
|
||||||
|
"base"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
259
template.json
259
template.json
|
@ -1,226 +1,73 @@
|
||||||
{
|
{
|
||||||
"Actor": {
|
"Actor": {
|
||||||
"types": [
|
"types": ["character", "npc"],
|
||||||
"Character",
|
"templates": {
|
||||||
"Circle"
|
"base": {
|
||||||
],
|
"health": {
|
||||||
"htmlFields": [
|
"value": 10,
|
||||||
"biography"
|
"min": 0,
|
||||||
],
|
"max": 10
|
||||||
"Character": {
|
|
||||||
"background": "",
|
|
||||||
"health": {
|
|
||||||
"value": 10,
|
|
||||||
"min": 0,
|
|
||||||
"max": 10
|
|
||||||
},
|
|
||||||
"power": {
|
|
||||||
"value": 5,
|
|
||||||
"min": 0,
|
|
||||||
"max": 5
|
|
||||||
},
|
|
||||||
"attributes": {},
|
|
||||||
"role": "",
|
|
||||||
"specialty": "",
|
|
||||||
"pronouns": "",
|
|
||||||
"circle": {
|
|
||||||
"uuid": "",
|
|
||||||
"name": ""
|
|
||||||
},
|
|
||||||
"catalyst": "",
|
|
||||||
"style": "",
|
|
||||||
"question": "",
|
|
||||||
"actionCategories": {
|
|
||||||
"nerve": {
|
|
||||||
"drives": {
|
|
||||||
"value": 0,
|
|
||||||
"max": 0
|
|
||||||
},
|
|
||||||
"resistance": {
|
|
||||||
"value": 0,
|
|
||||||
"max": 0
|
|
||||||
},
|
|
||||||
"actions": {
|
|
||||||
"move": {
|
|
||||||
"value": 0,
|
|
||||||
"gilded": false
|
|
||||||
},
|
|
||||||
"strike": {
|
|
||||||
"value": 0,
|
|
||||||
"gilded": false
|
|
||||||
},
|
|
||||||
"control": {
|
|
||||||
"value": 0,
|
|
||||||
"gilded": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"cunning": {
|
"power": {
|
||||||
"drives": {
|
"value": 5,
|
||||||
"value": 0,
|
"min": 0,
|
||||||
"max": 0
|
"max": 5
|
||||||
},
|
|
||||||
"resistance": {
|
|
||||||
"value": 0,
|
|
||||||
"max": 0
|
|
||||||
},
|
|
||||||
"actions": {
|
|
||||||
"sway": {
|
|
||||||
"value": 0,
|
|
||||||
"gilded": false
|
|
||||||
},
|
|
||||||
"read": {
|
|
||||||
"value": 0,
|
|
||||||
"gilded": false
|
|
||||||
},
|
|
||||||
"hide": {
|
|
||||||
"value": 0,
|
|
||||||
"gilded": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"intuition": {
|
"biography": ""
|
||||||
"drives": {
|
}
|
||||||
"value": 0,
|
|
||||||
"max": 0
|
|
||||||
},
|
|
||||||
"resistance": {
|
|
||||||
"value": 0,
|
|
||||||
"max": 0
|
|
||||||
},
|
|
||||||
"actions": {
|
|
||||||
"survey": {
|
|
||||||
"value": 0,
|
|
||||||
"gilded": false
|
|
||||||
},
|
|
||||||
"focus": {
|
|
||||||
"value": 0,
|
|
||||||
"gilded": false
|
|
||||||
},
|
|
||||||
"sense": {
|
|
||||||
"value": 0,
|
|
||||||
"gilded": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"marks": {
|
|
||||||
"body": {
|
|
||||||
"value": 0,
|
|
||||||
"max": 3
|
|
||||||
},
|
|
||||||
"brain": {
|
|
||||||
"value": 0,
|
|
||||||
"max": 3
|
|
||||||
},
|
|
||||||
"bleed": {
|
|
||||||
"value": 0,
|
|
||||||
"max": 3
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"relationships": "",
|
|
||||||
"scars": "",
|
|
||||||
"illuminationKeys": [
|
|
||||||
{
|
|
||||||
"key": ""
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"Circle": {
|
"character": {
|
||||||
"name": "",
|
"templates": ["base"],
|
||||||
"chapterHouse": "",
|
"attributes": {
|
||||||
"color": "",
|
"level": {
|
||||||
"members": [],
|
"value": 1
|
||||||
"tone": "",
|
|
||||||
"biography": "",
|
|
||||||
"abilities": [],
|
|
||||||
"illumination": {
|
|
||||||
"value": -1,
|
|
||||||
"max": 24
|
|
||||||
},
|
|
||||||
"resources": {
|
|
||||||
"stitch": {
|
|
||||||
"value": 0,
|
|
||||||
"max": 0
|
|
||||||
},
|
|
||||||
"refresh": {
|
|
||||||
"value": 0,
|
|
||||||
"max": 0
|
|
||||||
},
|
|
||||||
"train": {
|
|
||||||
"value": 0,
|
|
||||||
"max": 0
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gear": [
|
"abilities": {
|
||||||
""
|
"str": {
|
||||||
]
|
"value": 10
|
||||||
|
},
|
||||||
|
"dex": {
|
||||||
|
"value": 10
|
||||||
|
},
|
||||||
|
"con": {
|
||||||
|
"value": 10
|
||||||
|
},
|
||||||
|
"int": {
|
||||||
|
"value": 10
|
||||||
|
},
|
||||||
|
"wis": {
|
||||||
|
"value": 10
|
||||||
|
},
|
||||||
|
"cha": {
|
||||||
|
"value": 10
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"npc": {
|
||||||
|
"templates": ["base"],
|
||||||
|
"cr": 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Item": {
|
"Item": {
|
||||||
"types": [
|
"types": ["item", "feature", "spell"],
|
||||||
"Ability",
|
|
||||||
"Gear",
|
|
||||||
"Role",
|
|
||||||
"Specialty",
|
|
||||||
"IlluminationKey"
|
|
||||||
],
|
|
||||||
"templates": {
|
"templates": {
|
||||||
"base": {
|
"base": {
|
||||||
"description": ""
|
"description": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Gear": {
|
"item": {
|
||||||
"templates": [
|
"templates": ["base"],
|
||||||
"base"
|
"quantity": 1,
|
||||||
],
|
"weight": 0,
|
||||||
"equipped": false
|
"formula": "d20 + @str.mod + ceil(@lvl / 2)"
|
||||||
},
|
},
|
||||||
"Ability": {
|
"feature": {
|
||||||
"templates": [
|
"templates": ["base"]
|
||||||
"base"
|
|
||||||
],
|
|
||||||
"subtype": ""
|
|
||||||
},
|
},
|
||||||
"Role": {
|
"spell": {
|
||||||
"templates": [
|
"templates": ["base"],
|
||||||
"base"
|
"spellLevel": 1
|
||||||
],
|
|
||||||
"identifier": ""
|
|
||||||
},
|
|
||||||
"Specialty": {
|
|
||||||
"templates": [
|
|
||||||
"base"
|
|
||||||
],
|
|
||||||
"identifier": "",
|
|
||||||
"roleIdentifier": "",
|
|
||||||
"drives": {
|
|
||||||
"nerve": 0,
|
|
||||||
"cunning": 0,
|
|
||||||
"intuition": 0
|
|
||||||
},
|
|
||||||
"actionRatings": {
|
|
||||||
"nerve":{
|
|
||||||
"move": 0,
|
|
||||||
"strike": 0,
|
|
||||||
"control": 0
|
|
||||||
},
|
|
||||||
"cunning": {
|
|
||||||
"sway": 0,
|
|
||||||
"read": 0,
|
|
||||||
"hide": 0
|
|
||||||
},
|
|
||||||
"intuition": {
|
|
||||||
"survey": 0,
|
|
||||||
"focus": 0,
|
|
||||||
"sense": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"IlluminationKey": {
|
|
||||||
"templates": [
|
|
||||||
"base"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue