This repository has been archived by the owner on Dec 28, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
# Vault Hunters Bingo Fix Mod | ||
|
||
This mod addresses the issue with Bingo tiles in vault that relies on rooms inside vault. | ||
It targets 2 tasks: free a villager and find vault room. | ||
This mod addresses the issue with Bingo tiles in a vault that rely on rooms inside the vault. It targets 2 tasks: free a villager and find a vault room. | ||
|
||
These 2 tasks are removed from bingo tiles pool if it is predicted that there will be no required rooms in the vault. | ||
These 2 tasks are removed from the bingo tiles pool if it is predicted that no rooms will be required in the vault. | ||
|
||
These 2 tasks are limited to have `max-amount` on player joining the vault to be same as total room count in the vault. | ||
These 2 tasks are limited to having max-amount on player joining the vault to be the same as the total room count generated. So you will always be able to complete it. | ||
|
||
As this is based on `prediction` of rooms, then under certain situations or significant VH code changes, this mod may stop working. | ||
As this is based on prediction rooms, this mod may stop working under certain situations or significant VH code changes. |