Skip to content

Commit

Permalink
Release v1.00
Browse files Browse the repository at this point in the history
  • Loading branch information
zedafty committed Jan 18, 2024
1 parent beb2370 commit 19c0b3a
Show file tree
Hide file tree
Showing 12 changed files with 12,914 additions and 0 deletions.
6 changes: 6 additions & 0 deletions achtung-cthulhu-coc7.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions achtung-cthulhu-coc7.html

Large diffs are not rendered by default.

89 changes: 89 additions & 0 deletions sheet.json
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
}
Loading

0 comments on commit 19c0b3a

Please sign in to comment.