From f58c4a1f3a9079a29cf5b8c6d3286375610a2032 Mon Sep 17 00:00:00 2001 From: Last1SiN Date: Wed, 16 Sep 2026 17:27:42 +0600 Subject: [PATCH] Add NoDuplicateCosmetics --- _oak_mods/NoDuplicateCosmetics.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 _oak_mods/NoDuplicateCosmetics.md diff --git a/_oak_mods/NoDuplicateCosmetics.md b/_oak_mods/NoDuplicateCosmetics.md new file mode 100644 index 0000000..0329113 --- /dev/null +++ b/_oak_mods/NoDuplicateCosmetics.md @@ -0,0 +1,11 @@ +--- +pyproject_url: https://raw.githubusercontent.com/Last1SiN/NoDuplicateCosmetics/refs/heads/main/NoDuplicateCosmetics/pyproject.toml +--- + +NoDuplicateCosmetics prevents already-owned cosmetics in Borderlands 3 from being selected again while preserving the game's native, source-local loot behavior. It filters supported owned cosmetics before native loot selection, keeps mixed gear + cosmetic pools on the stock resolver path, and lets exhausted cosmetic-only branches produce no cosmetic instead of replacing them with unrelated loot. + +## Credits + +- **Development:** Sol / GPT-5.6 Sol +- **Design, testing & QA:** Last1SiN +- **BL3 PythonSDK / Oak Mod Manager:** created by [apple1417](https://github.com/apple1417), with contributions from the [BL-SDK](https://github.com/bl-sdk) project and contributors.