Revert Max revives

Set the max revives back to 10 and start to convert it to a percentage of the total locations instead of a static value.
This commit is contained in:
Mathx2 2022-01-24 14:40:51 -08:00 committed by GitHub
parent b2ebb65c26
commit 8550c071a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -11,10 +11,10 @@ class TotalLocations(Range):
class TotalRevivals(Range):
"""Number of `Dio's Best Friend` item put in the item pool."""
displayname = "Total Revivals Available"
"""Total Percentage of `Dio's Best Friend` item put in the item pool."""
displayname = "Total Percentage Revivals Available"
range_start = 0
range_end = 50
range_end = 10
default = 4