From e45d16e9d9eaa7d21fea3b555826fa748986e169 Mon Sep 17 00:00:00 2001 From: Justin Pfeifler Date: Sun, 19 Nov 2023 00:44:22 -0600 Subject: [PATCH] Borgs No Longer Take Structural Damage (#21716) --- Resources/Prototypes/Damage/containers.yml | 8 ++++++++ .../Entities/Mobs/Cyborgs/base_borg_chassis.yml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Damage/containers.yml b/Resources/Prototypes/Damage/containers.yml index 8b70bc2e5b..5c731c4017 100644 --- a/Resources/Prototypes/Damage/containers.yml +++ b/Resources/Prototypes/Damage/containers.yml @@ -16,6 +16,14 @@ - Shock - Structural # this probably should be in separate container +- type: damageContainer + id: Silicon + supportedGroups: + - Brute + supportedTypes: + - Heat + - Shock + - type: damageContainer id: Shield supportedGroups: diff --git a/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml b/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml index 81b7b4db33..8b1f61a8c5 100644 --- a/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml +++ b/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml @@ -131,7 +131,7 @@ - cell_slot - type: Flashable - type: Damageable - damageContainer: Inorganic + damageContainer: Silicon - type: Destructible thresholds: - trigger: -- 2.51.2