From 9bf199e91b5c453901b018f803aa50c15286e243 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Sun, 26 Nov 2023 23:54:45 +0100 Subject: [PATCH] Add tribal quest fate drops as allowed discardable items --- ARDiscard/GameData/InternalConfiguration.cs | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ARDiscard/GameData/InternalConfiguration.cs b/ARDiscard/GameData/InternalConfiguration.cs index 415e0e1..c4ad83d 100644 --- a/ARDiscard/GameData/InternalConfiguration.cs +++ b/ARDiscard/GameData/InternalConfiguration.cs @@ -37,5 +37,16 @@ internal static class InternalConfiguration 9389, // Antique Gauntlets 9390, // Antique Breeches 9391, // Antique Sollerets + + // Fate drops used in tribal quests + 7001, // Flamefang Choker (Amalj'aa) + 7002, // Proto Armor Identification Key (Sylphs) + 7003, // Kafre's Tusk (Sylphs) + 7797, // Titan Mythrilshield (Kobolds) + 7798, // Coral Armband (Sahagin) + 7802, // Titan Steelshield (Kobolds) + 7803, // Titan Electrumshield (Kobolds) + 7804, // Coral Band (Sahagin) + 7805, // Coral Necklace (Sahagin) }.AsReadOnly(); }