diff --git a/Sigil-Shadow/README.md b/Sigil-Shadow/README.md new file mode 100644 index 0000000000..682bec97a9 --- /dev/null +++ b/Sigil-Shadow/README.md @@ -0,0 +1,2 @@ +# sigil-shadow-character-sheet +Fan made character sheet for the Sigil & Shadow TTRPG diff --git a/Sigil-Shadow/sigil-shadow.css b/Sigil-Shadow/sigil-shadow.css new file mode 100644 index 0000000000..1c562e27b5 --- /dev/null +++ b/Sigil-Shadow/sigil-shadow.css @@ -0,0 +1,17 @@ +.charsheet { + background-image: url("https://i.ibb.co/t8ZrZK3/Sheet-Background.jpg"); + min-width: 600px; + height:100%; + background-position: center; + background-repeat: no-repeat; + background-size: cover; + +label { + display: inline-block; + width: 15%; +} + +input { + display: inline-block; + width: 50px; +} diff --git a/Sigil-Shadow/sigil-shadow.html b/Sigil-Shadow/sigil-shadow.html new file mode 100644 index 0000000000..e91e10bd03 --- /dev/null +++ b/Sigil-Shadow/sigil-shadow.html @@ -0,0 +1,316 @@ + + +
+
+ +
+
+ +

+ + + +
+ +
+
+ Name:
+ Casting:
+ Oddity:
+
+
+ +
+
+ Rank:
+ Drive:
+
+
+ +
+ +

+ +Background:
+Lifestyle:        
+ +

+ + + +

Ability Scores

+ +

+ +
+ Strength + % + Dexterity + % + Logic + % + Willpower + % + +
+

+ + + +
+ +
+
+ Bone Pile:           /
+ Hit Points:           /
+
+
+ + + +
+
+ Initiative +
+ Damage Resistance:   
+
+
+
+ +

+ + + + + + +

+ +

Skills

+

+ +

+ +
+
+ + Arcana         Trained?    +    Lvl  + Score  %
+ + + +
+ + +    Trained?  +    Lvl  + Score  %
+ +
+ + + +

+ + Combat         Trained?  +    Lvl  + Score  %
+ + + +
+ + +    Trained?  +    Lvl  + Score  %
+ +
+ + + +

+ + Education      Trained?  +    Lvl  + Score  %
+ + + +
+ + +    Trained?  +    Lvl  + Score  %
+ +
+ + + +

+ + Investigation  Trained?  +    Lvl  + Score  %
+ +
+ +
+ +
+
+ + Larceny      Trained?  +    Lvl  + Score  %
+ +

+ + Medicine    Trained?  +    Lvl  + Score  %
+ +

+ + Mysticism   Trained?  +    Lvl  + Score  %
+ +

+ + Social          Trained?  +    Lvl  + Score  %
+ + + +
+ + +    Trained?  +    Lvl  + Score  %
+ +
+ + + +

+ + Survival       Trained?  +    Lvl  + Score  %
+ +

+ + Technical    Trained?  +    Lvl  + Score  %
+ + + +
+ + +    Trained?  +    Lvl  + Score  %
+ +
+ + + +
+ +
+ +
+ +

+ + + + + + +

Melee / Ranged Attacks

+
*Input weapon name, attack skill value and damage including applicable damage bonus*
+

+ +
+ +
+ Melee Damage Bonus:       + +

+ + + +
+ +
+ + + + % + + +
+ +
+
+ +
+ +
+ Ranged Damage Bonus:   + +

+ + + +
+ + + + % + + +
+ +
+
+ +
+ +

+ +

Equipment & Gear

+ +

+ + + +
+ + Item: Info: + +
+ +

+ + +

Powers (Burdens, Gifts, Manifestations, Perks, Spells)

+ +

+ + +
+ + Type: Info: + +
+ +

diff --git a/Sigil-Shadow/sigil-shadow.json b/Sigil-Shadow/sigil-shadow.json new file mode 100644 index 0000000000..679c6ff060 --- /dev/null +++ b/Sigil-Shadow/sigil-shadow.json @@ -0,0 +1,9 @@ +{ + "html": "sigil-shadow.html", + "css": "sigil-shadow.css", + "authors": "Steve Valladolid", + "roll20userid": "Big Brother", + "preview": "sigil-shawow.png", + "instructions": "Fan Made Character Sheet for the Sigil & Shadow RPG by Osprey Games", + "legacy": true +} diff --git a/Sigil-Shadow/sigil-shadow.png b/Sigil-Shadow/sigil-shadow.png new file mode 100644 index 0000000000..be1acbabfa Binary files /dev/null and b/Sigil-Shadow/sigil-shadow.png differ