specificy that percentage triforce pieces are not extra
This commit is contained in:
parent
52afe1b20b
commit
450372ea9e
|
@ -107,7 +107,7 @@ triforce_pieces_extra: # Set to how many extra triforces pieces are available to
|
||||||
10: 50
|
10: 50
|
||||||
15: 0
|
15: 0
|
||||||
20: 0
|
20: 0
|
||||||
triforce_pieces_percentage: # Set to how many extra triforces pieces according to a percentage of the required ones, are available to collect in the world.
|
triforce_pieces_percentage: # Set to how many triforce pieces according to a percentage of the required ones, are available to collect in the world.
|
||||||
# Format "pieces: chance"
|
# Format "pieces: chance"
|
||||||
100: 0 #No extra
|
100: 0 #No extra
|
||||||
150: 50 #Half the required will be added as extra
|
150: 50 #Half the required will be added as extra
|
||||||
|
|
Loading…
Reference in New Issue