diff --git a/assets/_credit.txt b/assets/_credit.txt index 750b905..83c76aa 100644 --- a/assets/_credit.txt +++ b/assets/_credit.txt @@ -16,6 +16,9 @@ ARISO: Abdulloh Fauzan: - icons/info-circle.svg (https://thenounproject.com/icon/information-4176576/) : Rights Purchased +hanifmuhammad: + - icons/plus.svg (https://thenounproject.com/icon/plus-7363257/) : Rights Purchased + QOLBIN SALIIM: - icons/arrow-left.svg (https://thenounproject.com/icon/arrow-1933583/) : Rights Purchased - icons/arrow-right.svg (https://thenounproject.com/icon/arrow-1933581/) : Rights Purchased diff --git a/assets/icons/plus.svg b/assets/icons/plus.svg new file mode 100644 index 0000000..5e8c131 --- /dev/null +++ b/assets/icons/plus.svg @@ -0,0 +1,3 @@ + + + diff --git a/langs/en-ca.json b/langs/en-ca.json index cad8c6a..24b1475 100644 --- a/langs/en-ca.json +++ b/langs/en-ca.json @@ -206,6 +206,7 @@ "shield-bonus": "Shield Bonus: {value}", "set-fate-to": "Set Fate to {ordinal}", "current-tour": "Current Delve Tour", + "create-new-item": "Create new item", "next-tour": "Next Delve Tour", "prev-tour": "Previous Delve Tour", "auras": { diff --git a/module/Apps/utils.mjs b/module/Apps/utils.mjs index 1cc5628..47f8f01 100644 --- a/module/Apps/utils.mjs +++ b/module/Apps/utils.mjs @@ -11,7 +11,7 @@ export async function createItemFromElement(target, { parent } = {}) { const type = data.defaultItemType; await Item.createDialog( { type }, - { parent }, + { parent, showEquipPrompt: false }, { types, folders: [], diff --git a/templates/Apps/SkillsCardV1/content.hbs b/templates/Apps/SkillsCardV1/content.hbs index 2f170d2..231e388 100644 --- a/templates/Apps/SkillsCardV1/content.hbs +++ b/templates/Apps/SkillsCardV1/content.hbs @@ -1,6 +1,19 @@
{{ rc-i18n "RipCrypt.Apps.grit-skills" }} +
    {{#each skills.grit as | skill |}} @@ -23,6 +36,19 @@
    {{ rc-i18n "RipCrypt.Apps.gait-skills" }} +
      {{#each skills.gait as | skill |}} @@ -45,6 +71,19 @@
      {{ rc-i18n "RipCrypt.Apps.grip-skills" }} +
        {{#each skills.grip as | skill |}} @@ -67,6 +106,19 @@
        {{ rc-i18n "RipCrypt.Apps.glim-skills" }} +
          {{#each skills.glim as | skill |}} @@ -89,6 +141,21 @@
          {{ rc-i18n "RipCrypt.common.gear" }} + +
          {{ rc-i18n "RipCrypt.common.slot" }}
            diff --git a/templates/Apps/SkillsCardV1/style.css b/templates/Apps/SkillsCardV1/style.css index a25718b..c1815ce 100644 --- a/templates/Apps/SkillsCardV1/style.css +++ b/templates/Apps/SkillsCardV1/style.css @@ -34,7 +34,7 @@ .list-header { display: flex; - justify-content: space-between; + gap: 4px; align-items: center; border-radius: 999px; } diff --git a/templates/Apps/StatsCardV1/content.hbs b/templates/Apps/StatsCardV1/content.hbs index 99e3c74..9c87e00 100644 --- a/templates/Apps/StatsCardV1/content.hbs +++ b/templates/Apps/StatsCardV1/content.hbs @@ -205,7 +205,23 @@ - + diff --git a/templates/Apps/StatsCardV1/style.css b/templates/Apps/StatsCardV1/style.css index e33246e..598d138 100644 --- a/templates/Apps/StatsCardV1/style.css +++ b/templates/Apps/StatsCardV1/style.css @@ -12,6 +12,10 @@ color: var(--base-text); .col-header { + display: flex; + flex-direction: row; + gap: 4px; + align-items: center; background: var(--section-header-background); color: var(--section-header-text); } diff --git a/templates/css/elements/generic.css b/templates/css/elements/generic.css index 0bacb35..4b3115e 100644 --- a/templates/css/elements/generic.css +++ b/templates/css/elements/generic.css @@ -4,4 +4,6 @@ .left-pill { border-radius: 999px 0 0 999px; } .right-pill { border-radius: 0 999px 999px 0; } .full-pill { border-radius: 999px; } + + .grow { flex-grow: 1; } }
            {{ rc-i18n "RipCrypt.common.weapon.singular" }} + {{ rc-i18n "RipCrypt.common.weapon.singular" }} + + {{ rc-i18n "RipCrypt.Apps.traits-range" }} {{ rc-i18n "RipCrypt.common.wear" }} {{ rc-i18n "RipCrypt.common.damage" }}