From 167f3f2b92424f358b29265b3d0157e298a96480 Mon Sep 17 00:00:00 2001 From: FungiFellow <151778459+FungiFellow@users.noreply.github.com> Date: Tue, 7 Oct 2025 14:10:43 -0400 Subject: [PATCH] Biosuit Suit Slots (#39888) * Added Gastank Storage to Biosuits, Weapon/Gas to Sec Biosuit * Fixed Error * Sec Suit no longer Child to General Biosuit * Update cargo_security.yml --- Resources/Prototypes/Catalog/Cargo/cargo_security.yml | 2 +- .../Prototypes/Entities/Clothing/OuterClothing/bio.yml | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_security.yml b/Resources/Prototypes/Catalog/Cargo/cargo_security.yml index 9ff3488a43..9b5c0ddad6 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_security.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_security.yml @@ -54,7 +54,7 @@ sprite: Clothing/Head/Hoods/Bio/security.rsi state: icon product: CrateSecurityBiosuit - cost: 800 + cost: 1600 category: cargoproduct-category-name-security group: market diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/bio.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/bio.yml index 4da176e2ed..eb5827e013 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/bio.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/bio.yml @@ -1,5 +1,5 @@ - type: entity - parent: ClothingOuterBaseLarge + parent: [ClothingOuterBaseLarge, AllowSuitStorageClothingGasTanks] id: ClothingOuterBioGeneral name: bio suit suffix: Generic @@ -64,7 +64,7 @@ sprite: Clothing/OuterClothing/Bio/scientist.rsi - type: entity - parent: [ClothingOuterBioGeneral, BaseSecurityContraband] + parent: [ClothingOuterBaseLarge, AllowSuitStorageClothing, BaseSecurityContraband] id: ClothingOuterBioSecurity name: bio suit suffix: Security @@ -82,7 +82,11 @@ Piercing: 0.8 - type: ZombificationResistance zombificationResistanceCoefficient: 0.4 - + - type: GroupExamine + - type: ClothingSpeedModifier + walkModifier: 0.95 + sprintModifier: 0.95 + - type: entity parent: ClothingOuterBioGeneral id: ClothingOuterBioVirology -- 2.51.2