mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Compiled the pug and scss...
This commit is contained in:
+18
-18
@@ -365,7 +365,7 @@ html {
|
||||
}
|
||||
|
||||
.ui-dialog .charsheet .repcontainer .repitem .itemcontrol .repcontrol_move, .ui-dialog .charsheet .repcontainer .repitem .itemcontrol .repcontrol_del {
|
||||
background-image: url("https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/unlock.svg");
|
||||
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/unlock.svg");
|
||||
background-size: 18px;
|
||||
background-repeat: no-repeat;
|
||||
width: 18px;
|
||||
@@ -377,7 +377,7 @@ html {
|
||||
opacity: 1;
|
||||
}
|
||||
.ui-dialog .charsheet .repcontainer .repitem .itemcontrol .repcontrol_move {
|
||||
background-image: url("https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/move.svg");
|
||||
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/move.svg");
|
||||
background-size: 18px;
|
||||
background-repeat: no-repeat;
|
||||
width: 18px;
|
||||
@@ -385,7 +385,7 @@ html {
|
||||
opacity: 0.5;
|
||||
}
|
||||
.ui-dialog .charsheet .repcontainer .repitem .itemcontrol .repcontrol_del {
|
||||
background-image: url("https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/delete.svg");
|
||||
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/delete.svg");
|
||||
background-size: 18px;
|
||||
background-repeat: no-repeat;
|
||||
width: 18px;
|
||||
@@ -395,7 +395,7 @@ html {
|
||||
.ui-dialog .charsheet .repcontainer.ui-sortable.editmode[data-groupname*=repeating_] ~ .repcontrol[data-groupname*=repeating_] .repcontrol_edit {
|
||||
font-size: 0;
|
||||
opacity: 0.5;
|
||||
background-image: url("https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/unlock.svg");
|
||||
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/unlock.svg");
|
||||
background-size: 18px;
|
||||
background-repeat: no-repeat;
|
||||
width: 18px;
|
||||
@@ -430,7 +430,7 @@ html {
|
||||
opacity: 1;
|
||||
}
|
||||
.ui-dialog .charsheet .repcontrol_add {
|
||||
background-image: url("https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/add.svg");
|
||||
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/add.svg");
|
||||
background-size: 18px;
|
||||
background-repeat: no-repeat;
|
||||
width: 18px;
|
||||
@@ -439,7 +439,7 @@ html {
|
||||
float: left;
|
||||
}
|
||||
.ui-dialog .charsheet .repcontrol_edit {
|
||||
background-image: url("https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/lock.svg");
|
||||
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/lock.svg");
|
||||
background-size: 18px;
|
||||
background-repeat: no-repeat;
|
||||
width: 18px;
|
||||
@@ -1952,13 +1952,13 @@ input[name*=sheet_type][value=npc] ~ .character {
|
||||
height: 30px;
|
||||
}
|
||||
.sheet-rolltemplate-recover .sheet-arc__banner.sheet-short-rest, .sheet-rolltemplate-skills .sheet-arc__banner.sheet-short-rest, .sheet-rolltemplate-fallen .sheet-arc__banner.sheet-short-rest {
|
||||
background-image: url("https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/tab_short_rest.png");
|
||||
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/tab_short_rest.png");
|
||||
}
|
||||
.sheet-rolltemplate-recover .sheet-arc__banner.sheet-long-rest, .sheet-rolltemplate-skills .sheet-arc__banner.sheet-long-rest, .sheet-rolltemplate-fallen .sheet-arc__banner.sheet-long-rest {
|
||||
background-image: url("https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/tab_long_rest.png");
|
||||
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/tab_long_rest.png");
|
||||
}
|
||||
.sheet-rolltemplate-recover .sheet-arc__banner.sheet-skill-test, .sheet-rolltemplate-skills .sheet-arc__banner.sheet-skill-test, .sheet-rolltemplate-fallen .sheet-arc__banner.sheet-skill-test {
|
||||
background-image: url("https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/tab_skill_check.png");
|
||||
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/tab_skill_check.png");
|
||||
}
|
||||
.sheet-rolltemplate-recover .sheet-arc__content, .sheet-rolltemplate-skills .sheet-arc__content, .sheet-rolltemplate-fallen .sheet-arc__content {
|
||||
display: grid;
|
||||
@@ -1970,16 +1970,16 @@ input[name*=sheet_type][value=npc] ~ .character {
|
||||
min-height: 200px;
|
||||
}
|
||||
.sheet-rolltemplate-recover .sheet-arc__content.sheet-short-rest, .sheet-rolltemplate-skills .sheet-arc__content.sheet-short-rest, .sheet-rolltemplate-fallen .sheet-arc__content.sheet-short-rest {
|
||||
background-image: url("https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/bg_short_rest.png");
|
||||
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/bg_short_rest.png");
|
||||
}
|
||||
.sheet-rolltemplate-recover .sheet-arc__content.sheet-long-rest, .sheet-rolltemplate-skills .sheet-arc__content.sheet-long-rest, .sheet-rolltemplate-fallen .sheet-arc__content.sheet-long-rest {
|
||||
background-image: url("https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/bg_long_rest.png");
|
||||
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/bg_long_rest.png");
|
||||
}
|
||||
.sheet-rolltemplate-recover .sheet-arc__content.sheet-skill-test, .sheet-rolltemplate-skills .sheet-arc__content.sheet-skill-test, .sheet-rolltemplate-fallen .sheet-arc__content.sheet-skill-test {
|
||||
grid-template-rows: auto auto 1fr;
|
||||
}
|
||||
.sheet-rolltemplate-recover .sheet-arc__content.sheet-fallen, .sheet-rolltemplate-skills .sheet-arc__content.sheet-fallen, .sheet-rolltemplate-fallen .sheet-arc__content.sheet-fallen {
|
||||
background-image: url("https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/bg_fallen.png");
|
||||
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/bg_fallen.png");
|
||||
}
|
||||
.sheet-rolltemplate-recover .sheet-arc__sentence, .sheet-rolltemplate-skills .sheet-arc__sentence, .sheet-rolltemplate-fallen .sheet-arc__sentence {
|
||||
display: flex;
|
||||
@@ -2104,21 +2104,21 @@ input[name*=sheet_type][value=npc] ~ .character {
|
||||
display: none;
|
||||
}
|
||||
.sheet-rolltemplate-skills .sheet-display-control.sheet-success ~ .sheet-arc__content.sheet-skill-test {
|
||||
background-image: url("https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/bg_check_success.png");
|
||||
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/bg_check_success.png");
|
||||
}
|
||||
.sheet-rolltemplate-skills .sheet-display-control.sheet-success ~ .sheet-arc__content .sheet-arc__roll--value {
|
||||
box-shadow: 0 0 4px 4px #7f690b;
|
||||
border-color: #7f690b;
|
||||
}
|
||||
.sheet-rolltemplate-skills .sheet-display-control.sheet-tie ~ .sheet-arc__content.sheet-skill-test {
|
||||
background-image: url("https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/bg_check_tie.png");
|
||||
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/bg_check_tie.png");
|
||||
}
|
||||
.sheet-rolltemplate-skills .sheet-display-control.sheet-tie ~ .sheet-arc__content .sheet-arc__roll--value {
|
||||
border: 1px solid #2b4434;
|
||||
box-shadow: 0px 0px 4px 4px #2b4434;
|
||||
}
|
||||
.sheet-rolltemplate-skills .sheet-display-control.sheet-fail ~ .sheet-arc__content.sheet-skill-test {
|
||||
background-image: url("https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/bg_check_fail.png");
|
||||
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/bg_check_fail.png");
|
||||
}
|
||||
.sheet-rolltemplate-skills .sheet-display-control.sheet-fail ~ .sheet-arc__content .sheet-arc__roll--value {
|
||||
border: 1px solid #3c2f27;
|
||||
@@ -2143,13 +2143,13 @@ input[name*=sheet_type][value=npc] ~ .character {
|
||||
height: 35px;
|
||||
}
|
||||
.sheet-rolltemplate-skills .sheet-arc__approach-skill--approach.sheet-creative {
|
||||
background-image: url("https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/text_creative.svg");
|
||||
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/text_creative.svg");
|
||||
}
|
||||
.sheet-rolltemplate-skills .sheet-arc__approach-skill--approach.sheet-careful {
|
||||
background-image: url("https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/text_careful.svg");
|
||||
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/text_careful.svg");
|
||||
}
|
||||
.sheet-rolltemplate-skills .sheet-arc__approach-skill--approach.sheet-concerted {
|
||||
background-image: url("https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/text_concerted.svg");
|
||||
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/text_concerted.svg");
|
||||
}
|
||||
.sheet-rolltemplate-skills .sheet-arc__approach-skill--text {
|
||||
font-family: "Playfair Display", serif;
|
||||
|
||||
+68
-68
@@ -7,12 +7,12 @@
|
||||
<div class="toolbar__labels">
|
||||
<label class="toolbar__glossary">
|
||||
<input name="attr_show_glossary" type="checkbox"/>
|
||||
<img class="toolbar__glossary--icon" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/book.svg" title="book">
|
||||
<img class="toolbar__glossary--icon" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/book.svg" title="book">
|
||||
</img>
|
||||
</label>
|
||||
<label class="toolbar__settings">
|
||||
<input name="attr_show_settings" type="checkbox"/>
|
||||
<img class="toolbar__settings--icon" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/settings.svg" title="settings">
|
||||
<img class="toolbar__settings--icon" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/settings.svg" title="settings">
|
||||
</img>
|
||||
</label>
|
||||
<label class="toolbar__version">
|
||||
@@ -30,7 +30,7 @@
|
||||
</div>
|
||||
<label class="popup__close">
|
||||
<input class="popup__close--btn" name="attr_show_glossary" type="checkbox"/>
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/close.svg" title="close">
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/close.svg" title="close">
|
||||
</img>
|
||||
</label>
|
||||
<div class="popup__header">
|
||||
@@ -350,7 +350,7 @@
|
||||
</div>
|
||||
<label class="popup__close">
|
||||
<input class="popup__close--btn" name="attr_show_settings" type="checkbox"/>
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/close.svg" title="close">
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/close.svg" title="close">
|
||||
</img>
|
||||
</label>
|
||||
<div class="popup__header">
|
||||
@@ -444,7 +444,7 @@
|
||||
<div class="help">
|
||||
<label class="help__label">
|
||||
<input class="help__label--input" name="attr_show_blood" type="checkbox"/>
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/help.svg" title="help">
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/help.svg" title="help">
|
||||
</img>
|
||||
</label>
|
||||
</div>
|
||||
@@ -472,7 +472,7 @@
|
||||
</div>
|
||||
<label class="popup__close">
|
||||
<input class="popup__close--btn" name="attr_show_blood" type="checkbox"/>
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/close.svg" title="close">
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/close.svg" title="close">
|
||||
</img>
|
||||
</label>
|
||||
<div class="popup__header">
|
||||
@@ -493,7 +493,7 @@
|
||||
<div class="help">
|
||||
<label class="help__label">
|
||||
<input class="help__label--input" name="attr_show_guts" type="checkbox"/>
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/help.svg" title="help">
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/help.svg" title="help">
|
||||
</img>
|
||||
</label>
|
||||
</div>
|
||||
@@ -521,7 +521,7 @@
|
||||
</div>
|
||||
<label class="popup__close">
|
||||
<input class="popup__close--btn" name="attr_show_guts" type="checkbox"/>
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/close.svg" title="close">
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/close.svg" title="close">
|
||||
</img>
|
||||
</label>
|
||||
<div class="popup__header">
|
||||
@@ -563,7 +563,7 @@
|
||||
<div class="help">
|
||||
<label class="help__label">
|
||||
<input class="help__label--input" name="attr_show_creative" type="checkbox"/>
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/help.svg" title="help">
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/help.svg" title="help">
|
||||
</img>
|
||||
</label>
|
||||
</div>
|
||||
@@ -584,7 +584,7 @@
|
||||
</div>
|
||||
<label class="popup__close">
|
||||
<input class="popup__close--btn" name="attr_show_creative" type="checkbox"/>
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/close.svg" title="close">
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/close.svg" title="close">
|
||||
</img>
|
||||
</label>
|
||||
<div class="popup__header">
|
||||
@@ -600,7 +600,7 @@
|
||||
<div class="help">
|
||||
<label class="help__label">
|
||||
<input class="help__label--input" name="attr_show_careful" type="checkbox"/>
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/help.svg" title="help">
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/help.svg" title="help">
|
||||
</img>
|
||||
</label>
|
||||
</div>
|
||||
@@ -621,7 +621,7 @@
|
||||
</div>
|
||||
<label class="popup__close">
|
||||
<input class="popup__close--btn" name="attr_show_careful" type="checkbox"/>
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/close.svg" title="close">
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/close.svg" title="close">
|
||||
</img>
|
||||
</label>
|
||||
<div class="popup__header">
|
||||
@@ -637,7 +637,7 @@
|
||||
<div class="help">
|
||||
<label class="help__label">
|
||||
<input class="help__label--input" name="attr_show_concerted" type="checkbox"/>
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/help.svg" title="help">
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/help.svg" title="help">
|
||||
</img>
|
||||
</label>
|
||||
</div>
|
||||
@@ -658,7 +658,7 @@
|
||||
</div>
|
||||
<label class="popup__close">
|
||||
<input class="popup__close--btn" name="attr_show_concerted" type="checkbox"/>
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/close.svg" title="close">
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/close.svg" title="close">
|
||||
</img>
|
||||
</label>
|
||||
<div class="popup__header">
|
||||
@@ -679,7 +679,7 @@
|
||||
<div class="help">
|
||||
<label class="help__label">
|
||||
<input class="help__label--input" name="attr_show_skills" type="checkbox"/>
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/help.svg" title="help">
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/help.svg" title="help">
|
||||
</img>
|
||||
</label>
|
||||
</div>
|
||||
@@ -698,7 +698,7 @@
|
||||
<div class="help">
|
||||
<label class="help__label">
|
||||
<input class="help__label--input" name="attr_show_academic" type="checkbox"/>
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/help.svg" title="help">
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/help.svg" title="help">
|
||||
</img>
|
||||
</label>
|
||||
</div>
|
||||
@@ -710,7 +710,7 @@
|
||||
</div>
|
||||
<label class="popup__close">
|
||||
<input class="popup__close--btn" name="attr_show_academic" type="checkbox"/>
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/close.svg" title="close">
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/close.svg" title="close">
|
||||
</img>
|
||||
</label>
|
||||
<div class="popup__header">
|
||||
@@ -738,7 +738,7 @@
|
||||
<div class="help">
|
||||
<label class="help__label">
|
||||
<input class="help__label--input" name="attr_show_culture" type="checkbox"/>
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/help.svg" title="help">
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/help.svg" title="help">
|
||||
</img>
|
||||
</label>
|
||||
</div>
|
||||
@@ -750,7 +750,7 @@
|
||||
</div>
|
||||
<label class="popup__close">
|
||||
<input class="popup__close--btn" name="attr_show_culture" type="checkbox"/>
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/close.svg" title="close">
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/close.svg" title="close">
|
||||
</img>
|
||||
</label>
|
||||
<div class="popup__header">
|
||||
@@ -778,7 +778,7 @@
|
||||
<div class="help">
|
||||
<label class="help__label">
|
||||
<input class="help__label--input" name="attr_show_observe" type="checkbox"/>
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/help.svg" title="help">
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/help.svg" title="help">
|
||||
</img>
|
||||
</label>
|
||||
</div>
|
||||
@@ -790,7 +790,7 @@
|
||||
</div>
|
||||
<label class="popup__close">
|
||||
<input class="popup__close--btn" name="attr_show_observe" type="checkbox"/>
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/close.svg" title="close">
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/close.svg" title="close">
|
||||
</img>
|
||||
</label>
|
||||
<div class="popup__header">
|
||||
@@ -818,7 +818,7 @@
|
||||
<div class="help">
|
||||
<label class="help__label">
|
||||
<input class="help__label--input" name="attr_show_tactics" type="checkbox"/>
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/help.svg" title="help">
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/help.svg" title="help">
|
||||
</img>
|
||||
</label>
|
||||
</div>
|
||||
@@ -830,7 +830,7 @@
|
||||
</div>
|
||||
<label class="popup__close">
|
||||
<input class="popup__close--btn" name="attr_show_tactics" type="checkbox"/>
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/close.svg" title="close">
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/close.svg" title="close">
|
||||
</img>
|
||||
</label>
|
||||
<div class="popup__header">
|
||||
@@ -863,7 +863,7 @@
|
||||
<div class="help">
|
||||
<label class="help__label">
|
||||
<input class="help__label--input" name="attr_show_charisma" type="checkbox"/>
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/help.svg" title="help">
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/help.svg" title="help">
|
||||
</img>
|
||||
</label>
|
||||
</div>
|
||||
@@ -875,7 +875,7 @@
|
||||
</div>
|
||||
<label class="popup__close">
|
||||
<input class="popup__close--btn" name="attr_show_charisma" type="checkbox"/>
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/close.svg" title="close">
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/close.svg" title="close">
|
||||
</img>
|
||||
</label>
|
||||
<div class="popup__header">
|
||||
@@ -903,7 +903,7 @@
|
||||
<div class="help">
|
||||
<label class="help__label">
|
||||
<input class="help__label--input" name="attr_show_guile" type="checkbox"/>
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/help.svg" title="help">
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/help.svg" title="help">
|
||||
</img>
|
||||
</label>
|
||||
</div>
|
||||
@@ -915,7 +915,7 @@
|
||||
</div>
|
||||
<label class="popup__close">
|
||||
<input class="popup__close--btn" name="attr_show_guile" type="checkbox"/>
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/close.svg" title="close">
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/close.svg" title="close">
|
||||
</img>
|
||||
</label>
|
||||
<div class="popup__header">
|
||||
@@ -943,7 +943,7 @@
|
||||
<div class="help">
|
||||
<label class="help__label">
|
||||
<input class="help__label--input" name="attr_show_impose" type="checkbox"/>
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/help.svg" title="help">
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/help.svg" title="help">
|
||||
</img>
|
||||
</label>
|
||||
</div>
|
||||
@@ -955,7 +955,7 @@
|
||||
</div>
|
||||
<label class="popup__close">
|
||||
<input class="popup__close--btn" name="attr_show_impose" type="checkbox"/>
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/close.svg" title="close">
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/close.svg" title="close">
|
||||
</img>
|
||||
</label>
|
||||
<div class="popup__header">
|
||||
@@ -983,7 +983,7 @@
|
||||
<div class="help">
|
||||
<label class="help__label">
|
||||
<input class="help__label--input" name="attr_show_insight" type="checkbox"/>
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/help.svg" title="help">
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/help.svg" title="help">
|
||||
</img>
|
||||
</label>
|
||||
</div>
|
||||
@@ -995,7 +995,7 @@
|
||||
</div>
|
||||
<label class="popup__close">
|
||||
<input class="popup__close--btn" name="attr_show_insight" type="checkbox"/>
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/close.svg" title="close">
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/close.svg" title="close">
|
||||
</img>
|
||||
</label>
|
||||
<div class="popup__header">
|
||||
@@ -1028,7 +1028,7 @@
|
||||
<div class="help">
|
||||
<label class="help__label">
|
||||
<input class="help__label--input" name="attr_show_acrobatics" type="checkbox"/>
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/help.svg" title="help">
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/help.svg" title="help">
|
||||
</img>
|
||||
</label>
|
||||
</div>
|
||||
@@ -1040,7 +1040,7 @@
|
||||
</div>
|
||||
<label class="popup__close">
|
||||
<input class="popup__close--btn" name="attr_show_acrobatics" type="checkbox"/>
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/close.svg" title="close">
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/close.svg" title="close">
|
||||
</img>
|
||||
</label>
|
||||
<div class="popup__header">
|
||||
@@ -1068,7 +1068,7 @@
|
||||
<div class="help">
|
||||
<label class="help__label">
|
||||
<input class="help__label--input" name="attr_show_coordination" type="checkbox"/>
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/help.svg" title="help">
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/help.svg" title="help">
|
||||
</img>
|
||||
</label>
|
||||
</div>
|
||||
@@ -1080,7 +1080,7 @@
|
||||
</div>
|
||||
<label class="popup__close">
|
||||
<input class="popup__close--btn" name="attr_show_coordination" type="checkbox"/>
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/close.svg" title="close">
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/close.svg" title="close">
|
||||
</img>
|
||||
</label>
|
||||
<div class="popup__header">
|
||||
@@ -1108,7 +1108,7 @@
|
||||
<div class="help">
|
||||
<label class="help__label">
|
||||
<input class="help__label--input" name="attr_show_physique" type="checkbox"/>
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/help.svg" title="help">
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/help.svg" title="help">
|
||||
</img>
|
||||
</label>
|
||||
</div>
|
||||
@@ -1120,7 +1120,7 @@
|
||||
</div>
|
||||
<label class="popup__close">
|
||||
<input class="popup__close--btn" name="attr_show_physique" type="checkbox"/>
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/close.svg" title="close">
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/close.svg" title="close">
|
||||
</img>
|
||||
</label>
|
||||
<div class="popup__header">
|
||||
@@ -1148,7 +1148,7 @@
|
||||
<div class="help">
|
||||
<label class="help__label">
|
||||
<input class="help__label--input" name="attr_show_weaponry" type="checkbox"/>
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/help.svg" title="help">
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/help.svg" title="help">
|
||||
</img>
|
||||
</label>
|
||||
</div>
|
||||
@@ -1160,7 +1160,7 @@
|
||||
</div>
|
||||
<label class="popup__close">
|
||||
<input class="popup__close--btn" name="attr_show_weaponry" type="checkbox"/>
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/close.svg" title="close">
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/close.svg" title="close">
|
||||
</img>
|
||||
</label>
|
||||
<div class="popup__header">
|
||||
@@ -1193,7 +1193,7 @@
|
||||
<div class="help">
|
||||
<label class="help__label">
|
||||
<input class="help__label--input" name="attr_show_artistry" type="checkbox"/>
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/help.svg" title="help">
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/help.svg" title="help">
|
||||
</img>
|
||||
</label>
|
||||
</div>
|
||||
@@ -1205,7 +1205,7 @@
|
||||
</div>
|
||||
<label class="popup__close">
|
||||
<input class="popup__close--btn" name="attr_show_artistry" type="checkbox"/>
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/close.svg" title="close">
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/close.svg" title="close">
|
||||
</img>
|
||||
</label>
|
||||
<div class="popup__header">
|
||||
@@ -1233,7 +1233,7 @@
|
||||
<div class="help">
|
||||
<label class="help__label">
|
||||
<input class="help__label--input" name="attr_show_survival" type="checkbox"/>
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/help.svg" title="help">
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/help.svg" title="help">
|
||||
</img>
|
||||
</label>
|
||||
</div>
|
||||
@@ -1245,7 +1245,7 @@
|
||||
</div>
|
||||
<label class="popup__close">
|
||||
<input class="popup__close--btn" name="attr_show_survival" type="checkbox"/>
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/close.svg" title="close">
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/close.svg" title="close">
|
||||
</img>
|
||||
</label>
|
||||
<div class="popup__header">
|
||||
@@ -1273,7 +1273,7 @@
|
||||
<div class="help">
|
||||
<label class="help__label">
|
||||
<input class="help__label--input" name="attr_show_tinker" type="checkbox"/>
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/help.svg" title="help">
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/help.svg" title="help">
|
||||
</img>
|
||||
</label>
|
||||
</div>
|
||||
@@ -1285,7 +1285,7 @@
|
||||
</div>
|
||||
<label class="popup__close">
|
||||
<input class="popup__close--btn" name="attr_show_tinker" type="checkbox"/>
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/close.svg" title="close">
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/close.svg" title="close">
|
||||
</img>
|
||||
</label>
|
||||
<div class="popup__header">
|
||||
@@ -1313,7 +1313,7 @@
|
||||
<div class="help">
|
||||
<label class="help__label">
|
||||
<input class="help__label--input" name="attr_show_trade" type="checkbox"/>
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/help.svg" title="help">
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/help.svg" title="help">
|
||||
</img>
|
||||
</label>
|
||||
</div>
|
||||
@@ -1325,7 +1325,7 @@
|
||||
</div>
|
||||
<label class="popup__close">
|
||||
<input class="popup__close--btn" name="attr_show_trade" type="checkbox"/>
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/close.svg" title="close">
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/close.svg" title="close">
|
||||
</img>
|
||||
</label>
|
||||
<div class="popup__header">
|
||||
@@ -1358,7 +1358,7 @@
|
||||
<div class="help">
|
||||
<label class="help__label">
|
||||
<input class="help__label--input" name="attr_show_arcana" type="checkbox"/>
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/help.svg" title="help">
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/help.svg" title="help">
|
||||
</img>
|
||||
</label>
|
||||
</div>
|
||||
@@ -1370,7 +1370,7 @@
|
||||
</div>
|
||||
<label class="popup__close">
|
||||
<input class="popup__close--btn" name="attr_show_arcana" type="checkbox"/>
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/close.svg" title="close">
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/close.svg" title="close">
|
||||
</img>
|
||||
</label>
|
||||
<div class="popup__header">
|
||||
@@ -1398,7 +1398,7 @@
|
||||
<div class="help">
|
||||
<label class="help__label">
|
||||
<input class="help__label--input" name="attr_show_focus" type="checkbox"/>
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/help.svg" title="help">
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/help.svg" title="help">
|
||||
</img>
|
||||
</label>
|
||||
</div>
|
||||
@@ -1410,7 +1410,7 @@
|
||||
</div>
|
||||
<label class="popup__close">
|
||||
<input class="popup__close--btn" name="attr_show_focus" type="checkbox"/>
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/close.svg" title="close">
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/close.svg" title="close">
|
||||
</img>
|
||||
</label>
|
||||
<div class="popup__header">
|
||||
@@ -1437,7 +1437,7 @@
|
||||
</div>
|
||||
<label class="popup__close">
|
||||
<input class="popup__close--btn" name="attr_show_skills" type="checkbox"/>
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/close.svg" title="close">
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/close.svg" title="close">
|
||||
</img>
|
||||
</label>
|
||||
<div class="popup__header">
|
||||
@@ -1554,7 +1554,7 @@
|
||||
<div class="help">
|
||||
<label class="help__label">
|
||||
<input class="help__label--input" name="attr_show_inventory" type="checkbox"/>
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/help.svg" title="help">
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/help.svg" title="help">
|
||||
</img>
|
||||
</label>
|
||||
</div>
|
||||
@@ -1603,9 +1603,9 @@
|
||||
</div>
|
||||
<div class="item__expand">
|
||||
<button class="item__expand--btn" name="act_item-expand-toggle" type="action">
|
||||
<img class="item__expand--img" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/edit.svg" title="edit">
|
||||
<img class="item__expand--img" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/edit.svg" title="edit">
|
||||
</img>
|
||||
<img class="item__close--img" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/close.svg" title="close">
|
||||
<img class="item__close--img" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/close.svg" title="close">
|
||||
</img>
|
||||
</button>
|
||||
</div>
|
||||
@@ -1719,7 +1719,7 @@
|
||||
</div>
|
||||
<label class="popup__close">
|
||||
<input class="popup__close--btn" name="attr_show_inventory" type="checkbox"/>
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/close.svg" title="close">
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/close.svg" title="close">
|
||||
</img>
|
||||
</label>
|
||||
<div class="popup__header">
|
||||
@@ -1763,7 +1763,7 @@
|
||||
<div class="help">
|
||||
<label class="help__label">
|
||||
<input class="help__label--input" name="attr_show_bonds" type="checkbox"/>
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/help.svg" title="help">
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/help.svg" title="help">
|
||||
</img>
|
||||
</label>
|
||||
</div>
|
||||
@@ -1815,7 +1815,7 @@
|
||||
</div>
|
||||
<label class="popup__close">
|
||||
<input class="popup__close--btn" name="attr_show_bonds" type="checkbox"/>
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/close.svg" title="close">
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/close.svg" title="close">
|
||||
</img>
|
||||
</label>
|
||||
<div class="popup__header">
|
||||
@@ -1836,7 +1836,7 @@
|
||||
<div class="help">
|
||||
<label class="help__label">
|
||||
<input class="help__label--input" name="attr_show_xp" type="checkbox"/>
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/help.svg" title="help">
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/help.svg" title="help">
|
||||
</img>
|
||||
</label>
|
||||
</div>
|
||||
@@ -1859,7 +1859,7 @@
|
||||
</div>
|
||||
<label class="popup__close">
|
||||
<input class="popup__close--btn" name="attr_show_xp" type="checkbox"/>
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/close.svg" title="close">
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/close.svg" title="close">
|
||||
</img>
|
||||
</label>
|
||||
<div class="popup__header">
|
||||
@@ -1880,7 +1880,7 @@
|
||||
<div class="help">
|
||||
<label class="help__label">
|
||||
<input class="help__label--input" name="attr_show_consequences" type="checkbox"/>
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/help.svg" title="help">
|
||||
<img class="help__label--icon" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/help.svg" title="help">
|
||||
</img>
|
||||
</label>
|
||||
</div>
|
||||
@@ -1945,7 +1945,7 @@
|
||||
</div>
|
||||
<label class="popup__close">
|
||||
<input class="popup__close--btn" name="attr_show_consequences" type="checkbox"/>
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/character-sheet/ARC/assets/close.svg" title="close">
|
||||
<img class="popup__close--symbol" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ARC/assets/close.svg" title="close">
|
||||
</img>
|
||||
</label>
|
||||
<div class="popup__header">
|
||||
@@ -2064,12 +2064,12 @@
|
||||
</div>
|
||||
<div class="sheet-arc__tn--header" data-i18n="tn">TN
|
||||
</div>{{#rollTotal() roll 1}}
|
||||
<div class="sheet-arc__roll--value"><img src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/api-script/ARC/assets/die_1.png"/>{{roll}}</div>{{/rollTotal() roll 1}}{{#rollTotal() roll 2}}
|
||||
<div class="sheet-arc__roll--value"><img src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/api-script/ARC/assets/die_2.png"/>{{roll}}</div>{{/rollTotal() roll 2}}{{#rollTotal() roll 3}}
|
||||
<div class="sheet-arc__roll--value"><img src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/api-script/ARC/assets/die_3.png"/>{{roll}}</div>{{/rollTotal() roll 3}}{{#rollTotal() roll 4}}
|
||||
<div class="sheet-arc__roll--value"><img src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/api-script/ARC/assets/die_4.png"/>{{roll}}</div>{{/rollTotal() roll 4}}{{#rollTotal() roll 5}}
|
||||
<div class="sheet-arc__roll--value"><img src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/api-script/ARC/assets/die_5.png"/>{{roll}}</div>{{/rollTotal() roll 5}}{{#rollTotal() roll 6}}
|
||||
<div class="sheet-arc__roll--value"><img src="https://raw.githubusercontent.com/morgdalaine/arc-momatoes/main/api-script/ARC/assets/die_6.png"/>{{roll}}</div>{{/rollTotal() roll 6}}
|
||||
<div class="sheet-arc__roll--value"><img src="[object Object]die_1.png"/>{{roll}}</div>{{/rollTotal() roll 1}}{{#rollTotal() roll 2}}
|
||||
<div class="sheet-arc__roll--value"><img src="[object Object]die_2.png"/>{{roll}}</div>{{/rollTotal() roll 2}}{{#rollTotal() roll 3}}
|
||||
<div class="sheet-arc__roll--value"><img src="[object Object]die_3.png"/>{{roll}}</div>{{/rollTotal() roll 3}}{{#rollTotal() roll 4}}
|
||||
<div class="sheet-arc__roll--value"><img src="[object Object]die_4.png"/>{{roll}}</div>{{/rollTotal() roll 4}}{{#rollTotal() roll 5}}
|
||||
<div class="sheet-arc__roll--value"><img src="[object Object]die_5.png"/>{{roll}}</div>{{/rollTotal() roll 5}}{{#rollTotal() roll 6}}
|
||||
<div class="sheet-arc__roll--value"><img src="[object Object]die_6.png"/>{{roll}}</div>{{/rollTotal() roll 6}}
|
||||
<div class="sheet-arc__versus--value">{{#rollLess() roll TN}}<span class="sheet-arc__versus--symbol sheet-success"><</span>{{/rollLess() roll TN}}{{#rollTotal() roll TN}}<span class="sheet-arc__versus--symbol sheet-tie">=</span>{{/rollTotal() roll TN}}{{#rollGreater() roll TN}}<span class="sheet-arc__versus--symbol sheet-fail">></span>{{/rollGreater() roll TN}}
|
||||
</div>
|
||||
<div class="sheet-arc__tn--value">{{TN}}</div>
|
||||
|
||||
Reference in New Issue
Block a user