diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/uniforms/jumpsuits.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/uniforms/jumpsuits.ftl index eadb2482aede9b..dd2e0a59ab15bd 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/uniforms/jumpsuits.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/uniforms/jumpsuits.ftl @@ -307,3 +307,8 @@ ent-ClothingUniformJumpsuitHawaiYellow = yellow hawaiian shirt ent-ClothingUniformJumpsuitFlannel = flannel jumpsuit .desc = Smells like someones been grillin'. .suffix = { "" } +ent-ClothingUniformHECU = HECU uniform + .desc = The HECU jumpsuit is used to protect against foreign environmental factors (besides, real American patriots like to wear it). + .suffix = { "" } +ent-ClothingUniformJumpsuitCitizen = citizen jumpsuit + .desc = Jumpsuit that will definitely make you look like a victim. diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/uniforms/jumpsuits.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/uniforms/jumpsuits.ftl index f2ca075a4ea773..00aaacfb759f4f 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/uniforms/jumpsuits.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/uniforms/jumpsuits.ftl @@ -307,3 +307,8 @@ ent-ClothingUniformJumpsuitHawaiYellow = жёлтая гавайская руб ent-ClothingUniformJumpsuitFlannel = фланелевый комбинезон .desc = Пахнет так, будто кто-то жарил на гриле. .suffix = { "" } +ent-ClothingUniformHECU = униформа HECU + .desc = Комбинезон HECU используется для защиты от посторонних факторов внешней среды (к тому же его любят носить настоящие американские патриоты). + .suffix = { "" } +ent-ClothingUniformJumpsuitCitizen = комбинезон гражданского + .desc = Комбинезон, в котором ты точно будешь похожа на жертву. diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml index e263903ef5010a..cd279efc789039 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml @@ -58,6 +58,7 @@ ClothingHeadFishCap: 2 ClothingHeadRastaHat: 2 ClothingBeltStorageWaistbag: 3 + ClothingUniformJumpsuitCitizen: 3 contrabandInventory: ClothingUniformJumpsuitTacticool: 1 ClothingUniformJumpskirtTacticool: 1 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml index 4a8e5acf577595..40762a1c6ef40c 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml @@ -17,3 +17,4 @@ ClothingOuterWinterSec: 2 ClothingEyesBlindfold: 1 ClothingShoesBootsCombat: 1 + ClothingUniformHECU: 1 diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml index 2427c2fef20629..7a908daea0d064 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml @@ -1170,3 +1170,25 @@ sprite: Clothing/Uniforms/Jumpsuit/flannel.rsi - type: Clothing sprite: Clothing/Uniforms/Jumpsuit/flannel.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformHECU + name: HECU uniform + description: The HECU jumpsuit is used to protect against foreign environmental factors (besides, real American patriots like to wear it) + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpsuit/hecu.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpsuit/hecu.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitCitizen + name: Citizen jumpsuit + description: jumpsuit that will definitely make you look like a victim + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpsuit/civilian.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpsuit/civilian.rsi diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/civilian.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/civilian.rsi/equipped-INNERCLOTHING-monkey.png new file mode 100644 index 00000000000000..f81297a7d631e0 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/civilian.rsi/equipped-INNERCLOTHING-monkey.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/civilian.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/civilian.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000000..e32030aaff703a Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/civilian.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/civilian.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/civilian.rsi/icon.png new file mode 100644 index 00000000000000..e6061a2bf15976 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/civilian.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/civilian.rsi/inhand-left.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/civilian.rsi/inhand-left.png new file mode 100644 index 00000000000000..86c93bc208a83c Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/civilian.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/civilian.rsi/inhand-right.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/civilian.rsi/inhand-right.png new file mode 100644 index 00000000000000..5359cd51be5f50 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/civilian.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/civilian.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/civilian.rsi/meta.json new file mode 100644 index 00000000000000..74ca8fc0d6aab8 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/civilian.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by Reyen", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/hecu.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hecu.rsi/equipped-INNERCLOTHING-monkey.png new file mode 100644 index 00000000000000..8ee5a3b676f751 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hecu.rsi/equipped-INNERCLOTHING-monkey.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/hecu.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hecu.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000000..7f70658e5e6ecc Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hecu.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/hecu.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hecu.rsi/icon.png new file mode 100644 index 00000000000000..369ff8bf196225 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hecu.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/hecu.rsi/inhand-left.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hecu.rsi/inhand-left.png new file mode 100644 index 00000000000000..05de89f6f76348 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hecu.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/hecu.rsi/inhand-right.png b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hecu.rsi/inhand-right.png new file mode 100644 index 00000000000000..4297dea113a750 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hecu.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpsuit/hecu.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hecu.rsi/meta.json new file mode 100644 index 00000000000000..74ca8fc0d6aab8 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpsuit/hecu.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by Reyen", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file