@@ -161,8 +161,40 @@ into any locations within the game slots named BobsSlaytheSpire and BobsRogueLeg
161
161
162
162
# # Boss Plando
163
163
164
- As this is currently only supported by A Link to the Past, instead of finding an explanation here, please refer to the
165
- relevant guide : [A Link to the Past Plando Guide](/tutorial/A%20Link%20to%20the%20Past/plando/en)
164
+ This is currently only supported by A Link to the Past and Kirby's Dream Land 3. Boss plando allows a player to place a
165
+ given boss within an arena. More specific information for boss plando in A Link to the Past can be found in
166
+ its [plando guide](/tutorial/A%20Link%20to%20the%20Past/plando/en).
167
+
168
+ Boss plando takes in a list of instructions for placing bosses, separated by a semicolon `;`.
169
+ There are three types of placement : direct, full, and shuffle.
170
+ * Direct placement takes both an arena and a boss, and places the boss into that arena.
171
+ * `Eastern Palace-Trinexx`
172
+ * Full placement will take a boss, and place it into as many remaining arenas as possible.
173
+ * `King Dedede`
174
+ * Shuffle will fill any remaining arenas using a given boss shuffle option, typically to be used as the last instruction.
175
+ * `full`
176
+
177
+ # ## Examples
178
+
179
+ ` ` ` yaml
180
+ A Link to the Past:
181
+ boss_shuffle:
182
+ # Basic boss shuffle, but prevent Trinexx from being outside Turtle Rock
183
+ Turtle Rock-Trinexx;basic: 1
184
+ # Place as many Arrghus as possible, then let the rest be random
185
+ Arrghus;chaos: 1
186
+
187
+ Kirby's Dream Land 3:
188
+ boss_shuffle:
189
+ # Ensure Iceberg's boss will be King Dedede, but randomize the rest
190
+ Iceberg-King Dedede;full: 1
191
+ # Have all bosses be Whispy Woods
192
+ Whispy Woods: 1
193
+ # Ensure Ripple Field's boss is Pon & Con, but let the method others
194
+ # are placed with be random
195
+ Ripple Field-Pon & Con;random: 1
196
+ ` ` `
197
+
166
198
167
199
# # Text Plando
168
200
@@ -184,7 +216,7 @@ its [plando guide](/tutorial/A%20Link%20to%20the%20Past/plando/en#connections).
184
216
185
217
[A Link to the Past connections](https://github.com/ArchipelagoMW/Archipelago/blob/main/worlds/alttp/EntranceShuffle.py#L3852)
186
218
187
- [Minecraft connections](https://github.com/ArchipelagoMW/Archipelago/blob/main/worlds/minecraft/Regions.py#L62 )
219
+ [Minecraft connections](https://github.com/ArchipelagoMW/Archipelago/blob/main/worlds/minecraft/data/regions.json#L18**** )
188
220
189
221
# ## Examples
190
222
0 commit comments