Skip to content

Commit

Permalink
Events flip (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Sep 27, 2023
1 parent 0f7d408 commit 671fa1e
Showing 1 changed file with 44 additions and 44 deletions.
88 changes: 44 additions & 44 deletions Resources/Prototypes/GameRules/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,31 +140,29 @@
# startDelay: 30
# - type: MeteorSwarmRule

- type: entity
id: MouseMigration
parent: BaseGameRule
noSpawn: true
components:
- type: StationEvent
earliestStart: 30
minimumPlayers: 15
weight: 5
duration: 50
- type: VentCrittersRule
entries:
- id: MobMouse
prob: 0.015
- id: MobMouse1
prob: 0.015
- id: MobMouse2
prob: 0.015
- id: MobMothroach
prob: 0.015
- id: MobRatServant
prob: 0.015
specialEntries:
- id: SpawnPointGhostRatKing
prob: 0.005
# - type: entity
# id: MouseMigration
# parent: BaseGameRule
# noSpawn: true
# components:
# - type: StationEvent
# earliestStart: 30
# minimumPlayers: 15
# weight: 5
# duration: 50
# - type: VentCrittersRule
# entries:
# - id: MobMouse
# prob: 0.015
# - id: MobMouse1
# prob: 0.015
# - id: MobMouse2
# prob: 0.015
# - id: MobRatServant
# prob: 0.015
# specialEntries:
# - id: SpawnPointGhostRatKing
# prob: 0.005

# - type: entity
# id: PowerGridCheck
Expand Down Expand Up @@ -234,25 +232,27 @@
# duration: 60
# - type: VentClogRule

# - type: entity
# id: VentCritters
# parent: BaseGameRule
# noSpawn: true
# components:
# - type: StationEvent
# id: VentCritters
# earliestStart: 15
# minimumPlayers: 15
# weight: 5
# duration: 60
# - type: VentCrittersRule
# entries:
# - id: MobMouse
# prob: 0.02
# - id: MobMouse1
# prob: 0.02
# - id: MobMouse2
# prob: 0.02
- type: entity
id: VentCritters
parent: BaseGameRule
noSpawn: true
components:
- type: StationEvent
id: VentCritters
earliestStart: 15
minimumPlayers: 15
weight: 5
duration: 60
- type: VentCrittersRule
entries:
- id: MobMouse
prob: 0.02
- id: MobMouse1
prob: 0.02
- id: MobMouse2
prob: 0.02
- id: MobMothroach
prob: 0.015

# - type: entity
# id: SlimesSpawn
Expand Down

0 comments on commit 671fa1e

Please sign in to comment.