fix events starting instantly (#16134)

This commit is contained in:
Nemanja
2023-05-05 21:24:16 -04:00
committed by GitHub
parent 145dbf69cb
commit 3cc4f6bf61

View File

@@ -5,7 +5,7 @@
components: components:
- type: StationEvent - type: StationEvent
weight: 10 weight: 10
startAfter: 30 startDelay: 30
duration: 35 duration: 35
- type: AnomalySpawnRule - type: AnomalySpawnRule
@@ -16,7 +16,7 @@
components: components:
- type: StationEvent - type: StationEvent
weight: 5 weight: 5
startAfter: 30 startDelay: 30
duration: 35 duration: 35
- type: BluespaceArtifactRule - type: BluespaceArtifactRule
@@ -118,7 +118,7 @@
earliestStart: 10 earliestStart: 10
minimumPlayers: 5 minimumPlayers: 5
weight: 5 weight: 5
startAfter: 20 startDelay: 20
- type: GasLeakRule - type: GasLeakRule
- type: entity - type: entity
@@ -130,7 +130,7 @@
earliestStart: 15 earliestStart: 15
minimumPlayers: 15 minimumPlayers: 15
weight: 5 weight: 5
startAfter: 50 startDelay: 50
duration: 240 duration: 240
- type: KudzuGrowthRule - type: KudzuGrowthRule
@@ -150,7 +150,7 @@
params: params:
volume: -4 volume: -4
duration: null #ending is handled by MeteorSwarmRule duration: null #ending is handled by MeteorSwarmRule
startAfter: 30 startDelay: 30
- type: MeteorSwarmRule - type: MeteorSwarmRule
- type: entity - type: entity
@@ -178,7 +178,7 @@
path: /Audio/Announcements/power_off.ogg path: /Audio/Announcements/power_off.ogg
params: params:
volume: -4 volume: -4
startAfter: 12 startDelay: 12
duration: 60 duration: 60
maxDuration: 120 maxDuration: 120
- type: PowerGridCheckRule - type: PowerGridCheckRule
@@ -228,7 +228,7 @@
earliestStart: 15 earliestStart: 15
minimumPlayers: 15 minimumPlayers: 15
weight: 5 weight: 5
startAfter: 50 startDelay: 50
duration: 60 duration: 60
- type: VentClogRule - type: VentClogRule