Skip to content

Commit

Permalink
refactor: Add missing weapon modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
octfx committed Mar 9, 2024
1 parent e0db2ba commit 5ef26b3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Loader/scdb.Xml/Entities/SWeaponStats.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ public class SWeaponStats
[XmlAttribute]
public double damageMultiplier;

[XmlAttribute]
public double damageOverTimeMultiplier;

[XmlAttribute]
public double projectileSpeedMultiplier;

[XmlAttribute]
public double pellets;

Expand All @@ -31,6 +37,9 @@ public class SWeaponStats
[XmlAttribute]
public double soundRadiusMultiplier;

[XmlAttribute]
public double chargeTimeMultiplier;

[XmlAttribute]
public bool useAlternateProjectileVisuals;

Expand Down

0 comments on commit 5ef26b3

Please sign in to comment.