Changed bias named. Added districting
This commit is contained in:
@@ -102,11 +102,10 @@
|
||||
"choices": [
|
||||
"balanced",
|
||||
"equitable",
|
||||
"vanilla_bias",
|
||||
"major_bias",
|
||||
"dungeon_bias",
|
||||
"cluster_bias",
|
||||
"entangled"
|
||||
"vanilla_fill",
|
||||
"major_only",
|
||||
"dungeon_only",
|
||||
"district"
|
||||
]
|
||||
},
|
||||
"shuffle": {
|
||||
|
||||
@@ -156,27 +156,26 @@
|
||||
" algorithm.",
|
||||
"equitable: does not place dungeon items first allowing new potential",
|
||||
" but mixed with the normal advancement pool",
|
||||
"biased placements: these consider all major items to be special and attempts",
|
||||
"restricted placements: these consider all major items to be special and attempts",
|
||||
"to place items from fixed to semi-random locations. For purposes of these shuffles, all",
|
||||
"Y items, A items, swords (unless vanilla swords), mails, shields, heart containers and",
|
||||
"1/2 magic are considered to be part of a major items pool. Big Keys are added to the pool",
|
||||
"if shuffled. Same for small keys, compasses, maps, keydrops (if small keys are also shuffled),",
|
||||
"1 of each capacity upgrade for shopsanity, the quiver item for retro+shopsanity, and",
|
||||
"triforce pieces for Triforce Hunt. Future modes will add to these as appropriate.",
|
||||
"vanilla_bias Same as above, but attempts to place items in their vanilla",
|
||||
"vanilla_fill As above, but attempts to place items in their vanilla",
|
||||
" location first. Major items that cannot be placed that way",
|
||||
" will attempt to be placed in other failed locations first.",
|
||||
" Also attempts to place junk items in vanilla locations",
|
||||
"major_bias same as above, but uses the major items' location preferentially",
|
||||
" Also attempts to place all items in vanilla locations",
|
||||
"major_only As above, but uses the major items' location preferentially",
|
||||
" major item location are defined as the group of location where",
|
||||
" the items are found in the vanilla game. Backup locations for items",
|
||||
" not in the vanilla game will be in the documentation",
|
||||
"dungeon_bias same as above, but major items are preferentially placed",
|
||||
" the items are found in the vanilla game.",
|
||||
"dungeon_only As above, but major items are preferentially placed",
|
||||
" in dungeons locations first",
|
||||
"cluster_bias same as above, but groups of locations are chosen randomly",
|
||||
"district As above, but groups of locations are chosen randomly",
|
||||
" from a pool of fixed locations designed to be interesting",
|
||||
" and give major clues about the location of other",
|
||||
" advancement items. These fixed groups will be documented"
|
||||
" advancement items. These fixed groups will be documented."
|
||||
],
|
||||
"shuffle": [
|
||||
"Select Entrance Shuffling Algorithm. (default: %(default)s)",
|
||||
|
||||
Reference in New Issue
Block a user