mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
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:
@@ -11,10 +11,10 @@ class TotalLocations(Range):
|
|||||||
|
|
||||||
|
|
||||||
class TotalRevivals(Range):
|
class TotalRevivals(Range):
|
||||||
"""Number of `Dio's Best Friend` item put in the item pool."""
|
"""Total Percentage of `Dio's Best Friend` item put in the item pool."""
|
||||||
displayname = "Total Revivals Available"
|
displayname = "Total Percentage Revivals Available"
|
||||||
range_start = 0
|
range_start = 0
|
||||||
range_end = 50
|
range_end = 10
|
||||||
default = 4
|
default = 4
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user