increased sandstorm

This commit is contained in:
Pyritie 2025-11-09 23:15:02 +00:00
parent 119f56fdf8
commit 9d7d4332f3

View file

@ -57,7 +57,7 @@ global.getMarsClimateController = function () {
createWindCallback: function (builder) {
var self = this;
return function (level, pos, calendarTicks) {
const strength = Math.max(0, Math.sin(calendarTicks / 10000) -0.6);
const strength = Math.max(0, Math.sin(calendarTicks / 10000) - 0.4) * 1.2;
const newX = Math.cos(calendarTicks / 2400) * strength;
const newZ = Math.sin(calendarTicks / 2400) * strength;