Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Resources/Prototypes/GameRules/dynamic_rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,29 +61,29 @@
- !type:GroupSelector
conditions:
- !type:RoundDurationCondition
min: 2400 # minimum 40 minutes Erida edit
min: 300 # minimum 5 minutes Erida edit
children:
- id: SleeperAgents
weight: 15
conditions:
- !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:
Expand All @@ -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
6 changes: 3 additions & 3 deletions Resources/Prototypes/GameRules/roundstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading