Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Make it possible for ruined towns to slowly open up their plot
permissions. - Closes #7275. - New Config Option: town_ruining.town_ruins.do_plots_permissions_change_to_allow_all - Default: false - If this is true, when a town becomes a ruin, every hour more and more of their plots will have their permissions turned to allow build, destroy, switch, itemuse to on. This will affect the newest claims first and progress until the first claims made are opened up right before the max_duration_hours have passed. When a town has more claims than max_duration_hours, multiple plots will be opened up each hour, ie: 500 claims and 72 max hours = 7 claims per hour. - If a Town has less claims than max_duration hours, those claims' permissions are opened up much more slowly with hours passing between plots opening up, ie: 36 claims and 72 max hours = 1 claim every 2 hours. - This system is meant to give players across many time zones the chance to loot a town when it falls into ruin.
- Loading branch information