-
+
{{ rc-i18n "RipCrypt.common.currency.gold"}}
@@ -126,7 +184,7 @@
value="0"
>
-
+
{{ rc-i18n "RipCrypt.common.currency.silver"}}
@@ -137,7 +195,7 @@
value="0"
>
-
+
{{ rc-i18n "RipCrypt.common.currency.copper"}}
@@ -149,4 +207,63 @@
>
-
\ No newline at end of file
+
+ {{!-- * Ammo Summary & Stars --}}
+
+
+ {{!-- * Aura Size --}}
+ {{#if aura}}
+
+
{{rc-i18n "RipCrypt.common.aura"}}
+
+ {{aura.normal}}
+
+ {{aura.heavy}}
+
+
+ {{/if}}
+
diff --git a/templates/Apps/HeroSkillsCardV1/style.css b/templates/Apps/SkillsCardV1/style.css
similarity index 60%
rename from templates/Apps/HeroSkillsCardV1/style.css
rename to templates/Apps/SkillsCardV1/style.css
index 9c092ca..c1815ce 100644
--- a/templates/Apps/HeroSkillsCardV1/style.css
+++ b/templates/Apps/SkillsCardV1/style.css
@@ -1,4 +1,4 @@
-.ripcrypt .HeroSkillsCardV1 {
+.ripcrypt .SkillsCardV1 {
/* Foundry Variable Tweaks */
--input-height: 1rem;
@@ -6,8 +6,9 @@
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
- grid-template-rows: repeat(13, minmax(0, 1fr));
+ grid-template-rows: repeat(14, minmax(0, 1fr));
column-gap: var(--col-gap);
+ row-gap: var(--row-gap);
background: var(--base-background);
color: var(--base-text);
@@ -33,8 +34,9 @@
.list-header {
display: flex;
- justify-content: space-between;
+ gap: 4px;
align-items: center;
+ border-radius: 999px;
}
.skill-list {
display: grid;
@@ -66,20 +68,20 @@
.grip-skills-header {
grid-column: 1 / span 1;
- grid-row: 6 / span 1;
+ grid-row: 7 / span 1;
}
.grip-skills {
grid-column: 1 / span 1;
- grid-row: 7 / span 4;
+ grid-row: 8 / span 4;
}
.glim-skills-header {
grid-column: 2 / span 1;
- grid-row: 6 / span 1;
+ grid-row: 7 / span 1;
}
.glim-skills {
grid-column: 2 / span 1;
- grid-row: 7 / span 4;
+ grid-row: 8 / span 4;
}
.gear-list {
@@ -98,28 +100,83 @@
}
}
+ .ammo-list {
+ grid-column: 1 / span 2;
+ grid-row: 13 / span 2;
+ display: grid;
+ grid-template-columns: subgrid;
+ grid-template-rows: subgrid;
+ list-style-type: none;
+ padding: 0;
+ }
+
.currencies {
grid-column: 1 / span 2;
- grid-row: 13 / span 1;
+ grid-row: 12 / span 1;
display: grid;
column-gap: var(--col-gap);
grid-template-columns: repeat(3, minmax(0, 1fr));
}
- .half-pill {
+ .aura-size {
+ grid-column: 3;
+ grid-row: 14;
+ }
+
+ .pill {
display: grid;
grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
align-items: center;
background: var(--section-header-background);
- border-radius: 0 999px 999px 0;
+ border-radius: 999px;
color: var(--section-header-text);
+ padding: 2px 0 2px 4px;
--input-background: var(--base-background);
--input-text: var(--base-text);
- .input {
- margin: 2px;
+ &.with-icon {
+ grid-template-columns: min-content minmax(0, 1.5fr) minmax(0, 1fr);
+ gap: 4px;
+ }
+
+ label, .label {
+ padding: 0;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ }
+
+ input, .input {
+ margin: 0 2px 0 0;
border-radius: 999px;
text-align: center;
}
}
+
+ .dual-pill {
+ border-radius: 999px;
+ background: var(--accent-1);
+ display: grid;
+ grid-template-columns: 2fr 1fr;
+ gap: 0.25rem;
+ align-items: center;
+ padding-left: 8px;
+
+ .values {
+ border-radius: 999px;
+ margin: 2px;
+ background: var(--base-background);
+ color: var(--base-text);
+ padding: 0.125rem 0.5rem;
+ display: flex;
+ flex-direction: row;
+ justify-content: space-evenly;
+ gap: 0.5rem;
+ --slash-color: var(--accent-1);
+ }
+
+ .value {
+ flex-grow: 1;
+ text-align: center;
+ }
+ }
}
diff --git a/templates/Apps/HeroSummaryCardV1/content.hbs b/templates/Apps/StatsCardV1/content.hbs
similarity index 74%
rename from templates/Apps/HeroSummaryCardV1/content.hbs
rename to templates/Apps/StatsCardV1/content.hbs
index 23b84c8..d4c75e2 100644
--- a/templates/Apps/HeroSummaryCardV1/content.hbs
+++ b/templates/Apps/StatsCardV1/content.hbs
@@ -1,13 +1,10 @@
-
+
{{!-- * Header --}}
+
+
+ Haste Check
+
+
{{!-- * Armour --}}
-