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

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