Difference between revisions of "User:Zesty"

From RimWorld Wiki
Jump to navigation Jump to search
m (→‎Sandbox: Testing math formulas to calculate warm-up/cooldown for weapon infoboxes)
m (Testing math formulas for DPS)
Line 16: Line 16:
 
Testing area for stuff. Please don't touch it.
 
Testing area for stuff. Please don't touch it.
  
40 ticks divided by 60 seconds = {{ #expr: (40/60)round2 }}
+
Pistol warmup = 68, cooldown = 40
 +
 
 +
68 ticks divided by 60 seconds = {{ #expr: (68/60)round2 }} seconds of warm-up
 +
 
 +
40 ticks divided by 60 seconds = {{ #expr: (40/60)round2 }} seconds of cooldown
 +
 
 +
{{math|big=1|DPS {{=}} Damage ÷ { [Cooldown + Warmup + (Burst Ticks × (Burst Count - 1)] ÷ 60 ticks per second } }}
 +
 
 +
DPS = {{ #expr: 10 / ((40 + 68 + (0 * 0))/60) }}  
  
 
<onlyinclude>
 
<onlyinclude>

Revision as of 21:32, 19 August 2014

Author of the "Better Guns" mod.

If you need to reach me, you can do so via Steam: http://steamcommunity.com/id/ZestyLemons/

Contributions

Modding

Sandbox

Testing area for stuff. Please don't touch it.

Pistol warmup = 68, cooldown = 40

68 ticks divided by 60 seconds = 1.13 seconds of warm-up

40 ticks divided by 60 seconds = 0.67 seconds of cooldown

DPS = Damage ÷ { [Cooldown + Warmup + (Burst Ticks × (Burst Count - 1)] ÷ 60 ticks per second }


DPS = 5.5555555555556


Lee-Enfield

Lee-Enfield

Base Stats

Type
EquipmentWeapons
Weapon Class
Rifle

Building

Placeable
Yes

Ranged Combat

Mode
Single-Shot
Damage
18 dmg
Warm-Up
182 ticks (3.03 secs)
Cooldown
40 ticks (0.67 secs)
Range
37 tile(s)
Accuracy
96%-96%-92%-88%
Velocity
70 (m/s)
Burst Count
1 (per burst)
Miss Radius
0 tile(s)
Blast Radius
0
DPS
4.86