Separate triforce pieces in pool from the item pool setting

This commit is contained in:
espeon65536
2021-09-11 11:19:23 -05:00
committed by Fabian Dill
parent e2b36dfa7d
commit 0df2b2221d
3 changed files with 20 additions and 11 deletions

View File

@@ -723,13 +723,20 @@ Ocarina of Time:
triforce_hunt: # Gather pieces of the Triforce scattered around the world to complete the game.
false: 50
true: 0
triforce_goal: # Number of Triforce pieces required to complete the game. Total number placed determined by the Item Pool setting.
triforce_goal: # Number of Triforce pieces required to complete the game.
# you can add additional values between minimum and maximum
1: 0 # minimum value
50: 0 # maximum value
random: 50
random-low: 0
random-high: 0
extra_triforce_percentage: # Percentage of additional Triforce pieces in the pool, separate from the item pool setting.
# you can add additional values between minimum and maximum
0: 0 # minimum value
100: 0 # maximum value
random: 50
random-low: 0
random-high: 0
bombchus_in_logic: # Bombchus are properly considered in logic. The first found pack will have 20 chus; Kokiri Shop and Bazaar sell refills; bombchus open Bombchu Bowling.
false: 50
true: 0