diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/outerclothing/coats.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/outerclothing/coats.ftl index 5036755ad75..0da0f93ad38 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/outerclothing/coats.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/clothing/outerclothing/coats.ftl @@ -76,3 +76,5 @@ ent-ClothingOuterCoatSpaceAsshole = куртка космического муд .desc = And there he was... ent-ClothingOuterCoatExpensive = дорогая шуба .desc = Очень пушистая розовая шуба, сделанная из очень дорогого меха (очевидно). +ent-ClothingAtmosphericsOveralls = спецовка атмосферного техника + .desc = Огнеупорная спецовка, крайне хороша для защиты тонкой одежды от утечек газа и маленьких пожаров. \ No newline at end of file diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/atmosdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/atmosdrobe.yml index 72864ba851f..0b047ed3b4a 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/atmosdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/atmosdrobe.yml @@ -6,7 +6,8 @@ ClothingBackpackAtmospherics: 2 ClothingUniformJumpsuitAtmos: 3 ClothingUniformJumpskirtAtmos: 3 - ClothingUniformJumpsuitAtmosCasual: 3 + ClothingUniformJumpsuitAtmosCasual: 3 + ClothingAtmosphericsOveralls: 3 ClothingShoesColorWhite: 3 ClothingHeadsetEngineering: 2 ClothingHeadHelmetFire: 2 diff --git a/Resources/Prototypes/Corvax/Entities/Clothing/OuterClothing/suits.yml b/Resources/Prototypes/Corvax/Entities/Clothing/OuterClothing/suits.yml index e9065505c27..4a5c7136f78 100644 --- a/Resources/Prototypes/Corvax/Entities/Clothing/OuterClothing/suits.yml +++ b/Resources/Prototypes/Corvax/Entities/Clothing/OuterClothing/suits.yml @@ -1,4 +1,5 @@ -- type: entity + +- type: entity parent: ClothingOuterBase id: ClothingOuterAerostaticBomberJacket name: aerostatic bomber jacket @@ -19,3 +20,14 @@ sprite: Corvax/Clothing/OuterClothing/Coats/disco.rsi - type: Clothing sprite: Corvax/Clothing/OuterClothing/Coats/disco.rsi + +- type: entity + parent: ClothingOuterStorageBase + id: ClothingAtmosphericsOveralls + name: atmospherics overalls + description: A set of fireproof overalls, good for protecting thinner clothes from gas leaks. + components: + - type: Sprite + sprite: Corvax/Clothing/OuterClothing/Coats/atmos_overalls.rsi + - type: Clothing + sprite: Corvax/Clothing/OuterClothing/Coats/atmos_overalls.rsi diff --git a/Resources/Prototypes/Loadouts/Jobs/Engineering/atmospheric_technician.yml b/Resources/Prototypes/Loadouts/Jobs/Engineering/atmospheric_technician.yml index b3f1ae3cd6a..4c058e659c5 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Engineering/atmospheric_technician.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Engineering/atmospheric_technician.yml @@ -35,6 +35,11 @@ id: AtmosphericTechnicianWintercoat equipment: outerClothing: ClothingOuterWinterAtmos + +- type: loadout + id: AtmosphericsOveralls + equipment: + outerClothing: ClothingAtmosphericsOveralls # Shoes - type: loadout diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index 244d98909ac..6817b4025b2 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -784,6 +784,7 @@ minLimit: 0 loadouts: - AtmosphericTechnicianWintercoat + - AtmosphericsOveralls #CorvaxAtmosFashion - type: loadoutGroup id: AtmosphericTechnicianBackpack diff --git a/Resources/Textures/Corvax/Clothing/OuterClothing/Coats/atmos_overalls.rsi/equipped-OUTERCLOTHING-reptilian.png b/Resources/Textures/Corvax/Clothing/OuterClothing/Coats/atmos_overalls.rsi/equipped-OUTERCLOTHING-reptilian.png new file mode 100644 index 00000000000..a70f6228e15 Binary files /dev/null and b/Resources/Textures/Corvax/Clothing/OuterClothing/Coats/atmos_overalls.rsi/equipped-OUTERCLOTHING-reptilian.png differ diff --git a/Resources/Textures/Corvax/Clothing/OuterClothing/Coats/atmos_overalls.rsi/equipped-OUTERCLOTHING-vox.png b/Resources/Textures/Corvax/Clothing/OuterClothing/Coats/atmos_overalls.rsi/equipped-OUTERCLOTHING-vox.png new file mode 100644 index 00000000000..6baaf280ece Binary files /dev/null and b/Resources/Textures/Corvax/Clothing/OuterClothing/Coats/atmos_overalls.rsi/equipped-OUTERCLOTHING-vox.png differ diff --git a/Resources/Textures/Corvax/Clothing/OuterClothing/Coats/atmos_overalls.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Corvax/Clothing/OuterClothing/Coats/atmos_overalls.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..8ad2312b93d Binary files /dev/null and b/Resources/Textures/Corvax/Clothing/OuterClothing/Coats/atmos_overalls.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Corvax/Clothing/OuterClothing/Coats/atmos_overalls.rsi/icon.png b/Resources/Textures/Corvax/Clothing/OuterClothing/Coats/atmos_overalls.rsi/icon.png new file mode 100644 index 00000000000..fcfc708cf36 Binary files /dev/null and b/Resources/Textures/Corvax/Clothing/OuterClothing/Coats/atmos_overalls.rsi/icon.png differ diff --git a/Resources/Textures/Corvax/Clothing/OuterClothing/Coats/atmos_overalls.rsi/inhand-left.png b/Resources/Textures/Corvax/Clothing/OuterClothing/Coats/atmos_overalls.rsi/inhand-left.png new file mode 100644 index 00000000000..41bd5ba34c0 Binary files /dev/null and b/Resources/Textures/Corvax/Clothing/OuterClothing/Coats/atmos_overalls.rsi/inhand-left.png differ diff --git a/Resources/Textures/Corvax/Clothing/OuterClothing/Coats/atmos_overalls.rsi/inhand-right.png b/Resources/Textures/Corvax/Clothing/OuterClothing/Coats/atmos_overalls.rsi/inhand-right.png new file mode 100644 index 00000000000..9a2508581fb Binary files /dev/null and b/Resources/Textures/Corvax/Clothing/OuterClothing/Coats/atmos_overalls.rsi/inhand-right.png differ diff --git a/Resources/Textures/Corvax/Clothing/OuterClothing/Coats/atmos_overalls.rsi/meta.json b/Resources/Textures/Corvax/Clothing/OuterClothing/Coats/atmos_overalls.rsi/meta.json new file mode 100644 index 00000000000..b319a31e355 --- /dev/null +++ b/Resources/Textures/Corvax/Clothing/OuterClothing/Coats/atmos_overalls.rsi/meta.json @@ -0,0 +1,34 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/pull/78007, replitilian + vox made by oldschool_otaku and wektor_duck", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-reptilian", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-vox", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}