Skip to content

Commit

Permalink
update example yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ixrec committed Oct 16, 2024
1 parent 1217e5b commit 14ccfe9
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion Outer.Wilds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,14 @@ Outer Wilds:
# Randomizes:
# - The order of the five planets (the Hourglass Twins as a whole, Timber Hearth, Brittle Hollow, Giant's Deep, Dark Bramble), i.e. which ones are closer or farther from the sun
# - The orbit angles of the five planets, as well as four satellites (Sun Station, Attlerock, Hollow's Lantern, and the Orbital Probe Cannon)
# - The axes of rotation for Ember Twin, Ash Twin, Timber Hearth and Brittle Hollow. This often causes the Hourglass Twins' sand pillar to pass through different areas, or structures inside the ATP to move differently.
'false': 0
'true': 50

randomize_rotations:
# Randomizes the axes of rotation for Ember Twin, Ash Twin, Timber Hearth and Brittle Hollow.
#
# This often causes the Hourglass Twins' sand pillar to pass through different areas,
# and structures inside the ATP to move differently (becoming a hazard for the player).
'false': 0
'true': 50

Expand Down Expand Up @@ -202,3 +209,15 @@ Outer Wilds:
# If randomize_warp_platforms is true, this option will ensure there's a warp from the Hourglass Twins to Timber Hearth.
'false': 50
'true': 0

enable_hn2_mod:
# Incorporates Hearth's Neighbor 2: Magistarium story mod content into the randomizer with an additional 4 items and 18 locations.
# If logsanity is enabled, that will add another 30 locations, for a total of 48 HN2 locations.
'false': 50
'true': 0

enable_fq_mod:
# Incorporates Fret's Quest story mod content into the randomizer with an additional 1 item and 18 locations.
# If logsanity is enabled, that will add another 38 locations, for a total of 56 FQ locations.
'false': 50
'true': 0

0 comments on commit 14ccfe9

Please sign in to comment.