|
| 1 | +{ |
| 2 | + "name": "triforce-blitz-s2-coop-wanderer", |
| 3 | + "gui_name": "Triforce Blitz S2 Co-op", |
| 4 | + "description": "Hint Distribution for Triforce Blitz S2 Co-op. 3 Path Count Hints, 10 Goal Hints, 4 Barren Hints, 3 Always hints.", |
| 5 | + "add_locations": [], |
| 6 | + "remove_locations": [], |
| 7 | + "add_items": [], |
| 8 | + "remove_items": [ |
| 9 | + { "item": "Zeldas Lullaby", "types": ["goal", "playthrough-location"]}, |
| 10 | + { "item": "Gerudo Membership Card", "types": ["playthrough-location", "unlock-playthrough"]} |
| 11 | + ], |
| 12 | + "dungeons_woth_limit": 999, |
| 13 | + "dungeons_barren_limit": 999, |
| 14 | + "named_items_required": true, |
| 15 | + "vague_named_items": false, |
| 16 | + "use_default_goals": false, |
| 17 | + "prioritize_dungeons": true, |
| 18 | + "tfb_s4_coop_hints": true, |
| 19 | + "share_checked_locations_across_worlds": true, |
| 20 | + "custom_goals": [{ |
| 21 | + "category": "triforce_hunt", |
| 22 | + "priority": 30, |
| 23 | + "minimum_goals": 3, |
| 24 | + "goals": [{ |
| 25 | + "name": "power", |
| 26 | + "hint_text": "\u0023path of power\u0023", |
| 27 | + "color": "Red", |
| 28 | + "items": [{"name": "Triforce of Power", "quantity": 1, "minimum": 1, "hintable": false}] |
| 29 | + }, |
| 30 | + { |
| 31 | + "name": "wisdom", |
| 32 | + "hint_text": "\u0023path of wisdom\u0023", |
| 33 | + "color": "Pink", |
| 34 | + "items": [{"name": "Triforce of Wisdom", "quantity": 1, "minimum": 1, "hintable": false}] |
| 35 | + }, |
| 36 | + { |
| 37 | + "name": "courage", |
| 38 | + "hint_text": "\u0023path of courage\u0023", |
| 39 | + "color": "Green", |
| 40 | + "items": [{"name": "Triforce of Courage", "quantity": 1, "minimum": 1, "hintable": false}] |
| 41 | + }] |
| 42 | + }], |
| 43 | + "distribution": { |
| 44 | + "trial": {"order": 1, "weight": 0.0, "fixed": 0, "copies": 2}, |
| 45 | + "always": {"order": 2, "weight": 0.0, "fixed": 0, "copies": 2, "remove_stones": [ |
| 46 | + "ToT (Left)", |
| 47 | + "ToT (Left-Center)", |
| 48 | + "ToT (Right-Center)", |
| 49 | + "ToT (Right)" |
| 50 | + ]}, |
| 51 | + "goal-count": {"order": 3, "weight": 0.0, "fixed": 3, "copies": 1, "priority_stones": [ |
| 52 | + "ToT (Left)", |
| 53 | + "ToT (Left-Center)", |
| 54 | + "ToT (Right-Center)" |
| 55 | + ]}, |
| 56 | + "goal-legacy-single": {"order": 4, "weight": 0.0, "fixed": 1, "copies": 1, "priority_stones": [ |
| 57 | + "ToT (Right)" |
| 58 | + ]}, |
| 59 | + "unlock-woth": {"order": 5, "weight": 0.0, "fixed": 3, "copies": 2}, |
| 60 | + "goal-legacy": {"order": 6, "weight": 0.0, "fixed": 9, "copies": 2}, |
| 61 | + "barren": {"order": 7, "weight": 0.0, "fixed": 4, "copies": 2}, |
| 62 | + "wanderer": {"order": 8, "weight": 0.0, "fixed": 100, "copies": 2}, |
| 63 | + "sometimes": {"order": 9, "weight": 0.0, "fixed": 100, "copies": 1}, |
| 64 | + "entrance": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 2}, |
| 65 | + "random": {"order": 0, "weight": 9.0, "fixed": 0, "copies": 2}, |
| 66 | + "item": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 2}, |
| 67 | + "song": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 2}, |
| 68 | + "overworld": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 2}, |
| 69 | + "dungeon": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 2}, |
| 70 | + "junk": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 2}, |
| 71 | + "named-item": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 2}, |
| 72 | + "woth": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 2}, |
| 73 | + "goal": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 2}, |
| 74 | + "entrance_always": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 2} |
| 75 | + }, |
| 76 | + "remove_always_stones": [ |
| 77 | + "ToT (Left)", |
| 78 | + "ToT (Left-Center)", |
| 79 | + "ToT (Right-Center)", |
| 80 | + "ToT (Right)" |
| 81 | + ], |
| 82 | + "priority_stones": [ |
| 83 | + "ToT (Left)", |
| 84 | + "ToT (Left-Center)", |
| 85 | + "ToT (Right-Center)", |
| 86 | + "ToT (Right)" |
| 87 | + ], |
| 88 | + "groups": [], |
| 89 | + "disabled": [] |
| 90 | +} |
0 commit comments