From 4e6265ae5887db7ebc5901f9392ca39a4c28d481 Mon Sep 17 00:00:00 2001 From: Nexan Date: Thu, 16 May 2024 12:58:05 -0500 Subject: [PATCH] readme update, replaced Candela template with boilerplate template --- README.md | 6 +- template-old.json | 226 +++++++++++++++++++++++++++++++++++++++ template.json | 261 ++++++++++------------------------------------ 3 files changed, 283 insertions(+), 210 deletions(-) create mode 100644 template-old.json diff --git a/README.md b/README.md index 18dc373..f382ac6 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,13 @@ There is an ingame compendium called "System Manual", that has a basic tutorial ## 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! ## 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. -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/) +- 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://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) diff --git a/template-old.json b/template-old.json new file mode 100644 index 0000000..e15c173 --- /dev/null +++ b/template-old.json @@ -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" + ] + } + } +} \ No newline at end of file diff --git a/template.json b/template.json index 7e38796..d4d3b7e 100644 --- a/template.json +++ b/template.json @@ -1,226 +1,73 @@ { "Actor": { - "types": [ - "Character", - "Circle" - ], - "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 - } - } + "types": ["character", "npc"], + "templates": { + "base": { + "health": { + "value": 10, + "min": 0, + "max": 10 }, - "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 - } - } + "power": { + "value": 5, + "min": 0, + "max": 5 }, - "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": "" - } - ] + "biography": "" + } }, - "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 + "character": { + "templates": ["base"], + "attributes": { + "level": { + "value": 1 } }, - "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": { - "types": [ - "Ability", - "Gear", - "Role", - "Specialty", - "IlluminationKey" - ], + "types": ["item", "feature", "spell"], "templates": { "base": { "description": "" } }, - "Gear": { - "templates": [ - "base" - ], - "equipped": false + "item": { + "templates": ["base"], + "quantity": 1, + "weight": 0, + "formula": "d20 + @str.mod + ceil(@lvl / 2)" }, - "Ability": { - "templates": [ - "base" - ], - "subtype": "" + "feature": { + "templates": ["base"] }, - "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" - ] + "spell": { + "templates": ["base"], + "spellLevel": 1 } } -} \ No newline at end of file +}