diff --git a/static/lang/en.json b/static/lang/en.json index 0d86d2c0bf0..65f86ec5446 100644 --- a/static/lang/en.json +++ b/static/lang/en.json @@ -1811,7 +1811,8 @@ "UnequippedHint": "This armor is bulkier due to not being equipped." }, "CampaignFeature": { - "CampaignLabel": "Campaign" + "CampaignLabel": "Campaign", + "Plural": "Campaign Features" }, "CannotAddType": "{type} items cannot be added to this actor.", "Condition": { diff --git a/static/templates/compendium-browser/settings/pack-settings.hbs b/static/templates/compendium-browser/settings/pack-settings.hbs index cb182d971a6..53ab38ce522 100644 --- a/static/templates/compendium-browser/settings/pack-settings.hbs +++ b/static/templates/compendium-browser/settings/pack-settings.hbs @@ -52,3 +52,14 @@ {{/each}} + +{{#if @root.showCampaign}} +
+

{{localize "PF2E.Item.CampaignFeature.Plural"}}

+
+ {{#each settings.campaignFeature as |conf pack|}} + + {{/each}} +
+
+{{/if}}