From 09543818b077547c0447cdd2ccba40fde469f735 Mon Sep 17 00:00:00 2001 From: sp4ky <> Date: Sun, 20 Sep 2026 21:22:28 +0100 Subject: [PATCH 1/2] Add sp4ky's BL1 SDK mods to the BL1 mod DB --- _willow1_mods/knoxx_class_mods_everywhere.md | 3 +++ _willow1_mods/only_drop_relevant_artifacts.md | 3 +++ _willow1_mods/only_drop_relevant_class_mods.md | 3 +++ _willow1_mods/quieter_transfusion_healing.md | 3 +++ _willow1_mods/remove_eridian_weapon_slowdown.md | 3 +++ 5 files changed, 15 insertions(+) create mode 100644 _willow1_mods/knoxx_class_mods_everywhere.md create mode 100644 _willow1_mods/only_drop_relevant_artifacts.md create mode 100644 _willow1_mods/only_drop_relevant_class_mods.md create mode 100644 _willow1_mods/quieter_transfusion_healing.md create mode 100644 _willow1_mods/remove_eridian_weapon_slowdown.md diff --git a/_willow1_mods/knoxx_class_mods_everywhere.md b/_willow1_mods/knoxx_class_mods_everywhere.md new file mode 100644 index 0000000..c42fe8b --- /dev/null +++ b/_willow1_mods/knoxx_class_mods_everywhere.md @@ -0,0 +1,3 @@ +--- +pyproject_url: https://raw.githubusercontent.com/sp4ky/bl1-sdk-mods/refs/heads/main/knoxx_class_mods_everywhere/pyproject.toml +--- diff --git a/_willow1_mods/only_drop_relevant_artifacts.md b/_willow1_mods/only_drop_relevant_artifacts.md new file mode 100644 index 0000000..fbc01a5 --- /dev/null +++ b/_willow1_mods/only_drop_relevant_artifacts.md @@ -0,0 +1,3 @@ +--- +pyproject_url: https://raw.githubusercontent.com/sp4ky/bl1-sdk-mods/refs/heads/main/only_drop_relevant_artifacts/pyproject.toml +--- diff --git a/_willow1_mods/only_drop_relevant_class_mods.md b/_willow1_mods/only_drop_relevant_class_mods.md new file mode 100644 index 0000000..0fd7aa0 --- /dev/null +++ b/_willow1_mods/only_drop_relevant_class_mods.md @@ -0,0 +1,3 @@ +--- +pyproject_url: https://raw.githubusercontent.com/sp4ky/bl1-sdk-mods/refs/heads/main/only_drop_relevant_class_mods/pyproject.toml +--- diff --git a/_willow1_mods/quieter_transfusion_healing.md b/_willow1_mods/quieter_transfusion_healing.md new file mode 100644 index 0000000..49ef08e --- /dev/null +++ b/_willow1_mods/quieter_transfusion_healing.md @@ -0,0 +1,3 @@ +--- +pyproject_url: https://raw.githubusercontent.com/sp4ky/bl1-sdk-mods/refs/heads/main/quieter_transfusion_healing/pyproject.toml +--- diff --git a/_willow1_mods/remove_eridian_weapon_slowdown.md b/_willow1_mods/remove_eridian_weapon_slowdown.md new file mode 100644 index 0000000..30e2316 --- /dev/null +++ b/_willow1_mods/remove_eridian_weapon_slowdown.md @@ -0,0 +1,3 @@ +--- +pyproject_url: https://raw.githubusercontent.com/sp4ky/bl1-sdk-mods/refs/heads/main/remove_eridian_weapon_slowdown/pyproject.toml +--- From 7fb670299eb468e3adc124456455cb5bdda8b7da Mon Sep 17 00:00:00 2001 From: sp4ky <> Date: Sun, 20 Sep 2026 22:11:11 +0100 Subject: [PATCH 2/2] Add descriptions --- _willow1_mods/knoxx_class_mods_everywhere.md | 4 ++++ _willow1_mods/only_drop_relevant_artifacts.md | 5 +++++ _willow1_mods/only_drop_relevant_class_mods.md | 5 +++++ _willow1_mods/quieter_transfusion_healing.md | 2 ++ _willow1_mods/remove_eridian_weapon_slowdown.md | 2 ++ 5 files changed, 18 insertions(+) diff --git a/_willow1_mods/knoxx_class_mods_everywhere.md b/_willow1_mods/knoxx_class_mods_everywhere.md index c42fe8b..c7ef860 100644 --- a/_willow1_mods/knoxx_class_mods_everywhere.md +++ b/_willow1_mods/knoxx_class_mods_everywhere.md @@ -1,3 +1,7 @@ --- pyproject_url: https://raw.githubusercontent.com/sp4ky/bl1-sdk-mods/refs/heads/main/knoxx_class_mods_everywhere/pyproject.toml --- + +Makes the class mods from *The Secret Armory of General Knoxx* drop from enemies everywhere in the game. + +They are added to the regular class mod drop pools weighted as very rare. The DLC must be installed for the mod to have any effect. diff --git a/_willow1_mods/only_drop_relevant_artifacts.md b/_willow1_mods/only_drop_relevant_artifacts.md index fbc01a5..156b0de 100644 --- a/_willow1_mods/only_drop_relevant_artifacts.md +++ b/_willow1_mods/only_drop_relevant_artifacts.md @@ -1,3 +1,8 @@ --- pyproject_url: https://raw.githubusercontent.com/sp4ky/bl1-sdk-mods/refs/heads/main/only_drop_relevant_artifacts/pyproject.toml --- + +Checks which classes are actually in your game and makes the loot system stop rolling artifacts no player can use. + +- Re-checked every time you change map, so it adapts to the classes that are playing +- Disabling the mod requires a restart of the game diff --git a/_willow1_mods/only_drop_relevant_class_mods.md b/_willow1_mods/only_drop_relevant_class_mods.md index 0fd7aa0..d8c5d19 100644 --- a/_willow1_mods/only_drop_relevant_class_mods.md +++ b/_willow1_mods/only_drop_relevant_class_mods.md @@ -1,3 +1,8 @@ --- pyproject_url: https://raw.githubusercontent.com/sp4ky/bl1-sdk-mods/refs/heads/main/only_drop_relevant_class_mods/pyproject.toml --- + +Checks which classes are actually in your game and makes the loot system stop rolling class mods no player can equip. + +- Re-checked every time you change map, so it adapts to the classes that are playing +- Disabling the mod requires a restart of the game diff --git a/_willow1_mods/quieter_transfusion_healing.md b/_willow1_mods/quieter_transfusion_healing.md index 49ef08e..f02da4e 100644 --- a/_willow1_mods/quieter_transfusion_healing.md +++ b/_willow1_mods/quieter_transfusion_healing.md @@ -1,3 +1,5 @@ --- pyproject_url: https://raw.githubusercontent.com/sp4ky/bl1-sdk-mods/refs/heads/main/quieter_transfusion_healing/pyproject.toml --- + +The healing sound cue from Transfusion grenades plays at full volume every time it triggers, which gets loud very quickly. This mod drops that sound to 20% of its original volume. diff --git a/_willow1_mods/remove_eridian_weapon_slowdown.md b/_willow1_mods/remove_eridian_weapon_slowdown.md index 30e2316..97b34ce 100644 --- a/_willow1_mods/remove_eridian_weapon_slowdown.md +++ b/_willow1_mods/remove_eridian_weapon_slowdown.md @@ -1,3 +1,5 @@ --- pyproject_url: https://raw.githubusercontent.com/sp4ky/bl1-sdk-mods/refs/heads/main/remove_eridian_weapon_slowdown/pyproject.toml --- + +Removes the movement speed penalty applied by Eridian weapons.