Skip to content

Commit

Permalink
Merge pull request #218 from Fansana/Nerf-Reagent-Slimes
Browse files Browse the repository at this point in the history
Nerf Reagent Slimes
  • Loading branch information
Fansana authored Sep 29, 2024
2 parents fed7979 + 6d0a6ac commit 5fc0ff6
Showing 1 changed file with 69 additions and 1 deletion.
70 changes: 69 additions & 1 deletion Resources/Prototypes/Entities/Mobs/NPCs/Rslimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,72 @@
- map: [ "enum.DamageStateVisualLayers.Base" ]
state: alive
color: "#c6c8cc"


- type: entity
id: reagentslimeVents
parent: BaseGameRule
noSpawn: true
components:
- type: StationEvent
startAnnouncement: true
earliestStart: 20
reoccurrenceDelay: 12
minimumPlayers: 1
weight: 6 # Really weak compared to other critters
duration: 60
- type: VentCrittersRule
entries:
- id: ReagentSlime
prob: 0.002
- id: ReagentSlimeBeer
prob: 0.002
- id: ReagentSlimePax
prob: 0.002
- id: ReagentSlimeNocturine
prob: 0.002
- id: ReagentSlimeTHC
prob: 0.002
- id: ReagentSlimeBicaridine
prob: 0.002
- id: ReagentSlimeToxin
prob: 0.002
- id: ReagentSlimeNapalm
prob: 0.002
- id: ReagentSlimeOmnizine
prob: 0.002
- id: ReagentSlimeMuteToxin
prob: 0.002
- id: ReagentSlimeNorepinephricAcid
prob: 0.002
- id: ReagentSlimeEphedrine
prob: 0.002
- id: ReagentSlimeRobustHarvest
prob: 0.002
- id: ReagentSlimeIchor
prob: 0.002
- id: ReagentSlimeBleach
prob: 0.002
- id: ReagentSlimeSoap
prob: 0.002
- id: ReagentSlimeSpacelube
prob: 0.002
- id: ReagentSlimeBuzzachloricbees
prob: 0.002
- id: ReagentSlimeWehjuice
prob: 0.002
- id: ReagentCognizine
prob: 0.002
- id: ReagentSlimeNecrosol
prob: 0.002
- id: ReagentSlimeSpaceDrugs
prob: 0.002
- id: ReagentSlimeUnstableMutagen
prob: 0.002
- id: ReagentSlimeLead
prob: 0.002
- id: ReagentSlimechlorinetriflouride
prob: 0.002
- id: ReagentSlimePotassium
prob: 0.002
- id: ReagentSlimeLotophagoiOil
prob: 0.002

0 comments on commit 5fc0ff6

Please sign in to comment.