✨ ASP.NET Blazor application for analyzing and optimizing Genshin Impact team compositions with focus on DPS performance and character synergy. ✨
🌐 Live demo: https://dpsleaders.augmeneco.ru
- 📊 Display of team DPS with character descriptions
- 🎯 Average crit rate/damage calculation based on user input
- ⚖️ Configuration file balancing for gcsim calculator
- 🔐 Admin interface for managing character data
🏆 Advantages over simpact.app
Our solution provides better F2P character team balancing by:
- 🛡️ Accounting for realistic artifact quality for F2P players
- ⚡ Optimizing for character constellations commonly available to F2P
- 📥 Install .NET 9 SDK
- 🖇️ Clone this repository
- 🔄 Restore dependencies:
dotnet restore
For development with hot reload:
dotnet watch
- 🔨 Build Release version:
dotnet build -c Release
- 📦 Publish self-contained executable:
dotnet publish -c Release -o ./dpsleaders --self-contained true /p:PublishSingleFile=true
🌐 The application will be available at http://localhost:5001
by default in development mode.