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