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 @@
+
+
+
+
+

+
+
+
+
+
+
+
+
+
+
+
+Background:
+Lifestyle:
+
+
+
+
+
+Ability Scores
+
+
+
+
+ Strength
+ %
+ Dexterity
+ %
+ Logic
+ %
+ Willpower
+ %
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Skills
+
+
+
+
+
+
+
+
+
+
+
+ Melee / Ranged Attacks
+ *Input weapon name, attack skill value and damage including applicable damage bonus*
+
+
+
+
+
+
+Equipment & Gear
+
+
+
+
+
+
+
+
+
+
+Powers (Burdens, Gifts, Manifestations, Perks, Spells)
+
+
+
+
+
+
+
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