Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azim/hoarderbud
A mod which makes hoarder bugs friendly and helpful, made for modjam
https://github.com/azim/hoarderbud
Last synced: 6 days ago
JSON representation
A mod which makes hoarder bugs friendly and helpful, made for modjam
- Host: GitHub
- URL: https://github.com/azim/hoarderbud
- Owner: Azim
- License: mit
- Created: 2023-12-31T16:56:19.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-04-21T19:07:35.000Z (7 months ago)
- Last Synced: 2024-04-22T00:50:45.582Z (7 months ago)
- Language: C#
- Homepage: https://thunderstore.io/c/lethal-company/p/Azim/HoarderBud/
- Size: 298 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HoarderBud
A mod which makes hoarder bugs friendly and helpful.
Fixed to work at v49When used with LethalEscape, hoarder bug egg can be hatched both inside and outside of the factory
# Configuration
* `ShouldBugsDance = true` - Should hoarder bugs dance when music is playing?
* `DanceAmplitude = 0.7` - Dance Amplitude
* `DanceSpeed = 4` - Dance Speed* `MakeBugsFriendly = true` - should hoarder bugs be friendly?
* `MakeBugsGatherAtMainEntrance = true` - should hoarder bugs nest near the main entrance?
* `DisableOutsideEnemies = false` - should mod disable enemies roaming outside of the dungeon?
* `DisableInsideEnemies = true` - should mod disable enemies roaming inside of the dungeon (except for Hoarder Buddy)?
* `OpenAllDoors = true` - should mod start game with all the inside doors open?
* `AddSpawnerItem = true` - should mod add a throwable hoarder bug egg?
* `SpawnerItemPrice = 30` - price for the throwable hoarder bug egg# Releases
### 1.0.11
* Removed "Replace all spawnable loot with presents" option. Use something like [OnlyPresents](https://thunderstore.io/c/lethal-company/p/Zehs/OnlyPresents/) instead.
* Pretty sure i also fixed some bugs but i dont remember.### 1.0.3 - 1.0.10
* I wasnt keeping track, sorry
### 1.0.0
* Initial release