From a3387f063aad797b8e4105b5fdc42de7c8413dc5 Mon Sep 17 00:00:00 2001 From: comasqw <138010940+comasqw@users.noreply.github.com> Date: Thu, 20 Jun 2024 21:32:09 +0400 Subject: [PATCH 1/2] =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BF=D1=80=D0=BE=D0=BC=D0=B5=D0=B6=D1=83=D1=82?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=BC=D0=B5=D0=B6=D0=B4=D1=83=20=D1=81=D0=BF?= =?UTF-8?q?=D0=B0=D0=B2=D0=BD=D0=BE=D0=BC=20=D0=BC=D0=B5=D1=82=D0=B5=D0=BE?= =?UTF-8?q?=D1=80=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Shared/CCVar/CCVars.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index 7cc1b341a97..e8805762034 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -128,13 +128,13 @@ public static readonly CVarDef /// Minimum time between meteor swarms in minutes. /// public static readonly CVarDef - MeteorSwarmMinTime = CVarDef.Create("events.meteor_swarm_min_time", 7.5f, CVar.ARCHIVE | CVar.SERVERONLY); + MeteorSwarmMinTime = CVarDef.Create("events.meteor_swarm_min_time", 35f, CVar.ARCHIVE | CVar.SERVERONLY); /// /// Maximum time between meteor swarms in minutes. /// public static readonly CVarDef - MeteorSwarmMaxTime = CVarDef.Create("events.meteor_swarm_max_time", 12.5f, CVar.ARCHIVE | CVar.SERVERONLY); + MeteorSwarmMaxTime = CVarDef.Create("events.meteor_swarm_max_time", 45f, CVar.ARCHIVE | CVar.SERVERONLY); /* * Game From f099b484533bb8644bf204a6846a3f2c5e2e72ee Mon Sep 17 00:00:00 2001 From: comasqw <138010940+comasqw@users.noreply.github.com> Date: Thu, 20 Jun 2024 22:01:28 +0400 Subject: [PATCH 2/2] =?UTF-8?q?=D1=82=D0=B2=D0=B8=D0=BA=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Shared/CCVar/CCVars.cs | 4 ++-- Resources/ConfigPresets/Corvax/common.toml | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index e8805762034..7cc1b341a97 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -128,13 +128,13 @@ public static readonly CVarDef /// Minimum time between meteor swarms in minutes. /// public static readonly CVarDef - MeteorSwarmMinTime = CVarDef.Create("events.meteor_swarm_min_time", 35f, CVar.ARCHIVE | CVar.SERVERONLY); + MeteorSwarmMinTime = CVarDef.Create("events.meteor_swarm_min_time", 7.5f, CVar.ARCHIVE | CVar.SERVERONLY); /// /// Maximum time between meteor swarms in minutes. /// public static readonly CVarDef - MeteorSwarmMaxTime = CVarDef.Create("events.meteor_swarm_max_time", 45f, CVar.ARCHIVE | CVar.SERVERONLY); + MeteorSwarmMaxTime = CVarDef.Create("events.meteor_swarm_max_time", 12.5f, CVar.ARCHIVE | CVar.SERVERONLY); /* * Game diff --git a/Resources/ConfigPresets/Corvax/common.toml b/Resources/ConfigPresets/Corvax/common.toml index 781c4b3f921..8217b8b54a2 100644 --- a/Resources/ConfigPresets/Corvax/common.toml +++ b/Resources/ConfigPresets/Corvax/common.toml @@ -14,6 +14,10 @@ appeal = "https://discord.ss14.ru" [viewport] maximum_width = 26 +[events] +meteor_swarm_min_time = 30 +meteor_swarm_max_time = 45 + [game] lobbyduration = 360 secret_weight_prototype = "CorvaxSecretDefault"