Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more harmless critters from events #2518

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading