From e83270ea8b4884275c3e530baa7331e70bc0795f Mon Sep 17 00:00:00 2001 From: hylianux Date: Mon, 16 Mar 2015 18:28:09 -0400 Subject: [PATCH 1/7] initiative explanation needed - Added note to initiative roll to explain initiative roll calculation. --- Microlite20/microlite20.html | 2 +- Microlite20/readme.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Microlite20/microlite20.html b/Microlite20/microlite20.html index 22c7fd9983..945a212457 100644 --- a/Microlite20/microlite20.html +++ b/Microlite20/microlite20.html @@ -364,7 +364,7 @@ - + diff --git a/Microlite20/readme.md b/Microlite20/readme.md index 04e4a29b31..af8d039914 100644 --- a/Microlite20/readme.md +++ b/Microlite20/readme.md @@ -5,6 +5,9 @@ use with Roll20.net and released open source under the MIT License. ### Changelog ### +**Release 4.2 - March 16, 2015** +- Added note to initiative roll to explain initiative roll calculation. + **Release 4.1 - March 12, 2015** - Fixed logic on attack rolls. M20's rulebook was worded in a confusing way, which resulted in an additional +1 roll per level on every attack roll. So this fix removes that additional +1 per level. - Fixed Ranger bonus calculation. Was missing an ending parenthesis, so it wasn't getting calculated. From 712f0b11f350f588c09a8b924f747867a876344f Mon Sep 17 00:00:00 2001 From: hylianux Date: Mon, 16 Mar 2015 18:57:10 -0400 Subject: [PATCH 2/7] Cure for Text Walls Moved all roll calculation explanations to title attributes. Now the explanations display when you hover over the buttons. You are all now delivered from the cursed wall of text. --- Microlite20/microlite20.html | 56 ++++++++++++++++++------------------ Microlite20/readme.md | 1 + 2 files changed, 29 insertions(+), 28 deletions(-) diff --git a/Microlite20/microlite20.html b/Microlite20/microlite20.html index 945a212457..eac0324527 100644 --- a/Microlite20/microlite20.html +++ b/Microlite20/microlite20.html @@ -268,30 +268,30 @@ Stat Roll Physical @@ -299,15 +299,15 @@ Subterfuge @@ -315,15 +315,15 @@ Knowledge @@ -331,30 +331,30 @@ Communication Survival @@ -364,7 +364,7 @@ - + @@ -392,7 +392,7 @@ Melee - + @@ -405,7 +405,7 @@ Missile/Ranged @@ -418,7 +418,7 @@ Magic @@ -440,7 +440,7 @@ @@ -448,7 +448,7 @@ @@ -473,15 +473,15 @@ @@ -635,7 +635,7 @@ diff --git a/Microlite20/readme.md b/Microlite20/readme.md index af8d039914..4f059b417a 100644 --- a/Microlite20/readme.md +++ b/Microlite20/readme.md @@ -7,6 +7,7 @@ use with Roll20.net and released open source under the MIT License. **Release 4.2 - March 16, 2015** - Added note to initiative roll to explain initiative roll calculation. +- Moved all roll calculation explanations to title attributes. Now the explanations display when you hover over the buttons. You are all now delivered from the cursed wall of text. **Release 4.1 - March 12, 2015** - Fixed logic on attack rolls. M20's rulebook was worded in a confusing way, which resulted in an additional +1 roll per level on every attack roll. So this fix removes that additional +1 per level. From dfcdf0d73b935dd9c816c2e241bc970251b12d4e Mon Sep 17 00:00:00 2001 From: hylianux Date: Mon, 16 Mar 2015 23:26:34 -0400 Subject: [PATCH 3/7] Changed Look - Rearranged the sheet to make more use of real estate. - Added css for tables in order to better separate fields - Standardized roll template output --- Microlite20/microlite20.css | 16 +- Microlite20/microlite20.html | 346 ++++++++++++++++++----------------- Microlite20/readme.md | 3 + 3 files changed, 196 insertions(+), 169 deletions(-) diff --git a/Microlite20/microlite20.css b/Microlite20/microlite20.css index f2130e6f8e..1b886ce8e4 100644 --- a/Microlite20/microlite20.css +++ b/Microlite20/microlite20.css @@ -16,15 +16,21 @@ width: 3.5em; .charsheet { background-image: url("http://freeseamlesstextures.com/images/11-fiber-paper-background-sml.jpg"); } -.charsheet table td, .charsheet table th { -font-size: 1.2em; -font-weight: bold; -text-align: center; -} + select.sheet-dtype { width: 60px; vertical-align: top; } + +.sheet-table{ + width:100%; +} +.sheet-table td, .sheet-table th{ + font-size: 1.2em; + font-weight: bold; + text-align: center; + padding: 5px; +} input[type="number"] { -moz-appearance: textfield; } diff --git a/Microlite20/microlite20.html b/Microlite20/microlite20.html index eac0324527..343b9e4fad 100644 --- a/Microlite20/microlite20.html +++ b/Microlite20/microlite20.html @@ -19,6 +19,18 @@ + + + + + + + + + + + + @@ -32,28 +44,13 @@ - - - - - - - - - - - -

