Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
EthicalCompany
Making the Company more ethical. A mod that has the Company deliver free supplies to increase survivability and effectivity.
| Date uploaded | 2 years ago |
| Version | 1.0.1 |
| Download link | TofuTofuMe-EthicalCompany-1.0.1.zip |
| Downloads | 4516 |
| Dependency string | TofuTofuMe-EthicalCompany-1.0.1 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
EthicalCompany
Making the Company more ethical.
A mod that has the Company deliver free supplies to increase survivability and effectivity.
By providing some bare minimum equipment and adopting ethical standards, the Company discovered an unexpected benefit—increased work efficiency.
Features
By default, the following are provided when visiting the Company building:
Equipment:
- Flashlight
- Walkie-Talkie
Weapons: (10% chance)
- Shovel
Credits: 60
The ship needs to travel to the Company at the start of a run to collect the supplies if supplyOnCompany is set to true.
Configuration
isCompanyEthical: (Default: true) Is the company ethical? This toggles the mod.
supplyOnCompany: (Default: true) Should free goods only be given on the Company moon.
freeWeaponChance: (Default: 10) Percent chance for the Company to give out arms. Set to 0 to disable.
freeCredits: (Default: 60) Free credits given when arriving at the Company. Set to 0 to disable.
supplyEquipment: (Default: 0, 1) IDs of equipment supplied by the Company.
supplyWeapons: (Default: 2) IDs of weapons supplied by the Company.
CHANGELOG
v1.0.0
- Initial release
v1.0.1
- Fixed duplicated supply items
- Minor code refactor