Site Tools


key_item_randomization

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
key_item_randomization [2023/11/04 03:06] – [Non-key-item rewards] Added Tempty wylemkey_item_randomization [2024/09/25 05:36] (current) – [Key item distribution] Updated for accuracy- thanks ScytheMarshall and Antidale wylem
Line 73: Line 73:
  
 Setting ''Kmoon'' allows key items to potentially appear as rewards for defeating the sub-bosses in the Lunar Subterrane. (These locations correspond to the vanilla locations of the Murasame, Crystal Sword, White Spear, two Ribbons, and Masamune.) Setting ''Kmoon'' allows key items to potentially appear as rewards for defeating the sub-bosses in the Lunar Subterrane. (These locations correspond to the vanilla locations of the Murasame, Crystal Sword, White Spear, two Ribbons, and Masamune.)
-===== Key items in trapped chests =====+===== Key items in monster boxes =====
  
-Setting ''Ktrap'' allows key items to potentially appear as rewards from trapped treasure chests (ie. those containing monsters). For a list of trapped chests and details about their randomization, see [[Treasure randomization]].+Setting ''Kmiab'' allows key items to potentially appear as rewards from chests containing monsters. For a list of MIABs and details about their randomization, see [[Treasure randomization]].
  
-The 9 trapped chests inside the Lunar Subterrane will be excluded from the key item pool unless ''Kmoon'' or ''Kunsafe'' is also enabled.((Note that the Procyote/Juclyote "Hair Dryers" chest is not a Lunar Subterrane chest))+The 9 MIABs inside the Lunar Subterrane will be excluded from the key item pool unless ''Kmoon'' or ''Kunsafe'' is also enabled.((Note that the Procyote/Juclyote "Hair Dryers" chest is not a Lunar Subterrane chest))
 ===== Key item distribution ===== ===== Key item distribution =====
  
Line 89: Line 89:
     * Add K more of the available summon/moon slots to the pool.     * Add K more of the available summon/moon slots to the pool.
     * Reserve the remaining unselected summon/moon slots.     * Reserve the remaining unselected summon/moon slots.
-  * If ''Ktrap'' is set, +  * If ''Kmiab'' is set, 
-    * For each dungeon containing trapped chests,+    - Calculate the number of MIABs from each dungeon to add to the key item pool:
       * Generate a random number N from 0...1.       * Generate a random number N from 0...1.
       * Determine the greatest integer K, where N < 1/(2^K).       * Determine the greatest integer K, where N < 1/(2^K).
-      * Select (K + 2) random trapped chests in the dungeon and add them to the pool (or all of them, if there are fewer than K + 2). +    - For each dungeon containing MIAB (monster-in-a-box) chests, 
-      * Reserve the remaining unused trapped chests.+      * Select (K + 2) random MIAB chests in the dungeon and add them to the pool (or all of them, if there are fewer than K + 2)
 +    - Remove 3 MIABs from the pool, chosen at random
 +      * Reserve the remaining unused MIAB chests.
   * Randomly assign key items among the slots in the pool.   * Randomly assign key items among the slots in the pool.
-  * The remaining unassigned slots in the pool, as well as the reserved slots from the summon/moon/trap steps, will receive non-key-item rewards.+  * The remaining unassigned slots in the pool, as well as the reserved slots from the summon/moon/miab steps, will receive non-key-item rewards.
  
 Free Enterprise uses a random fill algorithm, verifying that each randomization is valid, and retrying if that test fails. Free Enterprise uses a random fill algorithm, verifying that each randomization is valid, and retrying if that test fails.
Line 104: Line 106:
 From observation, with a straightforward randomization approach, about 75% of seeds end up being "Hook seeds", i.e., seeds where the Magma Key is not readily available and the Hook is required to access the underworld, a much more difficult route with two challenging boss battles. From observation, with a straightforward randomization approach, about 75% of seeds end up being "Hook seeds", i.e., seeds where the Magma Key is not readily available and the Hook is required to access the underworld, a much more difficult route with two challenging boss battles.
  
-To ease the difficulty for newer players, when generating a seed without any of the extended key item position flags (summon, moon, and traps), the randomizer has a 50/50 chance of forcing a Magma Key underworld route to be available. This will be the 'logical' route, guaranteed to abide by any safety checks.+To ease the difficulty for newer players, when generating a seed without any of the extended key item position flags (summon, moon, and MIABs), the randomizer has a 50/50 chance of forcing a Magma Key underworld route to be available. This will be the 'logical' route, guaranteed to abide by any safety checks.
 ===== Safety checks ===== ===== Safety checks =====
  
Line 114: Line 116:
 **NOTE:** Even with this flag, it is still possible for the Magma Key to require the Hook: **NOTE:** Even with this flag, it is still possible for the Magma Key to require the Hook:
   * The Magma Key can be gated by the Rat Tail turn-in.   * The Magma Key can be gated by the Rat Tail turn-in.
-  * With the ''Ktrap'' flag enabled, it is possible for the Magma Key to be gated by the trapped chest in Cave Eblana (2 Stalemen) or the trapped chest in Upper Bab-il (4 Mad Ogres).+  * With the ''Kmiab'' flag enabled, it is possible for the Magma Key to be gated by the MIAB in Cave Eblana (2 Stalemen) or the MIAB in Upper Bab-il (4 Mad Ogres).
   * With the ''Knofree'' flag enabled, it is possible for the Magma Key to be gated by D.Mist at either of the Upper Bab-il (Hook route) boss locations.   * With the ''Knofree'' flag enabled, it is possible for the Magma Key to be gated by D.Mist at either of the Upper Bab-il (Hook route) boss locations.
  
Line 125: Line 127:
 Under ''Tvanilla'', a pool is created containing the vanilla rewards from all enabled extended key item locations, (eg. if ''Kmoon'' is set, add Murasame, Crystal Sword, White Spear, two Ribbons, and Masamune), and randomly assigns the non-key-item rewards from this pool. Under ''Tvanilla'', a pool is created containing the vanilla rewards from all enabled extended key item locations, (eg. if ''Kmoon'' is set, add Murasame, Crystal Sword, White Spear, two Ribbons, and Masamune), and randomly assigns the non-key-item rewards from this pool.
  
-Under ''Tshuffle'', a pool is created containing the vanilla rewards from all potential extended key item locations (all vanilla moon, summon, and trapped chest rewards, regardless of K flags), and randomly assigns the non-key-item rewards from this pool.+Under ''Tshuffle'', a pool is created containing the vanilla rewards from all potential extended key item locations (all vanilla moon, summon, and MIAB chest rewards, regardless of K flags), and randomly assigns the non-key-item rewards from this pool.
  
 Under ''Tstandard'' or ''Twild'': Under ''Tstandard'' or ''Twild'':
-  * Unused trapped chests receive a random item from tier 5-8. (See [[Item stats tables]].)+  * Unused MIAB chests receive a random item from tier 5-8. (See [[Item stats tables]].)
   * All other unused potential key item locations receive a random item from tier 6-8.   * All other unused potential key item locations receive a random item from tier 6-8.
  
key_item_randomization.1699067161.txt.gz · Last modified: 2023/11/04 03:06 (external edit)