Skip to content

Commit

Permalink
more harmless critters from events
Browse files Browse the repository at this point in the history
  • Loading branch information
deltanedas committed Dec 23, 2024
1 parent 3204e46 commit f086690
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Resources/Prototypes/DeltaV/GameRules/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
- type: PrecognitionResult
message: psionic-power-precognition-xeno-vents-result-message
- type: VentCrittersRule
table: !type:GroupSelector # DeltaV: EntityTable instead of spawn entries
table: !type:GroupSelector
children:
- id: MobXeno
weight: 0.55
Expand Down Expand Up @@ -80,7 +80,8 @@
- type: PrecognitionResult
message: psionic-power-precognition-mothroach-spawn-result-message
- type: VentCrittersRule
table: # DeltaV: EntityTable instead of spawn entries
playerRatio: 15 # mothroaches aren't dangerous, but don't need as many as mice
table:
id: MobMothroach

- type: entity
Expand Down
9 changes: 9 additions & 0 deletions Resources/Prototypes/GameRules/pests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
- type: PrecognitionResult # DeltaV - Precogniton
message: psionic-power-precognition-mouse-migration-result-message
- type: VentCrittersRule
min: 3 # DeltaV
max: 4 # DeltaV
playerRatio: 8 # DeltaV: Mice aren't dangerous
table: !type:GroupSelector # DeltaV: EntityTable instead of spawn entries
children:
- id: MobMouse
Expand All @@ -54,6 +57,9 @@
- type: PrecognitionResult # DeltaV - Precogniton
message: psionic-power-precognition-king-rat-migration-result-message
- type: VentCrittersRule
min: 3 # DeltaV
max: 4 # DeltaV
playerRatio: 8 # DeltaV: Mice aren't dangerous
table: !type:GroupSelector # DeltaV: EntityTable instead of spawn entries
children:
- id: MobMouse
Expand All @@ -77,6 +83,7 @@
- type: PrecognitionResult # DeltaV - Precogniton
message: psionic-power-precognition-cockroach-migration-result-message
- type: VentCrittersRule
playerRatio: 8 # DeltaV: Cockroaches aren't dangerous
table: !type:GroupSelector # DeltaV: EntityTable instead of spawn entries
children:
- id: MobCockroach
Expand All @@ -97,6 +104,7 @@
- type: PrecognitionResult # DeltaV - Precogniton
message: psionic-power-precognition-snail-migration-result-message
- type: VentCrittersRule
playerRatio: 20 # DeltaV: Snails aren't dangerous, but they should be more special
table: !type:GroupSelector # DeltaV: EntityTable instead of spawn entries
children:
- id: MobSnail
Expand All @@ -118,6 +126,7 @@
- type: PrecognitionResult # DeltaV - Precogniton
message: psionic-power-precognition-snail-migration-result-message
- type: VentCrittersRule
playerRatio: 20 # DeltaV: Snails aren't dangerous, but they should be more special
table: !type:GroupSelector # DeltaV: EntityTable instead of spawn entries
children:
- id: MobSnail
Expand Down

0 comments on commit f086690

Please sign in to comment.