-
- -
- +
+
@@ -122,6 +119,11 @@
+
+ +
+ - +
@@ -147,7 +149,7 @@
@@ -162,7 +164,7 @@

Stats/Attributes

- +
@@ -213,7 +215,7 @@

Skills

-
Base
+
@@ -248,130 +250,9 @@
-

Skill Checks

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SkillStrengthDexterityMind
Stat Roll
Physical
Subterfuge
Knowledge
Communication
Survival
-
- - - - - -
- -
-

Attack Bonuses and Rolls

- +
@@ -392,7 +273,7 @@ @@ -405,7 +286,7 @@ @@ -418,7 +299,7 @@ @@ -427,7 +308,7 @@

Special Attack Rolls

-
BonusMelee - +
Missile/Ranged
Magic
+
@@ -440,7 +321,7 @@ @@ -448,18 +329,16 @@
Light Weapon
-
- -
+

Save Rolls

- +
@@ -473,49 +352,188 @@
Fortitude
+ + +
+ +
+

Skill Checks

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SkillStrDexMind
Physical
Subterfuge
Knowledge
Communication
Survival
+
+

Stat Rolls

+ + + + + + + + + + + + + + + + + +
StrengthDexterityMind
+
+ + + + + +
+ +
+ +

Armor

- +
- + - +

- +

Shield

+
- + - + @@ -524,7 +542,7 @@

Wealth

-
+
@@ -573,7 +591,7 @@

Weapons

-
Coinage
+
@@ -646,6 +664,6 @@

Inventory

- +
diff --git a/Microlite20/readme.md b/Microlite20/readme.md index 4f059b417a..e474e1029b 100644 --- a/Microlite20/readme.md +++ b/Microlite20/readme.md @@ -8,6 +8,9 @@ use with Roll20.net and released open source under the MIT License. **Release 4.2 - March 16, 2015** - Added note to initiative roll to explain initiative roll calculation. - Moved all roll calculation explanations to title attributes. Now the explanations display when you hover over the buttons. You are all now delivered from the cursed wall of text. +- Rearranged the sheet to make more use of real estate. +- Added css for tables in order to better separate fields +- Standardized roll template output **Release 4.1 - March 12, 2015** - Fixed logic on attack rolls. M20's rulebook was worded in a confusing way, which resulted in an additional +1 roll per level on every attack roll. So this fix removes that additional +1 per level. From 21ddb1bb0ef909f41a4c099d357ad37c3a99a013 Mon Sep 17 00:00:00 2001 From: hylianux Date: Tue, 17 Mar 2015 00:39:54 -0400 Subject: [PATCH 4/7] minor text edit Changed "racial bonus" to "human racial bonus" --- Microlite20/microlite20.html | 38 ++++++++++++++++++------------------ Microlite20/readme.md | 1 + 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/Microlite20/microlite20.html b/Microlite20/microlite20.html index 343b9e4fad..b4a1e5fed4 100644 --- a/Microlite20/microlite20.html +++ b/Microlite20/microlite20.html @@ -352,15 +352,15 @@ @@ -390,15 +390,15 @@ @@ -406,15 +406,15 @@ @@ -422,15 +422,15 @@ @@ -438,30 +438,30 @@ @@ -497,7 +497,7 @@
@@ -635,7 +653,7 @@
Physical
Subterfuge
Knowledge
Communication
Survival
- +
diff --git a/Microlite20/readme.md b/Microlite20/readme.md index e474e1029b..cbb6a0c153 100644 --- a/Microlite20/readme.md +++ b/Microlite20/readme.md @@ -11,6 +11,7 @@ use with Roll20.net and released open source under the MIT License. - Rearranged the sheet to make more use of real estate. - Added css for tables in order to better separate fields - Standardized roll template output +- Changed "racial bonus" to "human racial bonus" **Release 4.1 - March 12, 2015** - Fixed logic on attack rolls. M20's rulebook was worded in a confusing way, which resulted in an additional +1 roll per level on every attack roll. So this fix removes that additional +1 per level. From 8d44a134b988c96cfe6332129d28a69cc20c3fb0 Mon Sep 17 00:00:00 2001 From: hylianux Date: Tue, 17 Mar 2015 14:26:20 -0400 Subject: [PATCH 5/7] Last change - Weapon Section - Removed "Dice Type" and "Dice Number" in favor of 1 field that'll do both: "Damage Dice" - Retitled some things for better display --- Microlite20/microlite20.html | 36 +++++++----------------------------- Microlite20/readme.md | 4 +++- 2 files changed, 10 insertions(+), 30 deletions(-) diff --git a/Microlite20/microlite20.html b/Microlite20/microlite20.html index b4a1e5fed4..25c42d53b2 100644 --- a/Microlite20/microlite20.html +++ b/Microlite20/microlite20.html @@ -591,7 +591,7 @@

