Skip to content

Commit

Permalink
sync from FB to GitHub 2522 - moved 'exotic uniques'
Browse files Browse the repository at this point in the history
  • Loading branch information
FilterBlade Pipeline Agent authored and FilterBlade Pipeline Agent committed Dec 7, 2023
1 parent a8e4232 commit f3af2bb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions FbPoe1Configs/CustomizerDefault.options
Original file line number Diff line number Diff line change
Expand Up @@ -1002,10 +1002,6 @@ Chapter() {
BaseTypeMatrix(true, "Tier 1", T1, "Tier 2", T2, "Tier 3", T3);
}

Section("Exotic Unique Bases") {
QuickUI([0.0, "Exotic Unique Bases", "exoticbases;exoticuniquebases"], "SH", ["Rarity", "ItemLevel"], null, ["gear", "OS"]);
}

Section("Synthesised items") {
Description("Some itemclasses like 'amulets' are completely covered through the class-based filtering below and don't need representing through the matrix.");
QuickUI([0.0, "Synthesised items T1", "exotic->synthesised;synthselected"], "SD", ["ItemLevel", "DropLevel", "Identified", "BTM"]);
Expand Down Expand Up @@ -2530,9 +2526,11 @@ Chapter() {
QuickUI([0.0, "Unique with Crucible Tree", "uniques;excrucibleunique"], "SH", [], null, ["GearPlusFlasks", "OAS"]);
}

Section("Fishing Rod", "FishingRod") {
Section("Fishing Rod and Bricked Uniques", "FishingRod") {
Search S3("0.0", "Fishing Rod") { Class "Fishing Rods"; BaseType "Fishing Rod"; Rarity "Normal"; }
QuickUI(S3, "SH", [], "", [], ["On the Hook", "YOU'VE BEEN CAPTURED! STUPID EXILE!", "Fishing rods are just incredibly rare. They don't have any secrets or special purposes at all. NeverSink assures that he was not forced to write this message and that the international fishing council of Wraeclast did not impose their supreme will upon him, but merely acted as advisors."]);

QuickUI([0.0, "Bricked Uniques", "exoticbases;exoticuniquebases"], "SH", ["Rarity", "ItemLevel"], null, ["gear", "OS"]);
}

Section("Quest & quest-like items", "GoldenKey") {
Expand Down

0 comments on commit f3af2bb

Please sign in to comment.