diff --git a/Coriolis/Coriolis.css b/Coriolis/Coriolis.css
new file mode 100644
index 0000000000..873b4a8b86
--- /dev/null
+++ b/Coriolis/Coriolis.css
@@ -0,0 +1,106 @@
+.sheet-character-sheet { display: none; }
+
+.sheet-isPC:checked ~ .sheet-pc,
+.sheet-isNPC:checked ~ .sheet-npc
+{
+ display: block;
+}
+
+
+.charsheet {
+ background: url("http://i.imgur.com/nFUrjpc.jpg")
+}
+
+table {
+ border: 2px solid #62584d;
+ margin: 5px;
+ padding: 0px;
+}
+
+.sheet-ti {
+ border: 0px none;
+ margin: 0px;
+ padding: 0px;
+}
+
+td {
+ padding: 0px;
+ padding-top: 0px;
+ padding-bottom: 0px;
+}
+
+h1, h2, h3, h4, h5 {
+text-transform: uppercase;
+}
+
+h1, h2, h3, h6 {
+ color: #fff;
+}
+
+h4, h5 {
+ color: #000;
+}
+
+h6 {
+ font-size: 8px;
+ margin-left: 5px;
+}
+
+.sheet-table-thin {
+ width: 270px;
+}
+
+.sheet-table-wide {
+ width: 550px;
+}
+
+.sheet-table-widest {
+ width: 830px;
+}
+
+.sheet-table-invis {
+}
+
+.sheet-table-light {
+ background-color: #e3deda;
+}
+
+.sheet-table-medium {
+ background-color: #a09a93;
+}
+
+.sheet-table-dark {
+ background-color: #171f19;
+}
+
+.sheet-ba {
+ border: 1px solid #62584d;
+}
+
+.sheet-bb {
+ border-bottom: 1px solid #62584d;
+}
+
+.sheet-bl {
+ border-left: 1px solid #62584d;
+}
+
+.sheet-np {
+ padding: 0px;
+}
+
+.sheet-nm {
+ margin: 0px;
+}
+
+.cb-small {
+ color: #e3deda;
+}
+
+.cb-large {
+ color: #e3deda;
+}
+
+.text-singleline {
+ width: 1000%;
+}
diff --git a/Coriolis/Coriolis.html b/Coriolis/Coriolis.html
new file mode 100644
index 0000000000..0b69107c51
--- /dev/null
+++ b/Coriolis/Coriolis.html
@@ -0,0 +1,910 @@
+ Rollperson
+ Skepp
+
+
+
+
+
Rollformulär
+ Coriolis
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Relationer
+
+
+ Närstående
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Talanger
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Utrustning
+
+
+ Bonus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Vapen
+
+
+ Bonus
+
+
+ Init
+
+
+ Skada
+
+
+ Krit
+
+
+ Räckvidd
+
+
+ Övrigt
+
+
+ Omladdning
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Skeppsformulär
+ Coriolis
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Tillval
+
+
+ Bonus
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Vapensystem
+
+
+ Bonus
+
+
+ Räckvidd
+
+
+ Skada
+
+
+ Krit
+
+
+ Övrigt
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Coriolis/Coriolis.png b/Coriolis/Coriolis.png
new file mode 100644
index 0000000000..38e03e5ac3
Binary files /dev/null and b/Coriolis/Coriolis.png differ
diff --git a/Coriolis/sheet.json b/Coriolis/sheet.json
new file mode 100644
index 0000000000..fc38736d0c
--- /dev/null
+++ b/Coriolis/sheet.json
@@ -0,0 +1,8 @@
+{
+ "html": "Coriolis.html",
+ "css": "Coriolis.css",
+ "authors": "Frej Berggren",
+ "preview": "Coriolis.png",
+ "roll20userid": "239237",
+ "instructions": "This sheet is for the Swedish rpg Coriolis (2016 edition). All credits go Fria Ligan who made the game and some of the assets in the sheet. Please visit Frialigan.se for more Coriolis stuff! Enjoy!"
+}