diff --git a/LyrianChronicles/LyrianChronicles.css b/LyrianChronicles/LyrianChronicles.css
index 01009c781a5b..574602a01413 100644
--- a/LyrianChronicles/LyrianChronicles.css
+++ b/LyrianChronicles/LyrianChronicles.css
@@ -284,7 +284,7 @@
line-height: 18px;
margin: 0;
/* overflow: scroll; */
- border-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/LyrianChronicles/Assets/LyrianOuterBorder.png")
+ border-image: url("https://iili.io/K6nRyHF.png")
100 100 100 100 fill stretch;
border-style: solid;
border-width: 30px 30px;
@@ -294,7 +294,7 @@
.sheet-darkmode .charsheet .sheet-lyrian-chronicles {
background: #181818;
color: #eee;
- border-image: url("https://raw.githubusercontent.com/Morrocker/LyrianChroniclesRoll20/refs/heads/main/Assets/LyrianOuterBorder-Dark.png")
+ border-image: url("https://iili.io/K6nRmS1.png")
100 100 100 100 fill stretch;
}
.charsheet .sheet-section-pc {
@@ -304,7 +304,7 @@
}
.charsheet .section-container {
- border-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/LyrianChronicles/Assets/LyrianContainer2.png")
+ border-image: url("https://iili.io/K6o3GUl.png")
50 50 50 50 fill stretch;
border-style: solid;
border-width: 15px;
@@ -342,7 +342,7 @@
grid-area: logo;
}
.charsheet .sheet-section-pc-header-logo div {
- background: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/LyrianChronicles/Assets/LyrianChroniclesBanner.png");
+ background: url("https://iili.io/K6o5UG4.png"); /* Logo Image */
width: 100%;
height: 100%;
background-repeat: no-repeat;
@@ -357,14 +357,14 @@
.charsheet .header-details-container {
grid-area: details;
- border-image: url("https://raw.githubusercontent.com/Morrocker/LyrianChroniclesRoll20/refs/heads/main/Assets/sheet-box-border.png")
+ border-image: url("https://iili.io/K6oBcFa.png") /* Header Details Box Light */
50 50 50 50 fill stretch;
border-style: solid;
border-width: 20px 20px;
box-sizing: border-box;
}
.sheet-darkmode .header-details-container {
- border-image: url("https://raw.githubusercontent.com/Morrocker/LyrianChroniclesRoll20/refs/heads/main/Assets/sheet-box-border-Dark.png")
+ border-image: url("https://iili.io/K6ouZZv.png") /* Header Details Box Dark */
50 50 50 50 fill stretch;
}
.charsheet .header-details-title {
@@ -713,7 +713,7 @@
color: #717171;
height: 30px;
width: 110px;
- border-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/LyrianChronicles/Assets/AttibuteVal.png")
+ border-image: url("https://iili.io/K6nUJmF.png") /*Attribute HexBox*/
50 50 50 50 fill stretch;
border-style: solid;
border-width: 10px 10px;
@@ -735,7 +735,7 @@
.charsheet .attribute-container .value {
width: 37px;
height: 37px;
- border-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/LyrianChronicles/Assets/AttibuteVal.png")
+ border-image: url("https://iili.io/K6nUJmF.png") /*Attribute HexBox*/
50 50 50 50 fill stretch;
border-style: solid;
border-width: 10px 10px;
@@ -773,7 +773,7 @@
flex-direction: column-reverse;
align-items: center;
justify-content: start;
- border-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/LyrianChronicles/Assets/AttibuteVal.png")
+ border-image: url("https://iili.io/K6nUJmF.png") /*Attribute HexBox*/
50 50 50 50 fill stretch;
border-style: solid;
border-width: 8px 10px;
@@ -864,7 +864,7 @@
border-left: #555555 1px solid;
}
.charsheet .attribute-container2 .value {
- background: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/LyrianChronicles/Assets/diamond2.png");
+ background: url("https://iili.io/K6nyElI.png"); /*Derived Attribute DiamondBox*/
width: 40px;
height: 40px;
background-repeat: no-repeat;
@@ -951,10 +951,50 @@
justify-content: space-around;
align-items: center;
grid-template-areas:
+ "misc-bonuses"
"main-weapon-attack"
"generic-attack";
gap: 5px;
}
+.charsheet .section-container.basic-attacks .picker {
+ display: flex;
+ flex-direction: row;
+ justify-content: center;
+ align-items: center;
+}
+.charsheet .section-container.basic-attacks .picker label{
+ font-size: 9px;
+ text-transform: uppercase;
+ font-weight: bold;
+ color: #cccccc;
+ margin-bottom: 0px;
+ padding: 0px;
+ text-align: center;
+}
+.sheet-darkmode .charsheet .section-container.basic-attacks .picker label{
+ color: #2e2e2e;
+}
+.charsheet .section-container.basic-attacks .picker select{
+ margin-bottom: 0;
+ border: none;
+ border-bottom: #cccccc 1px solid;
+ border-radius: 0%;
+ height: 15px;
+ padding: 0;
+ width: 100%;
+ text-align: center;
+ font-size: 12px;
+}
+.sheet-darkmode .section-container.basic-attacks .picker select{
+ color: #131313;
+ border-bottom: #1e1e1e 1px solid;
+ background: #fff;
+}
+.sheet-darkmode .charsheet .section-container.basic-attacks .picker select:focus,
+.sheet-darkmode .charsheet .section-container.basic-attacks .picker select:hover{
+ background: #fff;
+ color: #131313;
+}
.charsheet .section-container.core-skills {
height: 100%;
}
@@ -991,7 +1031,7 @@
display: flex;
width: 70px;
height: 37px;
- border-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/LyrianChronicles/Assets/AttibuteVal.png")
+ border-image: url("https://iili.io/K6nUJmF.png") /*Attribute HexBox*/
50 50 50 50 fill stretch;
border-style: solid;
border-width: 10px 10px;
@@ -1023,7 +1063,7 @@
.charsheet .table-container {
display: flex;
flex-direction: column;
- border-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/LyrianChronicles/Assets/AttibuteVal.png")
+ border-image: url("https://iili.io/K6nUJmF.png") /*Attribute HexBox*/
50 50 50 50 fill stretch;
border-style: solid;
border-width: 10px 10px;
@@ -1570,7 +1610,7 @@
margin-top: auto;
padding-top: 5px;
}
-.charsheet .table-container .repcontrol_del{
+.charsheet .table-container .repcontrol_del, .charsheet .table-container .repcontrol_move{
z-index: 100;
position: relative;
pointer-events: auto;
@@ -1820,7 +1860,10 @@
/* ABILITIES REVAMPED STYLES START */
.charsheet .table-container.abilities {
- min-height: 635px;
+ min-height: 450px;
+}
+.charsheet .table-container.abilities.keyab {
+ min-height: 150px;
}
.charsheet .table-container .headers-container .header2.name3 {
flex: 9;
@@ -2032,6 +2075,12 @@
}
.charsheet .table-container.favorite-abilities .repcontrol{
+ /* display: none; */
+}
+.charsheet .table-container.favorite-abilities .repcontrol .repcontrol_add{
+ display: none !important;
+}
+.charsheet .table-container.favorite-abilities .repitem .repcontrol_del{
display: none;
}
/* FAVORITE ABILITIES REVAMPED STYLES END */
@@ -2103,8 +2152,8 @@
.charsheet .table-container .form-container.armor-grid{
grid-template-areas:
- "name name name status status"
- "burden guard block evasion initiative"
+ "name name status status burden"
+ "guard block evasion dodge initiative"
"description description description description description"
"close close close close close";
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
@@ -2137,6 +2186,10 @@
grid-area: evasion;
width: 100%;
}
+.charsheet .form-container.armor-grid .dodge {
+ grid-area: dodge;
+ width: 100%;
+}
.charsheet .form-container.armor-grid .initiative {
grid-area: initiative;
width: 100%;
@@ -2206,12 +2259,13 @@
.charsheet .table-container .form-container.weapon-grid{
grid-template-areas:
- "name name status"
- "burden focus power"
- "wpn-type wpn-type wpn-type"
- "description description description"
- "close close close";
- grid-template-columns: 1fr 1fr 1fr;
+ "name name status status"
+ "burden focus power critrange"
+ "wpn-type wpn-type wpn-type dmgtype"
+ "description description description description"
+ "customroll customroll customroll customroll"
+ "close close close close";
+ grid-template-columns: 1fr 1fr 1fr 1fr;
gap:10px;
}
.charsheet .form-container.weapon-grid .picker {
@@ -2241,6 +2295,10 @@
grid-area: wpn-type;
width: 100%;
}
+.charsheet .form-container.weapon-grid .dmgtype {
+ grid-area: dmgtype;
+ width: 100%;
+}
.charsheet .form-container.weapon-grid .focus {
grid-area: focus;
width: 100%;
@@ -2249,12 +2307,23 @@
grid-area: power;
width: 100%;
}
+.charsheet .form-container.weapon-grid .critrange {
+ grid-area: critrange;
+ width: 100%;
+}
.charsheet .form-container.weapon-grid .description {
display: flex;
flex-direction: column;
grid-area: description;
width: 100%;
}
+.charsheet .form-container.weapon-grid .customroll {
+ display: flex;
+ flex-direction: column;
+ grid-area: customroll;
+ width: 100%;
+ font-family: "Courier New", Courier, monospace;
+}
.charsheet .form-container.weapon-grid .description textarea{
margin-bottom: 0px;
}
diff --git a/LyrianChronicles/LyrianChronicles.html b/LyrianChronicles/LyrianChronicles.html
index 20e664f994f2..e1406170b741 100644
--- a/LyrianChronicles/LyrianChronicles.html
+++ b/LyrianChronicles/LyrianChronicles.html
@@ -1,5 +1,5 @@
-
+
@@ -194,7 +198,7 @@
Max | HP | Temp
-
+
@@ -202,7 +206,7 @@
Max | MP | Temp
-
+
@@ -210,7 +214,7 @@
Max | RP | Temp
-
+
@@ -221,7 +225,7 @@
Max | HP | Temp
-
+
@@ -841,6 +845,56 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -872,10 +926,10 @@
-
-
- ⚂
-
+
+
+ ⚂
+
@@ -963,6 +1017,7 @@
+
@@ -980,6 +1035,7 @@
+
@@ -997,6 +1053,7 @@
+
@@ -1049,6 +1106,7 @@
+
@@ -1110,6 +1168,11 @@
@@ -1303,6 +1366,226 @@
+
+
+
Key Abilities
+
+
+
+
+
+
+
Abilities
@@ -1330,31 +1613,24 @@
-
-
-
-
-
-
-
@@ -1364,30 +1640,27 @@
-
-
-
+
-
-
-
+
+
-
+
@@ -1395,13 +1668,9 @@
-
-
-
-
@@ -1412,7 +1681,6 @@
-
@@ -1421,7 +1689,6 @@
-
@@ -1431,21 +1698,18 @@
+
-
-
-
-
@@ -1453,7 +1717,6 @@
-
@@ -1470,10 +1733,8 @@
-
-
@@ -1486,10 +1747,9 @@
-
+
-
@@ -1508,14 +1768,13 @@
-
+
+
-
-
@@ -1527,34 +1786,24 @@
+
-
-
-
-
-
-
-
-
-
-
-
@@ -1564,16 +1813,12 @@
-
-
-
-
@@ -1584,9 +1829,6 @@
-
-
-
@@ -1606,9 +1848,7 @@
-
-
@@ -1620,10 +1860,8 @@
-
-
@@ -1636,11 +1874,8 @@
-
-
-
@@ -1650,7 +1885,9 @@
-
+
+
+
@@ -1659,9 +1896,7 @@
-
-
@@ -1672,29 +1907,19 @@
-
-
-
-
-
-
-
-
-
-
@@ -1719,83 +1944,65 @@
-
-
-
+
+
-
+
-
-
-
-
-
-
+
+
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
@@ -1817,6 +2024,7 @@
+
@@ -1835,14 +2043,9 @@
-
-
-
-
-
@@ -1851,25 +2054,22 @@
-
+
-
-
+
-
-
@@ -1905,6 +2105,7 @@
+
@@ -1931,9 +2132,11 @@
+
+
@@ -1945,7 +2148,6 @@
-
@@ -1953,11 +2155,8 @@
-
-
-
@@ -1972,19 +2171,13 @@
-
-
+
-
-
-
-
-
@@ -1993,10 +2186,10 @@
+
-
@@ -2006,7 +2199,6 @@
-
@@ -2018,22 +2210,14 @@
-
-
-
-
-
-
-
-
@@ -2042,43 +2226,33 @@
+
-
-
-
-
-
-
-
-
-
-
-
@@ -2095,13 +2269,10 @@
-
-
-
@@ -2121,7 +2292,6 @@
-
@@ -2131,7 +2301,6 @@
-
@@ -2144,9 +2313,7 @@
-
@@ -2196,7 +2363,7 @@
-
+
@@ -2330,9 +2497,13 @@
-
+
+
+
+
+
@@ -2360,8 +2531,8 @@
-
-
+
+
@@ -2385,8 +2556,10 @@
-
Evasion/Dodge:
+
Evasion:
+
Dodge:
+
Initiative:
@@ -2448,6 +2621,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2494,10 +2687,18 @@
+
+
+
+
+
+
+
+