From 171884df8f8ef76027f1de76e46d488326fd0110 Mon Sep 17 00:00:00 2001 From: to4no_fix <156101927+chavonadelal@users.noreply.github.com> Date: Mon, 19 Aug 2024 06:05:25 +0300 Subject: [PATCH] Tweaking things that restrict freedom (#31095) * Adding a straitjacket production recipe * Adding unequipDelay and equipDelay to the muzzle * Adding unequipDelay and equipDelay to the blindfold * Sorting recipes --- Resources/Prototypes/Entities/Clothing/Eyes/misc.yml | 2 ++ Resources/Prototypes/Entities/Clothing/Masks/masks.yml | 2 ++ .../Prototypes/Entities/Structures/Machines/lathe.yml | 3 ++- Resources/Prototypes/Recipes/Lathes/security.yml | 8 ++++++++ Resources/Prototypes/Research/arsenal.yml | 1 + 5 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Clothing/Eyes/misc.yml b/Resources/Prototypes/Entities/Clothing/Eyes/misc.yml index 075ccae1c4..9599b11bb1 100644 --- a/Resources/Prototypes/Entities/Clothing/Eyes/misc.yml +++ b/Resources/Prototypes/Entities/Clothing/Eyes/misc.yml @@ -8,6 +8,8 @@ sprite: Clothing/Eyes/Misc/blindfold.rsi - type: Clothing sprite: Clothing/Eyes/Misc/blindfold.rsi + equipDelay: 5 + unequipDelay: 5 - type: Blindfold - type: Construction graph: Blindfold diff --git a/Resources/Prototypes/Entities/Clothing/Masks/masks.yml b/Resources/Prototypes/Entities/Clothing/Masks/masks.yml index 25f9f28d09..3e4b16882d 100644 --- a/Resources/Prototypes/Entities/Clothing/Masks/masks.yml +++ b/Resources/Prototypes/Entities/Clothing/Masks/masks.yml @@ -315,6 +315,8 @@ sprite: Clothing/Mask/muzzle.rsi - type: Clothing sprite: Clothing/Mask/muzzle.rsi + equipDelay: 5 + unequipDelay: 5 - type: IngestionBlocker - type: AddAccentClothing accent: ReplacementAccent diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index b5218545ac..da1d9aa6a2 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -763,6 +763,8 @@ - BoxShotgunIncendiary - BoxShotgunUranium - BoxShellTranquilizer + - ClothingBackpackElectropack + - ClothingOuterStraightjacket - ExplosivePayload - FlashPayload - GrenadeBlast @@ -808,7 +810,6 @@ - WeaponLaserCannon - WeaponLaserCarbine - WeaponXrayCannon - - ClothingBackpackElectropack - type: MaterialStorage whitelist: tags: diff --git a/Resources/Prototypes/Recipes/Lathes/security.yml b/Resources/Prototypes/Recipes/Lathes/security.yml index a54d5b6235..2e3d5c7fc6 100644 --- a/Resources/Prototypes/Recipes/Lathes/security.yml +++ b/Resources/Prototypes/Recipes/Lathes/security.yml @@ -710,3 +710,11 @@ Plastic: 1000 Plasma: 500 Glass: 500 + +- type: latheRecipe + id: ClothingOuterStraightjacket + result: ClothingOuterStraightjacket + completetime: 4 + materials: + Steel: 200 + Cloth: 500 diff --git a/Resources/Prototypes/Research/arsenal.yml b/Resources/Prototypes/Research/arsenal.yml index 553258fdb3..01198d7d76 100644 --- a/Resources/Prototypes/Research/arsenal.yml +++ b/Resources/Prototypes/Research/arsenal.yml @@ -126,6 +126,7 @@ cost: 5000 recipeUnlocks: - ClothingBackpackElectropack + - ClothingOuterStraightjacket # Tier 2 -- 2.51.2