mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-18 06:23:31 -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 <zach@alliware.com>
This commit is contained in:
@@ -10,19 +10,24 @@
|
||||
"dungeons_barren_limit": 1,
|
||||
"named_items_required": false,
|
||||
"vague_named_items": false,
|
||||
"use_default_goals": true,
|
||||
"distribution": {
|
||||
"trial": {"order": 1, "weight": 0.0, "fixed": 0, "copies": 0},
|
||||
"always": {"order": 2, "weight": 0.0, "fixed": 0, "copies": 0},
|
||||
"woth": {"order": 3, "weight": 0.0, "fixed": 0, "copies": 0},
|
||||
"barren": {"order": 4, "weight": 0.0, "fixed": 0, "copies": 0},
|
||||
"entrance": {"order": 5, "weight": 0.0, "fixed": 0, "copies": 0},
|
||||
"sometimes": {"order": 6, "weight": 0.0, "fixed": 0, "copies": 0},
|
||||
"random": {"order": 7, "weight": 0.0, "fixed": 0, "copies": 0},
|
||||
"item": {"order": 8, "weight": 0.0, "fixed": 0, "copies": 0},
|
||||
"song": {"order": 9, "weight": 0.0, "fixed": 0, "copies": 0},
|
||||
"overworld": {"order": 10, "weight": 0.0, "fixed": 0, "copies": 0},
|
||||
"dungeon": {"order": 11, "weight": 0.0, "fixed": 0, "copies": 0},
|
||||
"junk": {"order": 12, "weight": 9.0, "fixed": 0, "copies": 1},
|
||||
"named-item": {"order": 13, "weight": 0.0, "fixed": 0, "copies": 0}
|
||||
"trial": {"order": 1, "weight": 0.0, "fixed": 0, "copies": 0},
|
||||
"entrance_always": {"order": 2, "weight": 0.0, "fixed": 0, "copies": 0},
|
||||
"always": {"order": 3, "weight": 0.0, "fixed": 0, "copies": 0},
|
||||
"woth": {"order": 4, "weight": 0.0, "fixed": 0, "copies": 0},
|
||||
"barren": {"order": 5, "weight": 0.0, "fixed": 0, "copies": 0},
|
||||
"entrance": {"order": 6, "weight": 0.0, "fixed": 0, "copies": 0},
|
||||
"sometimes": {"order": 7, "weight": 0.0, "fixed": 0, "copies": 0},
|
||||
"random": {"order": 8, "weight": 0.0, "fixed": 0, "copies": 0},
|
||||
"item": {"order": 9, "weight": 0.0, "fixed": 0, "copies": 0},
|
||||
"song": {"order": 10, "weight": 0.0, "fixed": 0, "copies": 0},
|
||||
"overworld": {"order": 11, "weight": 0.0, "fixed": 0, "copies": 0},
|
||||
"dungeon": {"order": 12, "weight": 0.0, "fixed": 0, "copies": 0},
|
||||
"junk": {"order": 13, "weight": 9.0, "fixed": 0, "copies": 1},
|
||||
"named-item": {"order": 14, "weight": 0.0, "fixed": 0, "copies": 0},
|
||||
"goal": {"order": 15, "weight": 0.0, "fixed": 0, "copies": 0},
|
||||
"dual_always": {"order": 16, "weight": 0.0, "fixed": 0, "copies": 0},
|
||||
"dual": {"order": 17, "weight": 0.0, "fixed": 0, "copies": 0}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user