Skip to content

Commit

Permalink
Start
Browse files Browse the repository at this point in the history
  • Loading branch information
Krosus777 committed Dec 25, 2024
1 parent 4ce509e commit 4fddd10
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
18 changes: 12 additions & 6 deletions Resources/Prototypes/GameRules/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@
components:
- type: GameRule
delay:
min: 10
max: 20
# Corvax-Next-MRP-Start
min: 610 # 10 min
max: 900 # 15 min
# Corvax-Next-MRP-End

- type: entity
id: BaseStationEventShortDelay
Expand Down Expand Up @@ -161,8 +163,10 @@
id: DragonSpawn
components:
- type: StationEvent
weight: 6.5
earliestStart: 40
#Corvax-Next-MRP
weight: 4.5
earliestStart: 80
#Corvax-Next-MRP
reoccurrenceDelay: 20
minimumPlayers: 20
duration: null
Expand Down Expand Up @@ -466,8 +470,10 @@
id: LoneOpsSpawn
components:
- type: StationEvent
#Corvax-Next-MRP-Start
earliestStart: 35
weight: 5.5
weight: 4.5
#Corvax-Next-MRP-End
minimumPlayers: 20
duration: 1
- type: RuleGrids
Expand Down Expand Up @@ -501,7 +507,7 @@
id: SleeperAgents
components:
- type: StationEvent
earliestStart: 30
earliestStart: 75 #Corvax-Next-MRP
weight: 8
minimumPlayers: 15
maxOccurrences: 1 # can only happen once per round
Expand Down
5 changes: 5 additions & 0 deletions Resources/Prototypes/GameRules/roundstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
abstract: true
components:
- type: GameRule
# Corvax-Next-MRP-Start
delay:
min: 610 # 10 min
max: 900 # 15 min
# Corvax-Next-MRP-End

- type: entity
parent: BaseGameRule
Expand Down

0 comments on commit 4fddd10

Please sign in to comment.