Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adjust food spawns in houses #37196

Merged

Conversation

curstwist
Copy link
Contributor

Summary

SUMMARY: Balance "adjusts house food spawns."

Purpose of change

adjusts the food loot in the SUS groups and house palette to remove duplicate spawns in multiple sources.

Describe the solution

Taking the kitchen as a whole, I've removed duplicating item spawns. So for example, you don't end up with multiple jars of honey and jugs of oil scattered around the kitchen. This will need more work but I've caught the big ones.

I've restructured item_groups further down the item_group chain for spawn frequency and compatibility between the groups.

Finally, I've adjusted the spawn chances in the houses as well. The pantry had a chance to repeat that's been removed and I've adjusted the fridge from 100% to 80% until we can get more variations added.

In general now, a house offers 1 to 4 days of food depending on its pantry spawns (1-2 from the fridge and then additional days from the pantry). A lot of the fridge food spoils quickly so this will drop off as time advances since the majority of food is fresh.

This makes house raids more valuable earlier in the game for the fresh foods, and then you'll need to push further in if you want to stock up on shelf stable goods.

Describe alternatives you've considered

Not messing with the SUS_fridge group, but it had some overlap with the other groups.

Testing

Used the debug item_group tests to look at results as well as random sampling from the game maps.

@curstwist curstwist added Spawn Creatures, items, vehicles, locations appearing on map Game: Balance Balancing of (existing) in-game features. labels Jan 19, 2020
@ZhilkinSerg ZhilkinSerg merged commit 8c365a3 into CleverRaven:master Jan 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Game: Balance Balancing of (existing) in-game features. Spawn Creatures, items, vehicles, locations appearing on map
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants