mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-09-24 12:24:34 -07:00
Ocarina of Time 7.0 (#1277)
## What is this fixing or adding? - Adds the majority of OoTR 7.0 features: - Pot shuffle, Freestanding item shuffle, Crate shuffle, Beehive shuffle - Key rings mode - Dungeon shortcuts to speed up dungeons - "Regional" shuffle for dungeon items - New options for shop pricing in shopsanity - Expanded Ganon's Boss Key shuffle options - Pre-planted beans - Improved Chest Appearance Matches Contents mode - Blue Fire Arrows - Bonk self-damage - Finer control over MQ dungeons and spawn position randomization - Several bugfixes as a result of the update: - Items recognized by the server and valid starting items are now in a 1-to-1 correspondence. In particular, starting with keys is now supported. - Entrance randomization success rate improved. Hopefully it is now at 100%. Co-authored-by: Zach Parks <[email protected]>
This commit is contained in:
co-authored by
Zach Parks
parent
2cdd03f786
commit
aee0df5359
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "weekly",
|
||||
"gui_name": "Weekly",
|
||||
"description": "Hint distribution used for weekly races. Duplicates of each hint, Skull Mask is an always hint, 5 WotH, 3 Foolish, 5 sometimes.",
|
||||
"add_locations": [
|
||||
{ "location": "Deku Theater Skull Mask", "types": ["always"] },
|
||||
{ "location": "Deku Theater Mask of Truth", "types": ["always"] }
|
||||
],
|
||||
"remove_locations": [],
|
||||
"add_items": [],
|
||||
"remove_items": [
|
||||
{ "item": "Zeldas Lullaby", "types": ["woth"] }
|
||||
],
|
||||
"dungeons_woth_limit": 2,
|
||||
"dungeons_barren_limit": 1,
|
||||
"named_items_required": true,
|
||||
"vague_named_items": false,
|
||||
"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},
|
||||
"woth": {"order": 4, "weight": 0.0, "fixed": 5, "copies": 2},
|
||||
"barren": {"order": 5, "weight": 0.0, "fixed": 3, "copies": 2},
|
||||
"entrance": {"order": 6, "weight": 0.0, "fixed": 4, "copies": 2},
|
||||
"sometimes": {"order": 7, "weight": 0.0, "fixed": 100, "copies": 2},
|
||||
"random": {"order": 8, "weight": 9.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": 9, "weight": 0.0, "fixed": 0, "copies": 2}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user