This commit is contained in:
GukSang.Jin
2026-05-19 19:37:13 +08:00
parent 1e1f1e930e
commit b2286cd514
5 changed files with 16 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ namespace TabletTester2025.Services
412 => 5.0f + (float)_rand.NextDouble() * 2, // 脆碎度前重
414 => 4.9f + (float)_rand.NextDouble() * 2, // 后重
300 => 37.0f, // 温度
340 => 50f, // 溶出速度1(r/min)
350 => 50f, // 溶出速度2(r/min)
400 => 50 + (float)_rand.NextDouble() * 30, // 转速
402 => 70 + (float)_rand.NextDouble() * 30, // 溶出度%
404 => 70 + (float)_rand.NextDouble() * 30, // 溶出2溶出度%