Skip to content
This repository was archived by the owner on May 10, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Felicity/Util/Enums/LootTables.cs
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ public static class LootTables
new LootTableDefinition
{
ActivityType = ActivityType.Dungeon, Name = "Ghosts of the Deep",
Description = "fish go brrr or something idk",
Description = "Drown in the deep, or rise from it.",
Loot = new List<LootTable>
{
new()
Expand All @@ -457,6 +457,7 @@ public static class LootTables
LootIds = new List<uint>
{
(uint)Armor.Gloves, (uint)Armor.Chest, (uint)Armor.Class,
DefinitionHashes.InventoryItems.NoSurvivors_3262192268,
DefinitionHashes.InventoryItems.GreasyLuck,
DefinitionHashes.InventoryItems.ColdComfort_839786290
}
Expand Down Expand Up @@ -634,4 +635,4 @@ public static class LootTables
}
}
};
}
}