Reed baskets an now be placed in storage for residents to collect fruits and nuts. Should help offset food costs for upkeep.

This commit is contained in:
Storm Dragon
2026-01-24 23:26:37 -05:00
parent cbacdd7a26
commit 8099e1b9a5
5 changed files with 97 additions and 11 deletions

View File

@@ -242,6 +242,7 @@ const int FALL_DAMAGE_MAX = 4;
// Base Automation
const int RESIDENT_SLING_COOLDOWN = 4000; // 4 seconds between shots
const int RESIDENT_COLLECTION_CHANCE = 10; // 10% chance per basket per hour
const int RESIDENT_FORAGING_CHANCE = 50; // 50% chance per resident per attempt (twice daily)
// Utility functions
int abs(int value) {