From 5e9bf4b00724748aaed4f90ce0682a5d58f25f0b Mon Sep 17 00:00:00 2001 From: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com> Date: Sat, 20 May 2023 14:04:26 -0400 Subject: [PATCH] Docs: Update world api excluded/priority locations description (#1807) * Update world api doc Changed the description of excluded and priority locations to match how they appear in other places such as the options api doc * Update world api.md --- docs/world api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/world api.md b/docs/world api.md index 66a639f1..f1a12562 100644 --- a/docs/world api.md +++ b/docs/world api.md @@ -111,8 +111,8 @@ World-specific IDs are 1 to 253-1, IDs ≤ 0 are global and reserved. Special locations with ID `None` can hold events. Classification is one of `LocationProgressType.DEFAULT`, `PRIORITY` or `EXCLUDED`. -The Fill algorithm will fill priority first, giving higher chance of it being -required, and not place progression or useful items in excluded locations. +The Fill algorithm will force progression items to be placed at priority locations, giving a higher chance of them being +required, and will prevent progression and useful items from being placed at excluded locations. ### Items