Archipelago/worlds/oot/data/Hints/chaos.json

34 lines
1.9 KiB
JSON

{
"name": "chaos",
"gui_name": "Chaos!!!",
"description": "A completely randomized hint distribution with single copies",
"add_locations": [],
"remove_locations": [],
"add_items": [],
"remove_items": [],
"dungeons_woth_limit": 40,
"dungeons_barren_limit": 40,
"named_items_required": false,
"vague_named_items": false,
"use_default_goals": true,
"distribution": {
"trial": {"order": 1, "weight": 1.0, "fixed": 0, "copies": 1},
"always": {"order": 2, "weight": 1.0, "fixed": 0, "copies": 1},
"dual_always": {"order": 3, "weight": 1.0, "fixed": 0, "copies": 1},
"entrance_always": {"order": 4, "weight": 1.0, "fixed": 0, "copies": 1},
"woth": {"order": 5, "weight": 1.0, "fixed": 0, "copies": 1},
"goal": {"order": 6, "weight": 1.0, "fixed": 0, "copies": 1},
"barren": {"order": 7, "weight": 1.0, "fixed": 0, "copies": 1},
"item": {"order": 8, "weight": 1.0, "fixed": 0, "copies": 1},
"sometimes": {"order": 9, "weight": 1.0, "fixed": 0, "copies": 1},
"dual": {"order": 10, "weight": 1.0, "fixed": 0, "copies": 1},
"song": {"order": 11, "weight": 1.0, "fixed": 0, "copies": 1},
"overworld": {"order": 12, "weight": 1.0, "fixed": 0, "copies": 1},
"dungeon": {"order": 13, "weight": 1.0, "fixed": 0, "copies": 1},
"entrance": {"order": 14, "weight": 1.0, "fixed": 0, "copies": 1},
"random": {"order": 15, "weight": 1.0, "fixed": 0, "copies": 1},
"junk": {"order": 16, "weight": 1.0, "fixed": 0, "copies": 1},
"named-item": {"order": 17, "weight": 1.0, "fixed": 0, "copies": 1}
}
}