 aee0df5359
			
		
	
	aee0df5359
	
	
	
		
			
			## 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>
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "name":                  "useless",
 | |
|     "gui_name":              "Useless",
 | |
|     "description":           "Only junk hints.",
 | |
|     "add_locations":         [],
 | |
|     "remove_locations":      [],
 | |
|     "add_items":             [],
 | |
|     "remove_items":          [],
 | |
|     "dungeons_woth_limit":   2,
 | |
|     "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},
 | |
|         "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}
 | |
|     }
 | |
| }
 |