-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
12,914 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
{ | ||
"html": "achtung-cthulhu-coc7.html", | ||
"css": "achtung-cthulhu-coc7.css", | ||
"authors": ["Zedafty"], | ||
"roll20userid": ["5690851"], | ||
"preview": "achtung-cthulhu-coc7.jpg", | ||
"instructions": "This character sheet is for **Achtung! Cthulhu** published by [*Modiphius*](https://www.modiphius.net/) based upon **Call of Cthulhu 7th Edition** rules published by [*Chaosium*](https://www.chaosium.com/).\n\nIt is not designed for *Call of Cthulhu 6th Edition*, nor *Savage Worlds*. As well, it is not compatible with **Roll20 Official Character Sheet** for Call of Cthulhu 7th Edition.", | ||
"useroptions": [ | ||
{ | ||
"attribute": "sheet-type", | ||
"displayname": "Sheet type?", | ||
"displaytranslationkey": "json-sheet-type", | ||
"type": "select", | ||
"options": [ | ||
"Investigator|1", | ||
"Achtung! PC|2", | ||
"Achtung! NPC|3", | ||
"Creature|4" | ||
], | ||
"optiontranslationkeys" : [ | ||
"sheet-type-investigator", | ||
"sheet-type-achtung-pc", | ||
"sheet-type-achtung-npc", | ||
"sheet-type-monster" | ||
], | ||
"default": "1", | ||
"description": "Set the default sheet type. Investigators characteristics cannot go up to 100, while Non-player characters may. This option can latter be changed under the “Settings” section.", | ||
"descriptiontranslationkey": "json-sheet-type-desc" | ||
}, | ||
{ | ||
"attribute": "show-all", | ||
"displayname": "Show all tabs?", | ||
"displaytranslationkey": "json-show-all", | ||
"type": "checkbox", | ||
"value": "1", | ||
"description": "If checked, newly created character sheets won’t use tab display by default and instead will be shown all at once (i.e. one page). This option can latter be changed under the “Settings” section.", | ||
"descriptiontranslationkey": "json-show-all-desc" | ||
}, | ||
{ | ||
"attribute": "show-magic", | ||
"displayname": "Show magic?", | ||
"displaytranslationkey": "json-show-magic", | ||
"type": "checkbox", | ||
"value": "1", | ||
"description": "If checked, the Magic points and Spells section will be displayed by default. This option can latter be changed under the “Settings” section.", | ||
"descriptiontranslationkey": "json-show-magic-desc" | ||
}, | ||
{ | ||
"attribute": "show-talents", | ||
"displayname": "Show talents?", | ||
"displaytranslationkey": "json-show-talents", | ||
"type": "checkbox", | ||
"value": "1", | ||
"description": "If checked, the Talent section, which is a Pulp Cthulhu Feature, will be displayed by default. This option can latter be changed under the “Settings” section.", | ||
"descriptiontranslationkey": "json-show-talents-desc" | ||
}, | ||
{ | ||
"attribute": "show-scores", | ||
"displayname": "Show scores?", | ||
"displaytranslationkey": "json-show-scores", | ||
"type": "checkbox", | ||
"value": "1", | ||
"checked" : "checked", | ||
"description": "If checked, characteristics and skills scores will be shown in the chatlog. DM may wish to hide monsters scores. This option can latter be changed under the “Settings” section.", | ||
"descriptiontranslationkey": "json-show-scores-desc" | ||
}, | ||
{ | ||
"attribute": "wgm-toggle", | ||
"displayname": "Whisper Rolls to GM?", | ||
"displaytranslationkey": "json-wgm", | ||
"type": "checkbox", | ||
"value": "1", | ||
"description": "If checked, newly created characters sheets will output rolls for the GM and the player only by default. Other players wont’t see the rolls. This option is switchable by clicking on “Whisper” on the top bar.", | ||
"descriptiontranslationkey": "json-wgm-desc" | ||
}, | ||
{ | ||
"attribute": "edit-mode", | ||
"displayname": "Edit Mode?", | ||
"displaytranslationkey": "json-edit-mode", | ||
"type": "checkbox", | ||
"value": "1", | ||
"checked" : "checked", | ||
"description": "If checked, newly created character sheets inputs will be editable by default. This option is switchable by clicking on “Edit Mode” on the top bar.", | ||
"descriptiontranslationkey": "json-edit-mode-desc" | ||
} | ||
], | ||
"compendium" : "coc", | ||
"legacy": false | ||
} |
Oops, something went wrong.