Skip to content

Commit

Permalink
Adjusts again
Browse files Browse the repository at this point in the history
  • Loading branch information
kamronbatman committed Feb 6, 2025
1 parent 91051a5 commit eedee63
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ public BaseInstrument(int itemID, int wellSound, int badlySound) : base(itemID)
_usesRemaining = Utility.RandomMinMax(InitMinUses, InitMaxUses);
}

public virtual int InitMinUses => Core.UOR ? 350 : 150;
public virtual int InitMaxUses => Core.UOR ? 450 : 200;
public virtual int InitMinUses => Core.UOR ? 350 : 100;
public virtual int InitMaxUses => Core.UOR ? 450 : 150;

public virtual TimeSpan ChargeReplenishRate => TimeSpan.FromMinutes(5.0);

Expand Down

0 comments on commit eedee63

Please sign in to comment.