更新2026

This commit is contained in:
GukSang.Jin
2026-05-20 15:21:03 +08:00
parent 0cba5198f2
commit b79c34bba7
4 changed files with 21 additions and 22 deletions

View File

@@ -19,6 +19,7 @@ namespace TabletTester2025.Services
{
72 => 40 + (float)_rand.NextDouble() * 20, // 硬度最大采集力
100 => 40 + (float)_rand.NextDouble() * 20, // 硬度 40~60N
82 => _rand.Next(0, 101), // 脆碎实时圈数
410 => 100f, // 脆碎圈数
412 => 5.0f + (float)_rand.NextDouble() * 2, // 脆碎度前重
414 => 4.9f + (float)_rand.NextDouble() * 2, // 后重
@@ -41,7 +42,6 @@ namespace TabletTester2025.Services
{
int value = startAddress switch
{
82 => _rand.Next(0, 101), // 脆碎实时圈数
410 => 100, // 脆碎圈数
430 => 30, // 溶出1时间(min)
440 => 30, // 溶出2时间(min)