Skip to content

Commit

Permalink
Add Mothroach ventcritter event (#341)
Browse files Browse the repository at this point in the history
* mothroach event

* slightly more
  • Loading branch information
FluffiestFloof authored Oct 28, 2023
1 parent e89e034 commit b53602d
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion Resources/Prototypes/DeltaV/GameRules/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,19 @@
prob: 0.005
- id: MobXenoQueen
prob: 0.005


- type: entity
id: MothroachSpawn
parent: BaseGameRule
noSpawn: true
components:
- type: StationEvent
id: VentCritters
earliestStart: 15
minimumPlayers: 15
weight: 4
duration: 60
- type: VentCrittersRule
entries:
- id: MobMothroach
prob: 0.05

0 comments on commit b53602d

Please sign in to comment.