diff --git a/Simple System/README.md b/Simple System/README.md new file mode 100644 index 0000000000..963fa14d8b --- /dev/null +++ b/Simple System/README.md @@ -0,0 +1 @@ +Automated Character Sheet for Simple System RPG System. diff --git a/Simple System/SimpleSystem.css b/Simple System/SimpleSystem.css new file mode 100644 index 0000000000..40efd901b7 --- /dev/null +++ b/Simple System/SimpleSystem.css @@ -0,0 +1,35 @@ +.charsheet label { + display: inline-block; + width: 75px; + text-align: right; +} + +.charsheet input { + display: inline-block; + width: 165px; +} + +.sheet-col strong.sheet-dee { + font-size: 1.4em; + font-weight: bold; + padding-right: 4px; +} + +.charsheet input.sheet-short { + width: 3.5em; +} + +.charsheet { + background-image: url("http://freeseamlesstextures.com/images/28-faded-parchment-background-sml.jpg"); +} + +.charsheet table td, .charsheet table th { + font-size: 1.2em; + font-weight: bold; + text-align: center; +} + +select.sheet-dtype { + width: 60px; + vertical-align: top; +} diff --git a/Simple System/SimpleSystem.html b/Simple System/SimpleSystem.html new file mode 100644 index 0000000000..5ab757bd38 --- /dev/null +++ b/Simple System/SimpleSystem.html @@ -0,0 +1,398 @@ + +
+
+
+ +
+
+
+ + + + + + + + + +
+

Name:

+
+ + +

Vitals:

+
+ +
+ + + + + + + + + +
+

Profession:

+
+ + +

Goals:

+
+ +
+
+
+ + +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Skills

+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +

Traits

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +

Powers

+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Inventory

+
+
+
+

Level

+
+
+
+
+
+
+

2

+
+
+
+
+
+
+

3

+
+
+
+
+
+
+

4

+
+
+
+
+
+
+

5

+
+
+
+
+
+
+

6

+
+
+
+
+
+
Ability
+
Points
+
Ability
+
+ +
+
Derived
+
Stats
+
+
+
+
+
+
+ +

STR

+
+
+
+
+
+
+
+
+
+
+
+ +

AGI

+
+
+
+
+
+
+
+
+
+
+
+ +

PER

+
+
+
+
+
+
+
+
+
+
+
+ +

BUI

+
+
+
+
+
+
+
+
+
+
+
+ +

RES

+
+
+
+
+
+
+
+
+
+
+
+ +

CHA

+
+
+
+
+
+
+
+
+
+
+
+ +

INT

+
+
+
+
+
+
+
+
+
+
+
+
+ +

LIF

+
+
+ +
+
+
+ +

DEF

+
+
+ +
+
+
+ +

PWR

+
+
+ +
+
+
+ +

SPD

+
+
+
+
+
\ No newline at end of file diff --git a/Simple System/SimpleSystem.png b/Simple System/SimpleSystem.png new file mode 100644 index 0000000000..eb7c4f0bb3 Binary files /dev/null and b/Simple System/SimpleSystem.png differ diff --git a/Simple System/sheet.json b/Simple System/sheet.json new file mode 100644 index 0000000000..f27c963777 --- /dev/null +++ b/Simple System/sheet.json @@ -0,0 +1,8 @@ +{ + "html": "SimpleSystem.html", + "css": "SimpleSystem.css", + "authors": "Dashing Inventor Games", + "roll20userid": "Derek Matthews", + "preview": "SimpleSystem.png", + "instructions": "The Simple System Character Sheet is simple to use, simply fill out the text fields! You can also click the colored columns next to each ability to automatically set your ability scores. Use the formula under each *Derived Stat* to determine its value. Finally, you can click the boxes next to *Level* to keep track of your character's progress." +}