diff --git a/Cortex Plus Heroic/CortexPlusHeroic.css b/Cortex Plus Heroic/CortexPlusHeroic.css new file mode 100644 index 0000000000..a13254aa13 --- /dev/null +++ b/Cortex Plus Heroic/CortexPlusHeroic.css @@ -0,0 +1,14 @@ +input[type=number] { + font-size: 15px; + width: 45px; + height: 30px; +} + +img { + width: 25px; + height: 25px; +} + +table td { + min-width: 100px; +} \ No newline at end of file diff --git a/Cortex Plus Heroic/CortexPlusHeroic.html b/Cortex Plus Heroic/CortexPlusHeroic.html new file mode 100644 index 0000000000..e711634783 --- /dev/null +++ b/Cortex Plus Heroic/CortexPlusHeroic.html @@ -0,0 +1,162 @@ + + + + + + + + + +
+ + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+

Dice Pool Roller

+
+
+ + + + + + + + + + + + + + + + + +
+ + +
+ + +
+ + +
+ + +
+
+
+
+ + + + + + + + + + + + + + + + + +
+ + +
+ + +
+ + +
+ + +
+ +
+
+
+
+ diff --git a/Cortex Plus Heroic/CortexPlusHeroic.png b/Cortex Plus Heroic/CortexPlusHeroic.png new file mode 100644 index 0000000000..bbd2e11021 Binary files /dev/null and b/Cortex Plus Heroic/CortexPlusHeroic.png differ diff --git a/Cortex Plus Heroic/README.md b/Cortex Plus Heroic/README.md index 8b13789179..8d6675df91 100644 --- a/Cortex Plus Heroic/README.md +++ b/Cortex Plus Heroic/README.md @@ -1 +1,20 @@ - + + + + + + + + + + + +

Cortex Plus Heroic Character Sheet

+ +

+Initial functionality is the dice pool roller. For the CLEAR button to function, the sheet requires the ChatSetAttr API. The first half is a dice bar that can be added to the top of your character sheets to provide the dice pool rolling functionality. The second half is a larger version of the dice pool tool that uses the entire character sheet. This can be added as a tab for multi-page character sheets, or used in lieu of character sheets if you're not using them for your characters. +

+ +

+Plan: Create a comprehensive character sheet with button clicks that manipulate the dice pool, such as clicking a trait die to add it to the pool or even more complex ones such as clicking an SFX that adds a d6 to the pool and steps back the highest die at roll time. +

diff --git a/Cortex Plus Heroic/sheet.json b/Cortex Plus Heroic/sheet.json new file mode 100644 index 0000000000..1112a772df --- /dev/null +++ b/Cortex Plus Heroic/sheet.json @@ -0,0 +1,8 @@ +{ + "html": "CortexPlusHeroic.html", + "css": "CortexPlusHeroic.css", + "authors": "Todd Haynes", + "roll20userid": "305733", + "preview": "CortexPlusHeroic.png", + "instructions": "For the CLEAR button to function, the sheet requires the ChatSetAttr API. The first half is a dice bar that can be added to the top of your character sheets to provide the dice pool rolling functionality. The second half is a larger version of the dice pool tool that uses the entire character sheet. This can be added as a tab for multi-page character sheets, or used in lieu of character sheets if you're not using them for your characters." +} \ No newline at end of file