1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-09 01:33:33 +08:00

minor fix

This commit is contained in:
2022-11-30 02:38:19 +08:00
parent f6b18f85e2
commit 9f8c386ec7

View File

@@ -251,20 +251,20 @@ public class CheatEnabler : BaseUnityPlugin
{
theme.VeinSpot[2] = 2;
theme.VeinSpot[3] = 2;
theme.VeinCount[2] = 0.5f;
theme.VeinCount[3] = 0.5f;
theme.VeinOpacity[2] = 0.5f;
theme.VeinOpacity[3] = 0.5f;
theme.RareVeins = theme.RareVeins.Append(8).ToArray();
theme.RareSettings = theme.RareSettings.Concat(new float[]
theme.VeinCount[2] = 0.7f;
theme.VeinCount[3] = 0.7f;
theme.VeinOpacity[2] = 1f;
theme.VeinOpacity[3] = 1f;
theme.RareVeins = new[] { 8, 9, 10, 11, 12, 13 };
theme.RareSettings = new[]
{
0.3f, 0.5f, 0.7f, 0.5f,
0.3f, 0.5f, 0.7f, 0.5f,
0.3f, 0.5f, 0.7f, 0.5f,
0.3f, 0.5f, 0.7f, 0.5f,
0.3f, 0.5f, 0.7f, 0.5f,
0.3f, 0.5f, 0.7f, 0.5f,
}).ToArray();
1f, 1f, 0.5f, 1f,
1f, 1f, 0.5f, 1f,
1f, 1f, 0.5f, 1f,
1f, 1f, 0.5f, 1f,
1f, 1f, 0.5f, 1f,
1f, 1f, 0.5f, 1f,
};
}
}
}