修改热量控制

This commit is contained in:
RB
2025-03-16 22:40:45 +08:00
parent 740dc38e96
commit 6d581c4c04
6 changed files with 8727 additions and 8701 deletions

View File

@@ -103,6 +103,7 @@ inline float CalculateRpm(float bullet_speed, float fric_radius, bool is17mm) {
if (is17mm) {
if (bullet_speed == 15.0f) return 4670.f;
if (bullet_speed == 18.0f) return 5200.f;
if (bullet_speed == 25.0f) return 6600.f;
if (bullet_speed == 30.0f) return 7350.f;
} else {
if (bullet_speed == 10.0f) return 4450.f;