From 5628c5302d8b87c5b030aa8ace0721542c882dbe Mon Sep 17 00:00:00 2001 From: Alicia G Date: Mon, 28 Dec 2015 09:35:17 -0500 Subject: [PATCH 1/3] Inventory Fix * Inventory repeating section was interferring with editing of Credits and Experience * Moved the Equipment Totals to the right hand side under the Credits and Encumbrance sections --- .../StarWarsSagaEdition.html | 191 ++++++++++-------- 1 file changed, 104 insertions(+), 87 deletions(-) diff --git a/Star Wars Saga Edition/StarWarsSagaEdition.html b/Star Wars Saga Edition/StarWarsSagaEdition.html index 1bfc5861f73..0839f62ab8f 100644 --- a/Star Wars Saga Edition/StarWarsSagaEdition.html +++ b/Star Wars Saga Edition/StarWarsSagaEdition.html @@ -1584,138 +1584,155 @@

+
Languages
-
+
Droid Systems
-
+
Experience
-  / 
+
+
+ +  /  + +
+
-
Credits
-
+
Credits
+
+
+ Equipment Worth
+   + Available
+
+
-
-
- -
Equipment
-
-
- Item Name -          - Carry - QTY - Weight - Total
Weight
- Base
Cost
(Cr)
- Total
Cost
(Cr)
-
- -          - -
- -
- - -
-
- -
-
- - -
-
- - -
-
-
-
-
- -          - - - - - - -
-
- -
-
- - -
-
- - +
Encumberance
+
+
+ Equipment +
+
+ +  /  + +
+
+ Heavy Load + +
+
+
+
+ Carrying Capacity (lift) + +
-
-
-
- Total Equipment Worth - + +
+
Equipment
+
+
+ Item Name +          + Carry + QTY + Weight + Total
Weight
+ Base
Cost
(Cr)
+ Total
Cost
(Cr)
+
+
+ +          + +
+ +
+ + +
-
- Total Equipment Weight - - -  /  - - - Heavy Load
+ +
+
+ + +
+
+ + +
+
+
+
+
+ +          + + + + + + +
-
- Carrying Capacity (lift) - + +
+
+ + +
+
+ + +
+

Special Qualities
- +
Force Techniques
- +
Feats
- +
Force Secrets
- +
Talents
- +
Force Regimens
- +

Notes
- +

@@ -2767,7 +2784,7 @@
For Help, please see the wiki page.
-Last updated12/07/2015 +Last updated12/28/2015
From 87d4a7c2bf5ac92e5856920a76240f8210c72280 Mon Sep 17 00:00:00 2001 From: Alicia G Date: Mon, 28 Dec 2015 09:35:44 -0500 Subject: [PATCH 2/3] Update StarWarsSagaEdition.css --- Star Wars Saga Edition/StarWarsSagaEdition.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Star Wars Saga Edition/StarWarsSagaEdition.css b/Star Wars Saga Edition/StarWarsSagaEdition.css index d583f5aaf37..78fa0e54f38 100644 --- a/Star Wars Saga Edition/StarWarsSagaEdition.css +++ b/Star Wars Saga Edition/StarWarsSagaEdition.css @@ -78,17 +78,19 @@ div.sheet-record { } .sheet-EquipmentSection { - width: calc(100% - 330px) !important; + /*width: calc(100% - 330px) !important; */ + width:60%; min-width:490px; max-width:680px; } div.sheet-EquipmentSection2 { + width:37%; color: black; font-size: 14px; font-weight: bold; text-align:center; font-family: 'play'; - width:300px; + min-width:300px; float:right; } From f16b13cb6641a60914b020ab44a5ba38370f9639 Mon Sep 17 00:00:00 2001 From: Alicia G Date: Mon, 28 Dec 2015 09:46:06 -0500 Subject: [PATCH 3/3] Update sheet.json --- Star Wars Saga Edition/sheet.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Star Wars Saga Edition/sheet.json b/Star Wars Saga Edition/sheet.json index f9283f6c923..fb587e90179 100644 --- a/Star Wars Saga Edition/sheet.json +++ b/Star Wars Saga Edition/sheet.json @@ -4,5 +4,5 @@ "authors": "Alicia G", "roll20userid": 2889, "preview": "StarWarsSagaEditionpreview.png", - "instructions": "# Character Sheet\r Inspired by the Saga Edition sheet by Mad Irishman Productions. This sheet auto-calculates Defences and Skills using the rules as written. Not all supplement rules may have been taken into account. If this is the case, please contact the authors. \r\r\r **Last Updated** 07 December, 2015\r\r\r View the Wiki for the Change Log and more information on the sheet including complete list of attributes and rolls: https://wiki.roll20.net/Star_Wars_Saga_Edition_Character_Sheet" + "instructions": "# Character Sheet\r Inspired by the Saga Edition sheet by Mad Irishman Productions. This sheet auto-calculates Defences and Skills using the rules as written. Not all supplement rules may have been taken into account. If this is the case, please contact the authors. \r\r\r **Last Updated** 28 December, 2015\r\r\r View the Wiki for the Change Log and more information on the sheet including complete list of attributes and rolls: https://wiki.roll20.net/Star_Wars_Saga_Edition_Character_Sheet" }