Skip to content

Commit

Permalink
Выключил метеориты
Browse files Browse the repository at this point in the history
  • Loading branch information
VigersRay committed Nov 14, 2024
1 parent 8cf5db6 commit bbb9f06
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 22 deletions.
9 changes: 9 additions & 0 deletions Resources/Changelog/ChangelogSunrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6040,3 +6040,12 @@
type: Remove
id: 415
time: '2024-11-13T10:37:23.398349+00:00'
- author: VigersRay
changes:
- message: "\u041E\u0442\u043A\u043B\u044E\u0447\u0435\u043D\u044B \u0430\u0432\u0442\
\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0435 \u043C\u0435\
\u0442\u0435\u043E\u0440\u0438\u0442\u043D\u044B\u0435 \u0434\u043E\u0436\u0434\
\u0438."
type: Remove
id: 416
time: '2024-11-14T01:46:47.182799+00:00'
37 changes: 20 additions & 17 deletions Resources/Prototypes/GameRules/meteorswarms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,35 +56,38 @@
id: MeteorSwarmScheduler
components:
- type: GameRule
- type: BasicStationEventScheduler
minimumTimeUntilFirstEvent: 600 # 10 min
minMaxEventTiming:
min: 750 # 12.5 min
max: 930 # 17.5 min
scheduledGameRules: !type:NestedSelector
tableId: BasicMeteorSwarmEventsTable
# Sunrise-Edit: No meteorites
# - type: BasicStationEventScheduler
# minimumTimeUntilFirstEvent: 600 # 10 min
# minMaxEventTiming:
# min: 750 # 12.5 min
# max: 930 # 17.5 min
# scheduledGameRules: !type:NestedSelector
# tableId: BasicMeteorSwarmEventsTable

- type: entity
parent: BaseGameRule
id: MeteorSwarmMildScheduler
components:
- type: GameRule
- type: BasicStationEventScheduler
minimumTimeUntilFirstEvent: 600 # 10 min
minMaxEventTiming:
min: 750 # 12.5 min
max: 930 # 17.5 min
scheduledGameRules: !type:NestedSelector
tableId: MeteorSwarmMildTable
# Sunrise-Edit: No meteorites
# - type: BasicStationEventScheduler
# minimumTimeUntilFirstEvent: 600 # 10 min
# minMaxEventTiming:
# min: 750 # 12.5 min
# max: 930 # 17.5 min
# scheduledGameRules: !type:NestedSelector
# tableId: MeteorSwarmMildTable

- type: entity
parent: BaseGameRule
id: KesslerSyndromeScheduler
components:
- type: GameRule
- type: RampingStationEventScheduler
scheduledGameRules: !type:NestedSelector
tableId: BasicMeteorSwarmEventsTable
# Sunrise-Edit: No meteorites
# - type: RampingStationEventScheduler
# scheduledGameRules: !type:NestedSelector
# tableId: BasicMeteorSwarmEventsTable

# Game Rules

Expand Down
10 changes: 5 additions & 5 deletions Resources/Prototypes/game_presets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- junk
- meteorhell
name: kessler-syndrome-title
showInVote: true # Sunrise-Edit
showInVote: false # Sunrise-Edit
hide: true # Sunrise-Edit
description: kessler-syndrome-description
rules:
Expand Down Expand Up @@ -208,7 +208,7 @@
description: rev-description
showInVote: true # Sunrise-Edit
hide: true # Sunrise-Edit
minPlayers: 15 # Sunrise-Edit: 50 players for REVOLUTIONARY
minPlayers: 15 # Sunrise-Edit: 15 players for REVOLUTIONARY
rules:
- Revolutionary
- SubGamemodesRule
Expand Down Expand Up @@ -245,9 +245,9 @@
- meteombies
name: zombieteors-title
description: zombieteors-description
showInVote: true # Sunrise-Edit
showInVote: false # Sunrise-Edit
hide: true # Sunrise-Edit
minPlayers: 20 # Sunrise-Edit: 50 players for ZOMBIES
minPlayers: 20 # Sunrise-Edit: 20 players for ZOMBIES
rules:
- Zombie
- BasicStationEventScheduler
Expand All @@ -271,7 +271,7 @@
- BasicStationEventScheduler
- MeteorSwarmScheduler
- BasicRoundstartVariation

- type: gamePreset
id: Vampire
alias:
Expand Down

0 comments on commit bbb9f06

Please sign in to comment.