diff --git a/CDMG/.idea/workspace.xml b/CDMG/.idea/workspace.xml
new file mode 100644
index 0000000000..8299cf3bd8
--- /dev/null
+++ b/CDMG/.idea/workspace.xml
@@ -0,0 +1,179 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ DEFINITION_ORDER
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1596568434389
+
+
+ 1596568434389
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/CDMG/cdmg.css b/CDMG/cdmg.css
index 98eafdcbd4..e12ccb420a 100644
--- a/CDMG/cdmg.css
+++ b/CDMG/cdmg.css
@@ -5,6 +5,7 @@
.sheet-collateral-damage {
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
+ font-size: 14px;
font-weight: bold;
}
@@ -25,6 +26,7 @@
.sheet-collateral-damage .sheet-section-heading {
font-family: 'Bold', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
+ font-size: 16px;
width: 100%;
text-align: center;
background-color: #eeb8bb;
@@ -54,12 +56,33 @@
text-align: left;
}
+.sheet-collateral-damage .sheet-stats-dice-header {
+ font-family: 'Bold', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
+ font-size: 16px;
+ background-color: #3a0e13;
+ text-align: center;
+ color: white;
+}
+
.sheet-collateral-damage input {
width: 100%;
}
.sheet-collateral-damage textarea {
- height: 50px;
+ box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ -webkit-box-sizing: border-box;
+ height: 100%;
resize: none;
- width: 95%;
+ width: 100%;
+}
+
+.sheet-collateral-damage table {
+ width: 100%;
+}
+
+.sheet-collateral-damage td {
+ text-align: center;
+ border: solid #3f0f12;
+ border-width: 1px;
}
\ No newline at end of file
diff --git a/CDMG/cdmg.html b/CDMG/cdmg.html
index f1c59334ad..73a4c0cc3b 100644
--- a/CDMG/cdmg.html
+++ b/CDMG/cdmg.html
@@ -64,6 +64,25 @@
TODO
+
+
+
+
+ | 1 - 4 |
+ 1d6 |
+
+
+ | 5 - 8 |
+ 2d6 |
+
+
+ | 9+ |
+ 3d6 |
+
+
+
@@ -72,35 +91,38 @@
WOUNDS
- TODO
-
-
-
+
+

+
-
+
RELATIONSHIPS
-
-
- LEFT:
+
+
+
+ LEFT:
+
+
+
+
+
+
+
-
-
-
-
-
-
-
- RIGHT:
-
-
-
-
-
-
+
+
+ RIGHT:
+
+
+
+
+
+
+