diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index e1982e7c18..563d901393 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -75,7 +75,8 @@ - type: StationEvent weight: 5 duration: 1 - minimumPlayers: 10 + earliestStart: 30 # Honk edit + minimumPlayers: 30 # Honk from 10 to 30 - type: RandomEntityStorageSpawnRule prototype: MobSkeletonCloset @@ -87,9 +88,9 @@ - type: StationEvent weight: 6.5 duration: 1 - earliestStart: 40 + earliestStart: 60 # Honk from 40 to 60 reoccurrenceDelay: 20 - minimumPlayers: 20 + minimumPlayers: 30 # Honk from 20 to 30 - type: RandomSpawnRule prototype: SpawnPointGhostDragon @@ -115,7 +116,7 @@ weight: 7.5 duration: 1 earliestStart: 45 - minimumPlayers: 20 + minimumPlayers: 30 # Honk from 20 to 30 - type: RandomSpawnRule prototype: MobRevenant @@ -181,7 +182,7 @@ - id: MobMouse2 prob: 0.02 - id: MobMouseCancer - prob: 0.001 + prob: 0.01 # Honk from 0.001 to 0.01 specialEntries: - id: SpawnPointGhostRatKing prob: 0.001 @@ -322,7 +323,7 @@ weight: 4 duration: 1 earliestStart: 30 - minimumPlayers: 20 + minimumPlayers: 30 # Honk from 20 to 30 - type: RandomSpawnRule prototype: SpawnPointGhostTerminator @@ -352,7 +353,7 @@ startAudio: path: /Audio/Announcements/attention.ogg startDelay: 10 - earliestStart: 20 + earliestStart: 30 # Honk from 20 to 30 minimumPlayers: 15 weight: 3 duration: 60 @@ -375,7 +376,7 @@ startAudio: path: /Audio/Announcements/attention.ogg startDelay: 10 - earliestStart: 20 + earliestStart: 30 # Honk from 20 to 30 minimumPlayers: 15 weight: 3 duration: 60 @@ -413,8 +414,8 @@ startAudio: path: /Audio/Announcements/attention.ogg startDelay: 10 - earliestStart: 20 - minimumPlayers: 20 + earliestStart: 30 # Honk from 20 to 30 + minimumPlayers: 30 # Honk from 20 to 30 weight: 1.5 duration: 60 - type: VentCrittersRule @@ -462,7 +463,7 @@ noSpawn: true components: - type: StationEvent - earliestStart: 35 + earliestStart: 45 # Honk from 35 to 45 weight: 4.5 minimumPlayers: 20 duration: 1 @@ -498,8 +499,8 @@ - type: StationEvent earliestStart: 30 weight: 8 - minimumPlayers: 15 - maxOccurrences: 1 # can only happen once per round + minimumPlayers: 20 # Honk from 15 to 20 + maxOccurrences: 2 # Honk from 1 to 2 startAnnouncement: station-event-communication-interception startAudio: path: /Audio/Announcements/intercept.ogg @@ -544,7 +545,7 @@ weight: 3.5 duration: 1 earliestStart: 30 - minimumPlayers: 20 + minimumPlayers: 30 # Honk from 20 to 30 - type: ImmovableRodRule rodPrototypes: - id: ImmovableRodKeepTilesStill @@ -595,6 +596,7 @@ weight: 5 - type: MobReplacementRule +# Honk - type: entity id: SpaceLawChange parent: BaseGameRule @@ -602,6 +604,6 @@ components: - type: StationEvent weight: 5 - reoccurrenceDelay: 20 + reoccurrenceDelay: 30 duration: 1 - type: SpaceLawChangeRule