Weapons

- +
- + - + - + - - - - diff --git a/Microlite20/readme.md b/Microlite20/readme.md index cbb6a0c153..8a38d71701 100644 --- a/Microlite20/readme.md +++ b/Microlite20/readme.md @@ -5,13 +5,15 @@ use with Roll20.net and released open source under the MIT License. ### Changelog ### -**Release 4.2 - March 16, 2015** +**Release 4.5 - March 16, 2015** - Added note to initiative roll to explain initiative roll calculation. - Moved all roll calculation explanations to title attributes. Now the explanations display when you hover over the buttons. You are all now delivered from the cursed wall of text. - Rearranged the sheet to make more use of real estate. - Added css for tables in order to better separate fields - Standardized roll template output - Changed "racial bonus" to "human racial bonus" +- Removed "Dice Type" and "Dice Number" in favor of 1 field that'll do both: "Damage Dice" +- Retitled some things for better display **Release 4.1 - March 12, 2015** - Fixed logic on attack rolls. M20's rulebook was worded in a confusing way, which resulted in an additional +1 roll per level on every attack roll. So this fix removes that additional +1 per level. From 330affbd71411984ab12335bf8452105ec6f619b Mon Sep 17 00:00:00 2001 From: hylianux Date: Tue, 17 Mar 2015 15:02:02 -0400 Subject: [PATCH 6/7] height and weight changed height and weight to text boxes --- Microlite20/microlite20.html | 4 ++-- Microlite20/readme.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Microlite20/microlite20.html b/Microlite20/microlite20.html index 25c42d53b2..f03858edce 100644 --- a/Microlite20/microlite20.html +++ b/Microlite20/microlite20.html @@ -22,13 +22,13 @@ diff --git a/Microlite20/readme.md b/Microlite20/readme.md index 8a38d71701..ae8b34f4fb 100644 --- a/Microlite20/readme.md +++ b/Microlite20/readme.md @@ -14,6 +14,7 @@ use with Roll20.net and released open source under the MIT License. - Changed "racial bonus" to "human racial bonus" - Removed "Dice Type" and "Dice Number" in favor of 1 field that'll do both: "Damage Dice" - Retitled some things for better display +- Changed Height and Weight to text boxes... **Release 4.1 - March 12, 2015** - Fixed logic on attack rolls. M20's rulebook was worded in a confusing way, which resulted in an additional +1 roll per level on every attack roll. So this fix removes that additional +1 per level. From ea9208c7143fa0dcde75f9d0050967e2593748da Mon Sep 17 00:00:00 2001 From: hylianux Date: Tue, 17 Mar 2015 16:28:21 -0400 Subject: [PATCH 7/7] textarea resizing For a starter pack, this size is more than adequate, but not overkill. --- Microlite20/microlite20.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Microlite20/microlite20.html b/Microlite20/microlite20.html index f03858edce..df6e04f9e4 100644 --- a/Microlite20/microlite20.html +++ b/Microlite20/microlite20.html @@ -642,6 +642,6 @@

Inventory

- +
@@ -600,35 +600,19 @@
- +
- +
- -
- +
- +