From 5683c21dcce2d2e0a1ed925d1e5fb2fb7a8e5da0 Mon Sep 17 00:00:00 2001 From: cptn-cosmo Date: Sun, 27 Jul 2025 14:31:17 +0200 Subject: [PATCH] more loot rename fixes --- lang/en.json | 2 +- templates/sheets/items/{miscellaneous => loot}/header.hbs | 4 ++-- templates/sheets/items/{miscellaneous => loot}/settings.hbs | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename templates/sheets/items/{miscellaneous => loot}/header.hbs (81%) rename templates/sheets/items/{miscellaneous => loot}/settings.hbs (100%) diff --git a/lang/en.json b/lang/en.json index d5a08fff..270d7dda 100755 --- a/lang/en.json +++ b/lang/en.json @@ -8,7 +8,7 @@ "feature": "Feature", "domainCard": "Domain Card", "consumable": "Consumable", - "miscellaneous": "Miscellaneous", + "loot": "Loot", "weapon": "Weapon", "armor": "Armor", "beastform": "Beastform" diff --git a/templates/sheets/items/miscellaneous/header.hbs b/templates/sheets/items/loot/header.hbs similarity index 81% rename from templates/sheets/items/miscellaneous/header.hbs rename to templates/sheets/items/loot/header.hbs index 218c3a47..0757c784 100644 --- a/templates/sheets/items/miscellaneous/header.hbs +++ b/templates/sheets/items/loot/header.hbs @@ -4,7 +4,7 @@

-

{{localize 'TYPES.Item.miscellaneous'}}

+

{{localize 'TYPES.Item.loot'}}

- \ No newline at end of file + diff --git a/templates/sheets/items/miscellaneous/settings.hbs b/templates/sheets/items/loot/settings.hbs similarity index 100% rename from templates/sheets/items/miscellaneous/settings.hbs rename to templates/sheets/items/loot/settings.hbs