Add "async" hint distribution
This commit is contained in:
parent
890f71a477
commit
f39defbe06
|
@ -506,6 +506,7 @@ class HintDistribution(Choice):
|
|||
option_tournament = 6
|
||||
option_useless = 7
|
||||
option_very_strong = 8
|
||||
option_async = 9
|
||||
|
||||
|
||||
class TextShuffle(Choice):
|
||||
|
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"name": "async",
|
||||
"gui_name": "Async Multiworld",
|
||||
"description": "Hint distribution intended for large asynchronous multiworlds. WotH disabled, high barren limit, remainder filled with Sometimes and Item hints. No trials hint. Barren hints duplicated.",
|
||||
"add_locations": [],
|
||||
"remove_locations": [],
|
||||
"add_items": [],
|
||||
"remove_items": [],
|
||||
"dungeons_woth_limit": 0,
|
||||
"dungeons_barren_limit": 12,
|
||||
"named_items_required": true,
|
||||
"vague_named_items": false,
|
||||
"distribution": {
|
||||
"trial": {"order": 1, "weight": 0.0, "fixed": 0, "copies": 0},
|
||||
"always": {"order": 2, "weight": 0.0, "fixed": 0, "copies": 1},
|
||||
"woth": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 0},
|
||||
"barren": {"order": 3, "weight": 0.0, "fixed": 5, "copies": 2},
|
||||
"entrance": {"order": 4, "weight": 0.0, "fixed": 4, "copies": 1},
|
||||
"sometimes": {"order": 5, "weight": 6.0, "fixed": 0, "copies": 1},
|
||||
"random": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 1},
|
||||
"item": {"order": 6, "weight": 2.0, "fixed": 0, "copies": 1},
|
||||
"song": {"order": 7, "weight": 2.0, "fixed": 0, "copies": 1},
|
||||
"overworld": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 1},
|
||||
"dungeon": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 1},
|
||||
"junk": {"order": 0, "weight": 0.0, "fixed": 0, "copies": 1},
|
||||
"named-item": {"order": 8, "weight": 0.0, "fixed": 0, "copies": 1}
|
||||
},
|
||||
"groups": [],
|
||||
"disabled": []
|
||||
}
|
Loading…
Reference in New Issue