Now you can have 0 extra fragments

This commit is contained in:
spinerak
2024-05-24 20:34:54 +02:00
parent c94f231bf2
commit 59e8f30d52

View File

@@ -57,7 +57,7 @@ class numberExtraDiceFragments(Range):
The option will never give an extra full dice, but makes it easier to collect all dice.
"""
display_name = "Number of extra dice fragments in the pool"
range_start = 1
range_start = 0
range_end = 4
default = 3
@@ -71,7 +71,7 @@ class numberExtraRollFragments(Range):
The option will never give an extra full roll, but makes it easier to collect all roll.
"""
display_name = "Number of extra roll fragments in the pool"
range_start = 1
range_start = 0
range_end = 4
default = 3