Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweak event weights #1253

Merged
merged 3 commits into from
May 26, 2024
Merged
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
68 changes: 34 additions & 34 deletions Resources/Prototypes/GameRules/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
noSpawn: true
components:
- type: StationEvent
weight: 10
weight: 8 # DeltaV - was 10
duration: 1
minimumPlayers: 10
- type: RandomEntityStorageSpawnRule
Expand All @@ -87,9 +87,9 @@
- type: StationEvent
weight: 1 # DeltaV - was 5
duration: 1
earliestStart: 45
earliestStart: 60 # DeltaV - was 45
reoccurrenceDelay: 60
minimumPlayers: 20
minimumPlayers: 45 # DeltaV - was 20
- type: RandomSpawnRule
prototype: SpawnPointGhostDragon

Expand All @@ -99,9 +99,9 @@
noSpawn: true
components:
- type: StationEvent
weight: 3 # DeltaV - was 10
weight: 5 # DeltaV - was 10
duration: 1
earliestStart: 45 # DeltaV - was 30
earliestStart: 30
reoccurrenceDelay: 60
minimumPlayers: 40
- type: NinjaSpawnRule
Expand Down Expand Up @@ -152,7 +152,7 @@
components:
- type: StationEvent
earliestStart: 15
minimumPlayers: 15
minimumPlayers: 10 # DeltaV - Was 15
weight: 5
startDelay: 50
duration: 240
Expand Down Expand Up @@ -187,8 +187,8 @@
startAudio:
path: /Audio/Announcements/attention.ogg
startDelay: 10
earliestStart: 30
minimumPlayers: 35
earliestStart: 20 #DeltaV - was 30
minimumPlayers: 25 #DeltaV - was 35
weight: 5
duration: 50
- type: VentCrittersRule
Expand Down Expand Up @@ -280,7 +280,7 @@
- Security
- Service
- Supply
extraCount: 2
extraCount: 3 # DeltaV - was 2
lightBreakChancePerSecond: 0.0003
doorToggleChancePerSecond: 0.001

Expand All @@ -306,9 +306,9 @@
startAnnouncement: station-event-vent-clog-start-announcement
startAudio:
path: /Audio/Announcements/ventclog.ogg # DeltaV - custom announcer
earliestStart: 15
earliestStart: 20 # DeltaV - was 15
minimumPlayers: 15
weight: 5
weight: 7.5 # DeltaV - was 5
startDelay: 50
duration: 60
- type: VentClogRule
Expand Down Expand Up @@ -378,24 +378,24 @@
- id: MobGiantSpiderAngry
prob: 0.05

# - type: entity # DeltaV - Prevent normal spawning of MobClownSpider
# id: SpiderClownSpawn
# parent: BaseGameRule
# noSpawn: true
# components:
# - type: StationEvent
# startAnnouncement: station-event-vent-creatures-start-announcement
# startAudio:
# path: /Audio/Announcements/attention.ogg
# startDelay: 10
# earliestStart: 20
# minimumPlayers: 15
# weight: 1
# duration: 60
# - type: VentCrittersRule
# entries:
# - id: MobClownSpider
# prob: 0.05
- type: entity
id: SpiderClownSpawn
parent: BaseGameRule
noSpawn: true
components:
- type: StationEvent
startAnnouncement: station-event-vent-creatures-start-announcement
startAudio:
path: /Audio/Announcements/attention.ogg
startDelay: 10
earliestStart: 45 # DeltaV - was 20
minimumPlayers: 30 # DeltaV - was 15
weight: 1
duration: 60
- type: VentCrittersRule
entries:
- id: MobClownSpider
prob: 0.03 # DeltaV - was 0.05

- type: entity
id: ZombieOutbreak
Expand All @@ -411,7 +411,7 @@
- type: AntagSelection
definitions:
- prefRoles: [ InitialInfected ]
max: 3
max: 4 # DeltaV - was 3
playerRatio: 10
blacklist:
components:
Expand All @@ -438,8 +438,8 @@
components:
- type: StationEvent
earliestStart: 60 # DeltaV - was 45
weight: 3 # DeltaV - was 5
minimumPlayers: 20
weight: 3.5 # DeltaV - was 5
minimumPlayers: 30 # DeltaV - was 20
reoccurrenceDelay: 30
duration: 1
- type: LoadMapRule
Expand Down Expand Up @@ -501,7 +501,7 @@
duration: 150
maxDuration: 300
- type: MassHallucinationsRule
minTimeBetweenIncidents: 0.1
minTimeBetweenIncidents: 30 # DeltaV - was 0.1
maxTimeBetweenIncidents: 300
maxSoundDistance: 7
sounds:
Expand Down Expand Up @@ -554,7 +554,7 @@
components:
- type: StationEvent
weight: 10
reoccurrenceDelay: 20
reoccurrenceDelay: 30 #DeltaV - Was 20 #20 mins feels too short, and can scramble borgs way too much
duration: 1
- type: IonStormRule

Expand Down
Loading