From 6cda3631c7f6a94e11065eedefb87ac0980fbd89 Mon Sep 17 00:00:00 2001 From: Insurgent679 Date: Fri, 4 Oct 2024 12:39:10 +0300 Subject: [PATCH 1/2] webbing --- .../Prototypes/Entities/Clothing/Belt/belts.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml index 845944302f..3fabe248d2 100644 --- a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml +++ b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml @@ -619,6 +619,9 @@ sprite: Clothing/Belt/securitywebbing.rsi - type: Clothing sprite: Clothing/Belt/securitywebbing.rsi + - type: Storage + grid: + - 0,0,3,1 - type: entity parent: [ ClothingBeltStorageBase, BaseSecurityCargoContraband ] @@ -630,6 +633,9 @@ sprite: Clothing/Belt/mercwebbing.rsi - type: Clothing sprite: Clothing/Belt/mercwebbing.rsi + - type: Storage + grid: + - 0,0,3,1 - type: entity parent: ClothingBeltStorageBase @@ -641,6 +647,9 @@ sprite: Clothing/Belt/salvagewebbing.rsi - type: Clothing sprite: Clothing/Belt/salvagewebbing.rsi + - type: Storage + grid: + - 0,0,3,1 - type: entity parent: [ClothingBeltStorageBase, ContentsExplosionResistanceBase, BaseSyndicateContraband] @@ -654,6 +663,9 @@ sprite: Clothing/Belt/militarywebbing.rsi - type: ExplosionResistance damageCoefficient: 0.5 + - type: Storage + grid: + - 0,0,3,1 - type: entity parent: ClothingBeltMilitaryWebbing @@ -669,6 +681,9 @@ size: Huge - type: ExplosionResistance damageCoefficient: 0.1 + - type: Storage + grid: + - 0,0,3,1 - type: entity parent: ClothingBeltBase From 5b03e71202fe5cd1ddcdd35a81a32ba9c092a911 Mon Sep 17 00:00:00 2001 From: Insurgent679 Date: Sat, 5 Oct 2024 21:15:51 +0300 Subject: [PATCH 2/2] fix --- .../Entities/Clothing/Belt/belts.yml | 33 ++++++++++++++----- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml index 3fabe248d2..c47388fc92 100644 --- a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml +++ b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml @@ -622,6 +622,18 @@ - type: Storage grid: - 0,0,3,1 + whitelist: + tags: + - CigPack + - Taser + components: + - Stunbaton + - FlashOnTrigger + - SmokeOnTrigger + - Flash + - Handcuff + - BallisticAmmoProvider + - Ammo - type: entity parent: [ ClothingBeltStorageBase, BaseSecurityCargoContraband ] @@ -633,9 +645,6 @@ sprite: Clothing/Belt/mercwebbing.rsi - type: Clothing sprite: Clothing/Belt/mercwebbing.rsi - - type: Storage - grid: - - 0,0,3,1 - type: entity parent: ClothingBeltStorageBase @@ -647,9 +656,6 @@ sprite: Clothing/Belt/salvagewebbing.rsi - type: Clothing sprite: Clothing/Belt/salvagewebbing.rsi - - type: Storage - grid: - - 0,0,3,1 - type: entity parent: [ClothingBeltStorageBase, ContentsExplosionResistanceBase, BaseSyndicateContraband] @@ -666,6 +672,18 @@ - type: Storage grid: - 0,0,3,1 + whitelist: + tags: + - CigPack + - Taser + components: + - Stunbaton + - FlashOnTrigger + - SmokeOnTrigger + - Flash + - Handcuff + - BallisticAmmoProvider + - Ammo - type: entity parent: ClothingBeltMilitaryWebbing @@ -681,9 +699,6 @@ size: Huge - type: ExplosionResistance damageCoefficient: 0.1 - - type: Storage - grid: - - 0,0,3,1 - type: entity parent: ClothingBeltBase