A Blish HUD module that caches and displays Guild Wars 2 account data including inventory, wallet, and material storage.
- Collects items from bank, shared inventory, material storage, and all character bags
- Displays wallet currencies and coin balance
- Filter view by Items, Wallet, or All
- Aggregate duplicate items across sources
- Auto-refreshes when data becomes stale
This module requires the following GW2 API permissions:
- account — Account info and coin balance
- characters — Character list and inventory access
- inventories — Bank, shared inventory, and material storage
- wallet — Wallet currency data
dotnet build GW2CraftingHelper.csproj -p:Platform=x64
dotnet test tests/GW2CraftingHelper.Tests/GW2CraftingHelper.Tests.csproj