[Exiles - Cortex Prime]

Fixed the dice icons in the Distinctions and Hinder SFX
Made the Dice roller visible, was only showing in the edit feature.
This commit is contained in:
tapiochre
2021-06-02 11:50:32 +01:00
parent 60e19a6c4f
commit 6fc72dae99
3 changed files with 15 additions and 7 deletions
+6 -1
View File
@@ -203,7 +203,7 @@
visibility: visible;
}
input[name="attr_edit"]:not(:checked) + div .btn {
input[name="attr_edit"]:not(:checked) + div .btn:not(.sheet-blank-roll-button) {
visibility: hidden !important;
display: none !important;
}
@@ -314,6 +314,11 @@
display: block !important;
}
.sheet-blank-roll-button {
visibility: visible !important;
display: block !important;
}
.charsheet button[type="roll"].sheet-blank-roll-button::before {
content: '';
}
+4 -4
View File
@@ -520,17 +520,17 @@
<div>
<div class="sheet-PC0">
<div class="sheet-distinction">
<h2><span name="attr_Distinction1Name"></span><input type="text" name="attr_Distinction1Name" placeholder="Type here" style="min-width: 280px;"> <img src="https://raw.githubusercontent.com/tapiochre/roll20-character-sheets/master/CortexPrime-Exiles/assets/d8-280x280.png" alt="8" width="25" height="25" align="right" /></h2>
<h2><span name="attr_Distinction1Name"></span><input type="text" name="attr_Distinction1Name" placeholder="Type here" style="min-width: 280px;"> <img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Exiles/assets/d8-280x280.png" alt="8" width="25" height="25" align="right" /></h2>
</div>
<div class="sheet-distinction">
<h2><span name="attr_Distinction2Name"></span><input type="text" name="attr_Distinction2Name" placeholder="Type here" style="min-width: 280px;"> <img src="https://raw.githubusercontent.com/tapiochre/roll20-character-sheets/master/CortexPrime-Exiles/assets/d8-280x280.png" alt="8" width="25" height="25" align="right" /></h2>
<h2><span name="attr_Distinction2Name"></span><input type="text" name="attr_Distinction2Name" placeholder="Type here" style="min-width: 280px;"> <img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Exiles/assets/d8-280x280.png" alt="8" width="25" height="25" align="right" /></h2>
</div>
<div class="sheet-distinction">
<h2><span name="attr_Distinction3Name"></span><input type="text" name="attr_Distinction3Name" placeholder="Type here" style="min-width: 280px;"> <img src="https://raw.githubusercontent.com/tapiochre/roll20-character-sheets/master/CortexPrime-Exiles/assets/d8-280x280.png" alt="8" width="25" height="25" align="right" /></h2>
<h2><span name="attr_Distinction3Name"></span><input type="text" name="attr_Distinction3Name" placeholder="Type here" style="min-width: 280px;"> <img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Exiles/assets/d8-280x280.png" alt="8" width="25" height="25" align="right" /></h2>
</div>
<div>
<div class="sheet-trigger">
<strong>Hinder:</strong> Gain a <img src="https://raw.githubusercontent.com/tapiochre/roll20-character-sheets/master/CortexPrime-Exiles/assets/plotpoint.png" alt="Plot Point" width="16" height="16" align="top" /> when you switch out a distinctions <img src="https://raw.githubusercontent.com/tapiochre/roll20-character-sheets/master/CortexPrime-Exiles/assets/d8-280x280.png" alt="8" width="16" height="16" align="top" /> for a<img src="https://raw.githubusercontent.com/tapiochre/roll20-character-sheets/master/CortexPrime-Exiles/assets/d4-280x280.png" alt="4" width="16" height="16" align="top" />
<strong>Hinder:</strong> Gain a <img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Exiles/assets/plotpoint.png" alt="Plot Point" width="16" height="16" align="top" /> when you switch out a distinctions <img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Exiles/assets/d8-280x280.png" alt="8" width="16" height="16" align="top" /> for a<img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CortexPrime-Exiles/assets/d4-280x280.png" alt="4" width="16" height="16" align="top" />
</div>
</div>
</div>
+5 -2
View File
@@ -8,8 +8,6 @@ Exiles - Character Sheet - Cortex Prime
- There is a green Edit button to make changes to the sheet.
- Click the Edit button again to hide the editor.
- Repeat this for each of the remaining characters.
##Dice Pool Builder
The inbuilt Dice Pool Builder pulls from the character's attributes, rolls and displays the dice used and what they rolled. Hitches show up with black icons.
@@ -29,4 +27,9 @@ Exiles and all associated characters and elements are © Marvel Entertainment, L
##Changelog
### v.1.0.01 2021-06-02
Fixed the dice icons in the Distinctions and Hinder SFX
Made the Dice roller visible, was only showing in the edit feature.
### v.1.0 2021-06-01