WIP: Add source #3

Draft
cswimr wants to merge 25 commits from cswimr/add-src into main
Showing only changes of commit 16e354aa12 - Show all commits

View file

@ -33,7 +33,6 @@ namespace ZenithInfo.Models
double shieldDps = 0;
double hullDps = 0;
// all percentages are placeholders until david tells me what they're actually supposed to be
if (this.DamageType == DamageTypes.Shield) {
shieldAlpha = baseAlpha;
hullAlpha = baseAlpha * 0.5;