1. Many of you were complaining that melee weapons weren’t competitive enough. So, in this update we are increasing the basic damage of Stinger, Drill and Chainsaw. These weapons will now be more powerful.

2. We also fixed the problem with toolboxes not being as effective for laser as for other weapons:
- We changed the toolbox formula so that applying toolbox to the laser now gives more damage. Damage number will now correctly translate into damage per second.
- To prevent laser from becoming too overpowered, we slightly decreased its basic damage.

Before:
Basic Damage * 2.5 (the Laser fires every 2.5 seconds) + Toolboxes = Total Damage
300 * 2.5 + 50 = 800
After:
(Basic Damage + Toolboxes) * 2.5 = Total Damage
(300 + 50) * 2.5 = 875

3. Finally, basic damage of the Minigun has been increased, as well as Minigun’s fire rate (from 3 shots per second to 5 shots per second), but the toolboxes effect for this weapon has been decreased to prevent it from becoming too overpowered.

Before:
(Basic Damage + Toolbox) * 3 = Total Damage
(300/3 + 50) * 3 = 450
After:
Now the fire rate is 5 and toolboxes are in the basic damage already:
(300/5 + 50/5) * 5 = 70 * 5 = 350

Basically, you can now say that the formula for calculating the Minigun damage is this:
Basic damage + Toolboxes = Total Damage
300 + 50 = 350