From dab9bd69c618e67ac1f6b92fc9f4140f16a50030 Mon Sep 17 00:00:00 2001 From: Victor Shen <71985089+Vexerot@users.noreply.github.com> Date: Thu, 24 Apr 2025 21:02:03 -0700 Subject: [PATCH] Add Bloodstream to Goliaths (#33305) --- Resources/Prototypes/Entities/Mobs/NPCs/asteroid.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/asteroid.yml b/Resources/Prototypes/Entities/Mobs/NPCs/asteroid.yml index c7279801f0..849927b2e5 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/asteroid.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/asteroid.yml @@ -34,7 +34,7 @@ - type: entity id: MobGoliath - parent: BaseMobAsteroid + parent: [ BaseMobAsteroid, MobBloodstream ] name: goliath description: A massive beast that uses long tentacles to ensnare its prey, threatening them is not advised under any conditions. components: @@ -52,6 +52,9 @@ - type: MovementSpeedModifier baseWalkSpeed : 2.00 baseSprintSpeed : 2.00 + - type: Bloodstream + bloodMaxVolume: 350 + chemicalMaxVolume: 0 - type: MobThresholds thresholds: 0: Alive