-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated item/location ID's to match rando update.
Added `Storm Ruler` and `Cell Key` to item tracker window. Added new locations, including: FS: Master NPC HWL: Greirat's Ashes SL: Knight Slayer Tsorig NPC LC: Gotthard Twinswords GA: Hostile NPC Trio
- Loading branch information
Showing
5 changed files
with
387 additions
and
330 deletions.
There are no files selected for viewing
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
ITEM_MAPPING = { | ||
[100259] = {"banner", "toggle"}, | ||
[100275] = {"basin", "toggle"}, | ||
[100266] = {"doll", "toggle"}, | ||
[100292] = {"dragon", "toggle"}, | ||
[100294] = {"storm", "toggle"}, | ||
[100286] = {"jailbreaker", "toggle"}, | ||
[100291] = {"jailring", "toggle"}, | ||
[100290] = {"oldcell", "toggle"}, | ||
[100274] = {"archives", "toggle"}, | ||
[100271] = {"abyss", "toggle"}, | ||
[100272] = {"yhorm", "toggle"}, | ||
[100273] = {"aldrich", "toggle"}, | ||
[100276] = {"lothric", "toggle"}, | ||
[100264] = {"banner", "toggle"}, | ||
[100280] = {"basin", "toggle"}, | ||
[100271] = {"doll", "toggle"}, | ||
[100298] = {"storm", "toggle"}, | ||
[100261] = {"tower", "toggle"}, | ||
[100263] = {"cell", "toggle"}, | ||
[100291] = {"jailbreaker", "toggle"}, | ||
[100296] = {"jailring", "toggle"}, | ||
[100295] = {"oldcell", "toggle"}, | ||
[100279] = {"archives", "toggle"}, | ||
[100276] = {"abyss", "toggle"}, | ||
[100277] = {"yhorm", "toggle"}, | ||
[100278] = {"aldrich", "toggle"}, | ||
[100281] = {"lothric", "toggle"}, | ||
} |
Oops, something went wrong.