Skip to content

Commit

Permalink
v0.8.5: Filters: Ammo, Vanity. Categories: Hooks, Lights, Torches, Do…
Browse files Browse the repository at this point in the history
…ors, CapturedNPC
  • Loading branch information
JavidPack committed Feb 19, 2020
1 parent 416b0f8 commit aa39db3
Show file tree
Hide file tree
Showing 5 changed files with 304 additions and 125 deletions.
1 change: 1 addition & 0 deletions BestiaryUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ private bool PassNPCFilters(UINPCSlot slot)

if (HasLootRadioButton.Selected)
{
// Slow, AnyDrops or Cache results.
if (slot.GetDrops().Count == 0)
{
return false;
Expand Down
2 changes: 1 addition & 1 deletion HelpUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ internal UIElement CreateHelpPanel()
// Query Hovered Item
sb.Append($"[c/{headingColor}:Query Hovered Item]\n By assigning a hotkey in the keybindings menu, you can use this feature to quickly bring the item into one of the tools. You can use anytime you are hovering over any item anywhere in the game. Depending on the last panel you were on, the behavior changes. The Recipe tool will populate the query slot, the Craft tool will display options to craft the item, the Item tool will scroll and select the item, and the Bestiary tool will populate the loot query slot.\n");
// Categories, Sub Categories, Sorts, and Filters
sb.Append($"[c/{headingColor}:Categories, Sub Categories, Sorts, and Filters]\n The Recipe and Item panels both have many ways to filter and sort items and recipes. You can type to search tooltips and item names and use the [image:RecipeBrowser/Images/filterMod] button to filter by source mod. You can also click on Categories such as [image:RecipeBrowser/Images/Help/Item_2430] and [image:RecipeBrowser/Images/Help/Item_54] to filter by category. Some Categories have Sub-Categories. You'll also notice on the 2nd row various Sorts such as [image:RecipeBrowser/Images/sortValue] and [image:RecipeBrowser/Images/sortAZ]. There are also Filters like [image:RecipeBrowser/Images/Help/Item_531].\n[image:RecipeBrowser/Images/Help/sortsExplanation]\n");
sb.Append($"[c/{headingColor}:Categories, Sub Categories, Sorts, and Filters]\n The Recipe and Item panels both have many ways to filter and sort items and recipes. You can type to search tooltips and item names and use the [image:RecipeBrowser/Images/filterMod] button to filter by source mod. You can also click on Categories such as [image:RecipeBrowser/Images/Help/Item_2430] and [image:RecipeBrowser/Images/Help/Item_54] to filter by category. Some Categories have Sub-Categories. You'll also notice on the 2nd row various Sorts such as [image:RecipeBrowser/Images/sortValue] and [image:RecipeBrowser/Images/sortAZ]. There are also Filters like [image:RecipeBrowser/Images/Help/Item_531]. Many Sorts and Filters are visible only within specific Categories. Some Filters, like the Ammo Filter, will cycle through many options. For these Filters, use left and right click to go forward and back, and middle click to clear the Filter.\n[image:RecipeBrowser/Images/Help/sortsExplanation]\n");
// Item Checklist Integration
sb.Append($"[c/{headingColor}:Item Checklist Integration]\n By using the Item Checklist mod at the same time, you can narrow down your browsing to new items you've never obtained before from items you've collected so far. This helps you focus on items at the current stage of your game. Item Checklist also affects the Items and Bestiary tools. [l/www.gfycat.com/insidiousblandgoitered:Item Checklist video].");

Expand Down
Loading

0 comments on commit aa39db3

Please sign in to comment.