From b1cca12942f63181e2af2d3d061c662941577002 Mon Sep 17 00:00:00 2001 From: chell sz Date: Wed, 15 Jan 2025 13:46:09 -0700 Subject: [PATCH] Add foldable uniform jumpsuit base component Initial work on porting impstation/imp-station-14#375. Component gets the Impstation suffix to not conflict with the existing DeltaV component for rolled-up sleeves on some security uniforms. --- .../foldable/components/foldable-component.ftl | 2 ++ .../Clothing/Uniforms/base_clothinguniforms.yml | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 Resources/Locale/en-US/_Impstation/foldable/components/foldable-component.ftl create mode 100644 Resources/Prototypes/_Impstation/Entities/Clothing/Uniforms/base_clothinguniforms.yml diff --git a/Resources/Locale/en-US/_Impstation/foldable/components/foldable-component.ftl b/Resources/Locale/en-US/_Impstation/foldable/components/foldable-component.ftl new file mode 100644 index 000000000000..406867d4dfb3 --- /dev/null +++ b/Resources/Locale/en-US/_Impstation/foldable/components/foldable-component.ftl @@ -0,0 +1,2 @@ +fold-verb-clothing-jacket = Take off jacket +unfold-verb-clothing-jacket = Put on jacket diff --git a/Resources/Prototypes/_Impstation/Entities/Clothing/Uniforms/base_clothinguniforms.yml b/Resources/Prototypes/_Impstation/Entities/Clothing/Uniforms/base_clothinguniforms.yml new file mode 100644 index 000000000000..5e1ff2e5446f --- /dev/null +++ b/Resources/Prototypes/_Impstation/Entities/Clothing/Uniforms/base_clothinguniforms.yml @@ -0,0 +1,10 @@ +- type: entity + abstract: true + id: ClothingUniformFoldableBaseImpstation # Impstation suffix because DV already has its own ClothingUniformFoldableBase + components: + - type: Foldable + canFoldInsideContainer: true + unfoldVerbText: unfold-verb-clothing-jacket + foldVerbText: fold-verb-clothing-jacket + - type: FoldableClothing + foldedEquippedPrefix: folded