forked from AmazingAmpharos/OoT-Randomizer
-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Tournament preset for season 8
- Loading branch information
Showing
3 changed files
with
68 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,69 @@ | ||
{ | ||
"name": "tournament", | ||
"gui_name": "Tournament", | ||
"description": "Hint Distribution for the S7 Tournament. 5 Goal hints, 3 Barren hints, 7 Sometimes hints (6 w/ scrub shuffle), 5 Always hints (6 w/ scrub shuffle).", | ||
"description": "Hint Distribution for the S8 Tournament: 5 Always, 5 Goal, 3 Barren (ToT), 1 Song (ToT), 2 Dual, 6 Sometimes; House of Skulltula (30/40/50).", | ||
"add_locations": [ | ||
{ "location": "Deku Theater Skull Mask", "types": ["always"] }, | ||
{ "location": "Sheik in Kakariko", "types": ["always"] }, | ||
{ "location": "DMC Deku Scrub", "types": ["always"] } | ||
{ "location": "Deku Theater Skull Mask", "types": ["always"] } | ||
], | ||
"remove_locations": [ | ||
{ "location": "Ganons Castle Shadow Trial Golden Gauntlets Chest", "types": ["sometimes"] }, | ||
{ "location": "Song from Royal Familys Tomb", "types": ["sometimes"] }, | ||
{ "location": "Sheik in Forest", "types": ["sometimes"] }, | ||
{ "location": "Sheik at Temple", "types": ["sometimes"] }, | ||
{ "location": "Sheik in Crater", "types": ["sometimes"] }, | ||
{ "location": "Sheik in Ice Cavern", "types": ["sometimes"] }, | ||
{ "location": "Sheik at Colossus", "types": ["sometimes"] }, | ||
{ "location": "Song from Royal Familys Tomb", "types": ["sometimes"] } | ||
{ "location": "GF HBA 1500 Points", "types": ["sometimes"] }, | ||
{ "location": "GC Maze Left Chest", "types": ["sometimes"] }, | ||
{ "location": "GV Chest", "types": ["sometimes"] }, | ||
{ "location": "HC Great Fairy Reward", "types": ["sometimes"] }, | ||
{ "location": "OGC Great Fairy Reward", "types": ["sometimes"] }, | ||
{ "location": "Water Temple River Chest", "types": ["sometimes"] }, | ||
{ "location": "Gerudo Training Ground Maze Path Final Chest", "types": ["sometimes"] }, | ||
{ "location": "Spirit Temple Silver Gauntlets Chest", "types": ["sometimes"] }, | ||
{ "location": "Spirit Temple Mirror Shield Chest", "types": ["sometimes"] }, | ||
{ "location": "Graveyard Dampe Race Rewards", "types": ["dual"] }, | ||
{ "location": "Graveyard Royal Family Tomb Contents", "types": ["dual"] }, | ||
{ "location": "Ice Cavern Final Room", "types": ["dual"] } | ||
], | ||
"add_items": [], | ||
"remove_items": [ | ||
{ "item": "Zeldas Lullaby", "types": ["goal"] } | ||
], | ||
"dungeons_barren_limit": 1, | ||
"one_hint_per_goal": true, | ||
"named_items_required": true, | ||
"vague_named_items": false, | ||
"use_default_goals": true, | ||
"distribution": { | ||
"trial": {"order": 1, "weight": 0.0, "fixed": 0, "copies": 2}, | ||
"entrance_always": {"order": 2, "weight": 0.0, "fixed": 0, "copies": 2}, | ||
"always": {"order": 3, "weight": 0.0, "fixed": 0, "copies": 2}, | ||
"goal": {"order": 4, "weight": 0.0, "fixed": 5, "copies": 2}, | ||
"barren": {"order": 5, "weight": 0.0, "fixed": 3, "copies": 2}, | ||
"entrance": {"order": 6, "weight": 1.0, "fixed": 0, "copies": 2}, | ||
"sometimes": {"order": 7, "weight": 1.0, "fixed": 0, "copies": 2}, | ||
"random": {"order": 8, "weight": 0.0, "fixed": 0, "copies": 2}, | ||
"item": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 2}, | ||
"song": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 2}, | ||
"overworld": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 2}, | ||
"dungeon": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 2}, | ||
"junk": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 2}, | ||
"named-item": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 2}, | ||
"woth": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 2}, | ||
"dual_always": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 0}, | ||
"dual": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 0}, | ||
"important_check": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 0} | ||
"trial": {"order": 1, "weight": 0.0, "fixed": 0, "copies": 0, "remove_stones": [ | ||
"ToT (Left)", | ||
"ToT (Left-Center)", | ||
"ToT (Right-Center)", | ||
"ToT (Right)" | ||
]}, | ||
"always": {"order": 2, "weight": 0.0, "fixed": 5, "copies": 2, "remove_stones": [ | ||
"ToT (Left)", | ||
"ToT (Left-Center)", | ||
"ToT (Right-Center)", | ||
"ToT (Right)" | ||
]}, | ||
"goal": {"order": 3, "weight": 0.0, "fixed": 5, "copies": 2, "remove_stones": [ | ||
"ToT (Left)", | ||
"ToT (Left-Center)", | ||
"ToT (Right-Center)", | ||
"ToT (Right)" | ||
]}, | ||
"barren": {"order": 4, "weight": 0.0, "fixed": 3, "copies": 1, "priority_stones": [ | ||
"ToT (Left)", | ||
"ToT (Left-Center)", | ||
"ToT (Right-Center)" | ||
]}, | ||
"song": {"order": 5, "weight": 0.0, "fixed": 1, "copies": 1, "priority_stones": [ | ||
"ToT (Right)" | ||
]}, | ||
"dual": {"order": 6, "weight": 0.0, "fixed": 2, "copies": 2}, | ||
"sometimes": {"order": 7, "weight": 0.0, "fixed": 6, "copies": 2}, | ||
"junk": {"order": 8, "weight": 1.0, "fixed": 0, "copies": 1} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters