знаки зодиака

This commit is contained in:
BIGZi0348
2024-11-13 21:29:02 +03:00
parent fe32c625da
commit 7f2a7ed621

View File

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