diff --git a/GURPS/gurps.css b/GURPS/gurps.css index 16cdd0eb6e..5098d69117 100644 --- a/GURPS/gurps.css +++ b/GURPS/gurps.css @@ -3886,8 +3886,6 @@ input[name="attr_carried"][value="1"] ~ span.sheet-item-weight-total { } - - /* -- Roll Templates -- */ .sheet-rolltemplate-addToTracker .sheet-container table.sheet-result, .sheet-rolltemplate-rollStats .sheet-container table.sheet-result { @@ -4010,6 +4008,10 @@ input[name="attr_carried"][value="1"] ~ span.sheet-item-weight-total { line-height: 1.2em; } +.sheet-rolltemplate-skillRoll .sheet-container table.sheet-result p { + font-size: 12px; +} + .sheet-rolltemplate-skillRoll .sheet-container table.sheet-result th { color: var(--header-text); padding: 6px; @@ -4157,6 +4159,16 @@ input[name="attr_carried"][value="1"] ~ span.sheet-item-weight-total { padding: 0; } +/* -- spell grid -- */ +.sheet-rolltemplate-spell-grid { + display: grid; + grid-template-columns: 40px 75px 40px auto; +} + +.sheet-rolltemplate-spell-grid .sheet-label { + font-weight: bold; +} + /**********************************/ /* Custom rolltemplate for macros */ diff --git a/GURPS/gurps.html b/GURPS/gurps.html index 31c0f2a680..fa9dce463e 100644 --- a/GURPS/gurps.html +++ b/GURPS/gurps.html @@ -4359,30 +4359,18 @@ - + @@ -7371,7 +7359,7 @@ PC in Character Points (spent and unspent combined).
- +
@@ -13027,7 +13015,11 @@ visualize what it will look like in chat.
- Close Range Shotgun Damage Tool + +
+ Used for extremely close combat at a range of 10% of the ½D Range or less. See Shotguns and Multiple Projectiles for more details. +
@@ -13054,7 +13046,7 @@ visualize what it will look like in chat. Close
- Close range. + This value is 10% of the ½D Range of the weapon. This is the maximum range this tool is used for.
@@ -13138,7 +13130,7 @@ visualize what it will look like in chat. Damage x1 Vitals Damage x3 Skull Damage x4" /> -
@@ -14764,7 +14756,23 @@ Select the indent level of the inventory item. This is handy to help show the it

Pull Request:

- + + + +

Version: 2.9.10

+

Pull Requst: 7/31/2023