Draw Speed changes applying Inversely
AtomicWaffle14 opened this issue ยท 0 comments
I've been trying to change the bow draw speeds of various materials and I was really confused until I realized that your draw speed modifier is applied as a draw rate and not as the draw time. It is dividing by the inputted number, not setting it as the time to draw the bow.
Here's an example:
aluminum: 200 : 9 : 3.4 : d : 1.1 : d : d : 0.7 : 0.5 : 0.5
The draw speed is set as 0.7, so I expect it to take 0.7 seconds to draw the bow. However, it actually takes 1/0.7 seconds to draw the bow, which comes out as 1.43.
This makes applying changes confusing because tinkers' construct uses draw times. Can there be a setting to make this draw speed applied as a time instead?