diff --git a/LandOfEem/images/star.png b/LandOfEem/images/star.png new file mode 100644 index 0000000000..ffd548673a Binary files /dev/null and b/LandOfEem/images/star.png differ diff --git a/LandOfEem/landofeem.css b/LandOfEem/landofeem.css index 8a87d19a24..de630b2581 100644 --- a/LandOfEem/landofeem.css +++ b/LandOfEem/landofeem.css @@ -1063,13 +1063,17 @@ label.small { /* Sparkle Icon */ .sparkle { - font-size: 11px; color: var(--sheet-primary-color); display: inline-block; vertical-align: middle; - width: fit-content; - margin-left: -4px; - margin-right: -2px; + align-self: center; + margin: 0 -4px; + background-image: url('https: //raw.githubusercontent.com/Roll20/roll20-character-sheets/master/LandOfEem/images/star.png'); + background-size: 10px 10px; + background-repeat: no-repeat; + background-position: center; + width: 11px; + height: 11px; } .note-box .hint, diff --git a/LandOfEem/landofeem.html b/LandOfEem/landofeem.html index 8b15c5fc39..949883d645 100644 --- a/LandOfEem/landofeem.html +++ b/LandOfEem/landofeem.html @@ -559,7 +559,7 @@
-
🟅
+
Gain individual XP if you demonstrate your ideals
@@ -569,7 +569,7 @@
-
🟅
+
Gain individual XP if you demonstrate your flaws
@@ -579,7 +579,7 @@

Personal Quest

-
🟅
+
Gain party XP if you pursue your personal quest
@@ -587,7 +587,7 @@

Backstory

-
🟅
+
Gain individual XP if you tell a story about your past
@@ -596,7 +596,7 @@

Relationships

-
🟅
+
Gain party XP if you build on a relationship
@@ -626,7 +626,7 @@ -
🟅
Changes the sheet type. +
Changes the sheet type.
@@ -634,14 +634,14 @@ On Off -
🟅
On: keeps Attribute and Skill values between -3 and +3. +
On: keeps Attribute and Skill values between -3 and +3.
On Off -
🟅
On: keeps the final sum of roll modifiers between -3 and +3. +
On: keeps the final sum of roll modifiers between -3 and +3.
@@ -1434,4 +1434,4 @@ on("clicked:attack", async () => { }) }) }) - + \ No newline at end of file