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

Balance Events MRP #192

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
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
Loading