Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions _willow1_mods/knoxx_class_mods_everywhere.md
Original file line number Diff line number Diff line change
@@ -0,0 +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.
8 changes: 8 additions & 0 deletions _willow1_mods/only_drop_relevant_artifacts.md
Original file line number Diff line number Diff line change
@@ -0,0 +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
8 changes: 8 additions & 0 deletions _willow1_mods/only_drop_relevant_class_mods.md
Original file line number Diff line number Diff line change
@@ -0,0 +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
5 changes: 5 additions & 0 deletions _willow1_mods/quieter_transfusion_healing.md
Original file line number Diff line number Diff line change
@@ -0,0 +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.
5 changes: 5 additions & 0 deletions _willow1_mods/remove_eridian_weapon_slowdown.md
Original file line number Diff line number Diff line change
@@ -0,0 +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.
Loading