|
1 | 1 | { |
2 | 2 | "name": "tournament", |
3 | 3 | "gui_name": "Tournament", |
4 | | - "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).", |
| 4 | + "description": "Hint Distribution for the S9 Tournament: 5 Always, 5 Goal, 2 Barren, 2 Important Check, 1 Song, 2 Dual, 3 Sometimes; House of Skulltula (30/40/50), Light Arrows at Dampe Diary.", |
5 | 5 | "add_locations": [ |
6 | 6 | { "location": "Sheik in Kakariko", "types": ["always"] }, |
7 | 7 | { "location": "Deku Theater Skull Mask", "types": ["always"] } |
|
30 | 30 | "remove_items": [ |
31 | 31 | { "item": "Zeldas Lullaby", "types": ["goal"] } |
32 | 32 | ], |
| 33 | + "misc_hint_items": { |
| 34 | + "dampe_diary": "Light Arrows" |
| 35 | + }, |
33 | 36 | "dungeons_barren_limit": 1, |
34 | 37 | "one_hint_per_goal": true, |
35 | 38 | "named_items_required": true, |
36 | 39 | "vague_named_items": false, |
37 | 40 | "use_default_goals": true, |
38 | 41 | "distribution": { |
39 | | - "trial": {"order": 1, "weight": 0.0, "fixed": 0, "copies": 0, "remove_stones": [ |
40 | | - "ToT (Left)", |
41 | | - "ToT (Left-Center)", |
42 | | - "ToT (Right-Center)", |
43 | | - "ToT (Right)" |
44 | | - ]}, |
45 | | - "always": {"order": 2, "weight": 0.0, "fixed": 5, "copies": 2, "remove_stones": [ |
46 | | - "ToT (Left)", |
47 | | - "ToT (Left-Center)", |
48 | | - "ToT (Right-Center)", |
49 | | - "ToT (Right)" |
50 | | - ]}, |
51 | | - "goal": {"order": 3, "weight": 0.0, "fixed": 5, "copies": 2, "remove_stones": [ |
52 | | - "ToT (Left)", |
53 | | - "ToT (Left-Center)", |
54 | | - "ToT (Right-Center)", |
55 | | - "ToT (Right)" |
56 | | - ]}, |
57 | | - "barren": {"order": 4, "weight": 0.0, "fixed": 3, "copies": 1, "priority_stones": [ |
58 | | - "ToT (Left)", |
59 | | - "ToT (Left-Center)", |
60 | | - "ToT (Right-Center)" |
61 | | - ]}, |
62 | | - "song": {"order": 5, "weight": 0.0, "fixed": 1, "copies": 1, "priority_stones": [ |
63 | | - "ToT (Right)" |
64 | | - ]}, |
65 | | - "dual": {"order": 6, "weight": 0.0, "fixed": 2, "copies": 2}, |
66 | | - "sometimes": {"order": 7, "weight": 0.0, "fixed": 6, "copies": 2}, |
67 | | - "junk": {"order": 8, "weight": 1.0, "fixed": 0, "copies": 1} |
| 42 | + "trial": {"order": 1, "weight": 0.0, "fixed": 0, "copies": 0}, |
| 43 | + "always": {"order": 2, "weight": 0.0, "fixed": 5, "copies": 2}, |
| 44 | + "goal": {"order": 3, "weight": 0.0, "fixed": 5, "copies": 2}, |
| 45 | + "barren": {"order": 4, "weight": 0.0, "fixed": 2, "copies": 2}, |
| 46 | + "important_check": {"order": 5, "weight": 0.0, "fixed": 2, "copies": 2}, |
| 47 | + "song": {"order": 6, "weight": 0.0, "fixed": 1, "copies": 2}, |
| 48 | + "dual": {"order": 7, "weight": 0.0, "fixed": 2, "copies": 2}, |
| 49 | + "sometimes": {"order": 8, "weight": 0.0, "fixed": 3, "copies": 2}, |
| 50 | + "junk": {"order": 9, "weight": 1.0, "fixed": 0, "copies": 1} |
68 | 51 | } |
69 | 52 | } |
0 commit comments