Missing meteor presets (#29044)
* add meteors into missing game presets * changes for real * implement code * this too
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
components:
|
||||
- type: GameRule
|
||||
minPlayers: 25
|
||||
cancelPresetOnTooFewPlayers: false
|
||||
- type: MeteorScheduler
|
||||
|
||||
- type: weightedRandomEntity
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
description: survival-description
|
||||
rules:
|
||||
- RampingStationEventScheduler
|
||||
- GameRuleMeteorScheduler
|
||||
- BasicRoundstartVariation
|
||||
|
||||
- type: gamePreset
|
||||
@@ -20,6 +21,7 @@
|
||||
- Revolutionary
|
||||
- Zombie
|
||||
- RampingStationEventScheduler
|
||||
- GameRuleMeteorScheduler
|
||||
|
||||
- type: gamePreset
|
||||
id: Extended
|
||||
@@ -44,6 +46,7 @@
|
||||
description: greenshift-description
|
||||
rules:
|
||||
- BasicRoundstartVariation
|
||||
- GameRuleMeteorScheduler
|
||||
|
||||
- type: gamePreset
|
||||
id: Secret
|
||||
|
||||
Reference in New Issue
Block a user