Фиксы метеоров (#410)
* Missing meteor presets (#29044) * add meteors into missing game presets * changes for real * implement code * this too * Revert "Missing meteor presets (#29044)" This reverts commit d6554159b30d395b2ab0a1e47b67efcf895be903. * add: more meteors * add: less meteors --------- Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
rules:
|
||||
- RampingStationEventScheduler
|
||||
- BasicRoundstartVariation
|
||||
- GameRuleMeteorScheduler
|
||||
|
||||
- type: gamePreset
|
||||
id: AllAtOnce
|
||||
@@ -24,6 +25,7 @@
|
||||
- Cult
|
||||
- Wizard
|
||||
- BasicRoundstartVariation
|
||||
- GameRuleMeteorScheduler
|
||||
|
||||
- type: gamePreset
|
||||
id: Extended
|
||||
@@ -175,6 +177,7 @@
|
||||
- Pirates
|
||||
- BasicStationEventScheduler
|
||||
- BasicRoundstartVariation
|
||||
- GameRuleMeteorScheduler
|
||||
|
||||
#WD EDIT START
|
||||
- type: gamePreset
|
||||
@@ -190,6 +193,7 @@
|
||||
- SubGamemodesRule
|
||||
- BasicStationEventScheduler
|
||||
- BasicRoundstartVariation
|
||||
- GameRuleMeteorScheduler
|
||||
|
||||
- type: gamePreset
|
||||
id: Changeling
|
||||
@@ -204,6 +208,7 @@
|
||||
- SubGamemodesRule
|
||||
- BasicStationEventScheduler
|
||||
- BasicRoundstartVariation
|
||||
- GameRuleMeteorScheduler
|
||||
|
||||
- type: gamePreset
|
||||
id: Wizard
|
||||
@@ -219,4 +224,5 @@
|
||||
- SubGamemodesRule
|
||||
- BasicStationEventScheduler
|
||||
- BasicRoundstartVariation
|
||||
- GameRuleMeteorScheduler
|
||||
#WD EDIT END
|
||||
|
||||
Reference in New Issue
Block a user