From 7fe92032ccde8523ef6a191c6f82801bb62a1c43 Mon Sep 17 00:00:00 2001 From: vanomorodellefake Date: Wed, 10 Jun 2026 01:02:18 +0500 Subject: [PATCH] Round Rules changes --- Resources/Prototypes/GameRules/dynamic_rules.yml | 12 ++++++------ Resources/Prototypes/GameRules/roundstart.yml | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Resources/Prototypes/GameRules/dynamic_rules.yml b/Resources/Prototypes/GameRules/dynamic_rules.yml index 5ed00940f3d..e77148e0824 100644 --- a/Resources/Prototypes/GameRules/dynamic_rules.yml +++ b/Resources/Prototypes/GameRules/dynamic_rules.yml @@ -61,7 +61,7 @@ - !type:GroupSelector conditions: - !type:RoundDurationCondition - min: 2400 # minimum 40 minutes Erida edit + min: 300 # minimum 5 minutes Erida edit children: - id: SleeperAgents weight: 15 @@ -69,21 +69,21 @@ - !type:HasBudgetCondition - !type:MaxRuleOccurenceCondition - !type:RoundDurationCondition - min: 2400 # minimum 40 minutes Erida edit + min: 900 # minimum 15 minutes Erida edit - id: DragonSpawn weight: 15 conditions: - !type:HasBudgetCondition - !type:MaxRuleOccurenceCondition - !type:RoundDurationCondition - min: 4800 # 80 minutes Erida edit + min: 900 # 15 minutes Erida edit - id: NinjaSpawn weight: 20 conditions: - !type:HasBudgetCondition - !type:MaxRuleOccurenceCondition - !type:RoundDurationCondition - min: 2400 # minimum 40 minutes Erida edit + min: 900 # minimum 15 minutes Erida edit - id: ParadoxCloneSpawn weight: 25 conditions: @@ -109,11 +109,11 @@ - !type:PlayerCountCondition min: 20 - !type:RoundDurationCondition - min: 4800 # 80 minutes Erida edit + min: 2100 # 35 minutes Erida edit # - id: NightmareSpawn # Erida-edit # weight: 15 # conditions: # - !type:HasBudgetCondition # - !type:MaxRuleOccurenceCondition # - !type:RoundDurationCondition - # min: 3600 # 60 minutes Erida edit + # min: 1200 # 20 minutes diff --git a/Resources/Prototypes/GameRules/roundstart.yml b/Resources/Prototypes/GameRules/roundstart.yml index 808c46b7004..edd778c6817 100644 --- a/Resources/Prototypes/GameRules/roundstart.yml +++ b/Resources/Prototypes/GameRules/roundstart.yml @@ -415,10 +415,10 @@ components: - type: BasicStationEventScheduler # Erida start - minimumTimeUntilFirstEvent: 300 # 5 min + minimumTimeUntilFirstEvent: 150 # 2.5 min minMaxEventTiming: - min: 450 # 7.5 min - max: 750 # 12.5 mis + min: 300 # 5 min + max: 480 # 8 min # Erida end scheduledGameRules: !type:NestedSelector tableId: BasicGameRulesTable