Skip to content

Commit

Permalink
change pests timer to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
deltanedas committed Dec 21, 2024
1 parent aacf5a1 commit 1e28935
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Resources/Prototypes/GameRules/pests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
path: /Audio/Announcements/attention.ogg
earliestStart: 15
weight: 6
duration: 50
duration: 15 # DeltaV: was 50, used as a delay now
- type: PrecognitionResult # DeltaV - Precogniton
message: psionic-power-precognition-mouse-migration-result-message
- type: VentCrittersRule
Expand All @@ -52,7 +52,7 @@
path: /Audio/Announcements/attention.ogg
earliestStart: 15
weight: 6
duration: 50
duration: 15 # DeltaV: was 50, used as a delay now
minimumPlayers: 30 # Hopefully this is enough for the Rat King's potential Army (it was not, raised from 15 -> 30)
- type: PrecognitionResult # DeltaV - Precogniton
message: psionic-power-precognition-king-rat-migration-result-message
Expand All @@ -79,7 +79,7 @@
startAudio:
path: /Audio/Announcements/attention.ogg
weight: 6
duration: 50
duration: 15 # DeltaV: was 50, used as a delay now
- type: PrecognitionResult # DeltaV - Precogniton
message: psionic-power-precognition-cockroach-migration-result-message
- type: VentCrittersRule
Expand All @@ -98,7 +98,7 @@
startAudio:
path: /Audio/Announcements/attention.ogg
weight: 6
duration: 50
duration: 15 # DeltaV: was 50, used as a delay now
- type: PrecognitionResult # DeltaV - Precogniton
message: psionic-power-precognition-snail-migration-result-message
- type: VentCrittersRule
Expand All @@ -120,7 +120,7 @@
path: /Audio/Announcements/attention.ogg
earliestStart: 15
weight: 6
duration: 50
duration: 15 # DeltaV: was 50, used as a delay now
minimumPlayers: 30
- type: PrecognitionResult # DeltaV - Precogniton
message: psionic-power-precognition-snail-migration-result-message
Expand Down

0 comments on commit 1e28935

Please sign in to comment.