-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Items in trash cans should not be owned by a faction. #54745
Comments
It's not like garbage items are hard to come by elsewhere . . . |
That does not invalidate the issue. In the Cataclysm I would imagine folks do more recycling or at least burn their trash for fuel though. |
No, but sometimes you need that one item that happens to be in someone's garbage. Or perhaps you started a run near the refugee camp and don't have those "garbage" items yet. There's always other ways to acquire items; this could just be another one.
This feels like something they would have setup elsewhere for specific recycling of materials, perhaps even something that could be added down the road through quests? |
I would say the refugee center in general is very underprepared, so they would not have this. I think the lore for that it is a bunch of office employees being brought there in a bus. They do not have any outstanding survivalist skills, they are ordinary civilians who maybe do not even think about reusing their trash, so it would be fine by me to make the trash unowned but there is the complexity and actual implementation. I have no idea how ownership is managed currently and it might be difficult to exempt something. |
I would somewhat agree with this. I know they supposedly have a whole vault setup underground with more functionality (lore-wise at least), but the above area is pretty limited. I'm also not sure how useful it would be to the player to assist them in constructing one vs the other planned expansion features (defenses, farming, etc.)
My assumption is that ownership is applied generally to the whole region/map, but figured this would be something worth exploring. If someone can point me in the right direction of how ownership gets applied, I'd love to poke around the code a bit. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not 'bump' or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not 'bump' or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered. |
Closing as stale, since stalebot can't do it by itself. |
Is your feature request related to a problem? Please describe.
Walking around the refugee center, all of the items in the trash cans are still owned by the Free Merchants. Since they threw it away, I would expect the trash items to no longer be owned by them and be possible to take without stealing. This probably occurs in other faction related buildings as well.
Solution you would like.
Remove ownership of items in trash cans in faction specific buildings.
Proposed implementation (for the refugee center) would be replacing:
with
And then instead of having
jmapgen_faction
run at the end, the default faction would get passed through to all of the other mapgen, allowing them to override if needed. Some of the override functionality is added here: #56110Describe alternatives you have considered.
Leave it as is.
The text was updated successfully, but these errors were encountered: