mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-09 20:29:06 +07:00
Fixed fire rate %
This commit is contained in:
parent
a1cc3b4b26
commit
93fcd3ad21
@ -250,7 +250,7 @@ public class StatValues{
|
||||
float reloadRate = (baseReload ? 1f : 0f) + maxUsed * multiplier * liquid.heatCapacity;
|
||||
float standardReload = baseReload ? reload : reload / (maxUsed * multiplier * 0.4f);
|
||||
float result = standardReload / (reload / reloadRate);
|
||||
bt.add(Core.bundle.format("bullet.reload", Strings.autoFixed(result, 2)));
|
||||
bt.add(Core.bundle.format("bullet.reload", Strings.autoFixed(result * 100, 1)));
|
||||
}).left().padTop(-9);
|
||||
c.row();
|
||||
}
|
||||
|
@ -25,4 +25,4 @@ org.gradle.caching=true
|
||||
#used for slow jitpack builds; TODO see if this actually works
|
||||
org.gradle.internal.http.socketTimeout=100000
|
||||
org.gradle.internal.http.connectionTimeout=100000
|
||||
archash=c8ce6b0a76
|
||||
archash=7c34a324fd
|
||||
|
Loading…
Reference in New Issue
Block a user