Compendium filter

This commit is contained in:
Litasa
2025-02-16 13:24:03 +00:00
committed by Vlyan
parent 257a736c83
commit b0bc91393a
60 changed files with 2408 additions and 1287 deletions

View File

@@ -33,6 +33,20 @@
"CustomItemsHeight": {
"Title": "Default items windows height",
"Hint": "Set the default height for 'Items' windows types (techniques, weapons...), in pixels"
},
"Compendium": {
"HideEmptySourcesFromPlayers": {
"Title": "[Compendium] Hide sources without a reference",
"Hint": "Basically require a reference to be set in order for players to view the content in compendiums"
},
"AllowedOfficialSources": {
"Title": "[Compendium] Available official resources",
"Hint": "Useful if you as a GM want to limit the available official content to only books you own"
},
"AllowedInOfficialSources": {
"Title": "[Compendium] Available inofficial resources",
"Hint": "Useful if you have compendiums with custom items mixed with player facing items."
}
}
},
"TYPES": {
@@ -72,6 +86,10 @@
"unlocked": "Unlocked",
"random": "Random"
},
"multiselect": {
"empty_tag": "<blank>",
"placeholder": "Filter Sources"
},
"settings": {
"custom-compendiums": {
"title": "Compendiums",
@@ -122,7 +140,10 @@
"description": "Description",
"bought_at_rank": "Bought at rank",
"types": "Types",
"book_reference": "Reference",
"source_reference": {
"reference": "Reference",
"page_abbriviation": "p."
},
"value": "Value",
"rarity": "Rarity",
"quantity": "Quantity",
@@ -680,6 +701,42 @@
"unenthused": "Unenthused",
"vain": "Vain",
"wary": "Wary"
},
"compendium": {
"filter_rank": "Show Rank",
"not_for_players": "Not shown to players",
"filter": {
"rank": "Rank",
"rarity": "Rarity",
"ring": "Ring"
}
},
"source_reference": {
"core_rulebook": "Core Rulebook",
"emerald_empire": "Emerald Empire",
"shadowlands": "Shadowlands",
"court_of_stones": "Court of Stones",
"path_of_waves": "Path of Waves",
"celestial_realms": "Celestial Realms",
"fields_of_victory": "Fields of Victory",
"writ_of_the_wild": "Writ of the Wild",
"gm_kit": "Game Master's Kit",
"beginner_game": "Beginner Game",
"the_mantis_clan": "The Mantis Clan",
"mask_of_the_oni": "Mask of the Oni",
"winters_embrace": "Winder's Embrace",
"sins_of_regret": "Sins of Regret",
"wheele_of_judgment": "Wheel of Judgment",
"blood_of_the_lioness": "Blood of the Lioness",
"imperfect_land": "Imperfect Land",
"in_the_palace_of_the_emerald_champion": "In the Palace of the Emerald Champion",
"the_highwayman": "The Highwayman",
"wedding_at_kyotei_castle": "Wedding at Kyotei Castle",
"the_knotted_tails": "The Knotted Tails",
"cresting_waves": "Cresting Waves",
"deathly_turns": "Deathly Turns",
"the_scroll_or_the_blade": "The Scroll or the Blade",
"legacies_of_war": "Legacies of War"
}
}
}