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:
parent
b2ebb65c26
commit
8550c071a2
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue