Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update weekly preset #2289

Merged
merged 1 commit into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions data/Hints/weekly.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "weekly",
"gui_name": "Weekly",
"description": "Hint distribution for the weekly races: 5 Always, 6 Goal, 3 Barren (ToT), 1 Light Arrow (ToT), 2 Dual, 5 Sometimes; House of Skulltula (30/40/50).",
"description": "Hint distribution for the weekly races: 5 Always, 5 Goal, 3 Barren (ToT), 1 Song (ToT), 1 Named-Item (light arrows), 2 Dual, 5 Sometimes; House of Skulltula (30/40/50).",
"add_locations": [
{ "location": "Sheik in Kakariko", "types": ["always"] },
{ "location": "Deku Theater Skull Mask", "types": ["always"] }
Expand All @@ -22,9 +22,9 @@
{ "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": "Ice Cavern Iron Boots Chest", "types": ["sometimes"] },
{ "location": "Graveyard Dampe Race Rewards", "types": ["dual"] },
{ "location": "Graveyard Royal Family Tomb Contents", "types": ["dual"] }
{ "location": "Graveyard Royal Family Tomb Contents", "types": ["dual"] },
{ "location": "Ice Cavern Final Room", "types": ["dual"] }
],
"add_items": [
{ "item": "Light Arrows", "types": ["named-item"] }
Expand All @@ -43,13 +43,13 @@
"ToT (Right-Center)",
"ToT (Right)"
]},
"always": {"order": 2, "weight": 0.0, "fixed": 0, "copies": 2, "remove_stones": [
"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": 6, "copies": 2, "remove_stones": [
"goal": {"order": 3, "weight": 0.0, "fixed": 5, "copies": 2, "remove_stones": [
"ToT (Left)",
"ToT (Left-Center)",
"ToT (Right-Center)",
Expand All @@ -60,18 +60,18 @@
"ToT (Left-Center)",
"ToT (Right-Center)"
]},
"named-item": {"order": 5, "weight": 0.0, "fixed": 1, "copies": 1, "priority_stones": [
"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": 5, "copies": 2},
"junk": {"order": 8, "weight": 1.0, "fixed": 0, "copies": 1},
"named-item": {"order": 6, "weight": 0.0, "fixed": 1, "copies": 2},
"dual": {"order": 7, "weight": 0.0, "fixed": 2, "copies": 2},
"sometimes": {"order": 8, "weight": 0.0, "fixed": 5, "copies": 2},
"junk": {"order": 9, "weight": 1.0, "fixed": 0, "copies": 1},
"entrance_always": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 0},
"woth": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 0},
"entrance": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 0},
"random": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 0},
"item": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 0},
"song": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 0},
"overworld": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 0},
"dungeon": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 0},
"dual_always": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 0},
Expand Down
4 changes: 2 additions & 2 deletions data/presets_default.json
Original file line number Diff line number Diff line change
Expand Up @@ -392,13 +392,13 @@
"Claim Check"
]
},
"Standard Weekly (2024-08-23)": {
"Standard Weekly (2024-08-30)": {
"aliases": [
"Standard Weekly (Latest)",
"weekly"
],
"show_seed_info": true,
"user_message": "Standard Weekly (2024-08-23)",
"user_message": "Standard Weekly (2024-08-30)",
"world_count": 1,
"create_spoiler": true,
"password_lock": false,
Expand Down
Loading