diff --git a/Resources/Prototypes/_FTL/Entities/Clothing/Head/hardsuit-helmets.yml b/Resources/Prototypes/_FTL/Entities/Clothing/Head/hardsuit-helmets.yml new file mode 100644 index 0000000000..b09f340083 --- /dev/null +++ b/Resources/Prototypes/_FTL/Entities/Clothing/Head/hardsuit-helmets.yml @@ -0,0 +1,75 @@ +- type: entity + parent: ClothingHeadHardsuitWithLightBase + id: ClothingHeadHelmetHardsuitFSCCombat + noSpawn: true + name: FSC Standard Combat Hardsuit Helmet + description: An armored helmet built for stabilization and space combat. + components: + - type: Sprite + sprite: _FTL/Clothing/Head/Hardsuits/fsccombat.rsi + - type: Clothing + sprite: _FTL/Clothing/Head/Hardsuits/fsccombat.rsi + - type: PointLight + color: green + - type: PressureProtection + highPressureMultiplier: 0.08 + lowPressureMultiplier: 1000 + - type: Armor + modifiers: + coefficients: + Blunt: 0.9 + Slash: 0.9 + Piercing: 0.9 + Heat: 0.9 + +- type: entity + parent: ClothingHeadHardsuitWithLightBase + id: ClothingHeadHelmetHardsuitFSCElite + noSpawn: true + name: FSC Elite Combat Helmet + description: An elite version of the FSC Standard Combat Helmet sporting superior fireproof armor and more mobility. + components: + - type: Sprite + sprite: _FTL/Clothing/Head/Hardsuits/fscelite.rsi + - type: Clothing + sprite: _FTL/Clothing/Head/Hardsuits/fscelite.rsi + - type: PointLight + color: white + - type: PressureProtection + highPressureMultiplier: 0.08 + lowPressureMultiplier: 1000 + - type: TemperatureProtection + coefficient: 0.005 + - type: Armor + modifiers: + coefficients: + Blunt: 0.9 + Slash: 0.9 + Piercing: 0.9 + Heat: 0.9 + +- type: entity + parent: ClothingHeadHardsuitWithLightBase + id: ClothingHeadHelmetHardsuitFSCCommander + noSpawn: true + name: FSC Commander Combat Helmet + description: The built in helmet of the FSC Commander Hardsuit, has a small green insignia to differentiate between it and the elite helmet. + components: + - type: Sprite + sprite: _FTL/Clothing/Head/Hardsuits/fsccommander.rsi + - type: Clothing + sprite: _FTL/Clothing/Head/Hardsuits/fsccommander.rsi + - type: PointLight + color: white + - type: PressureProtection + highPressureMultiplier: 0.08 + lowPressureMultiplier: 1000 + - type: Armor + modifiers: + coefficients: + Blunt: 0.80 + Slash: 0.80 + Piercing: 0.80 + Heat: 0.80 + Radiation: 0.80 + Caustic: 0.95 diff --git a/Resources/Prototypes/_FTL/Entities/Clothing/OuterClothing/hardsuits.yml b/Resources/Prototypes/_FTL/Entities/Clothing/OuterClothing/hardsuits.yml new file mode 100644 index 0000000000..d00f6c29e2 --- /dev/null +++ b/Resources/Prototypes/_FTL/Entities/Clothing/OuterClothing/hardsuits.yml @@ -0,0 +1,97 @@ +# FSC Combat Suits +- type: entity + parent: ClothingOuterHardsuitBase + id: ClothingOuterHardsuitFSCCombat + name: FSC Standard Combat Hardsuit + description: An armored hardsuit built for stabilization and space combat. + components: + - type: Sprite + sprite: _FTL/Clothing/OuterClothing/Hardsuits/fsccombat.rsi + - type: Clothing + sprite: _FTL/Clothing/OuterClothing/Hardsuits/fsccombat.rsi + - type: PressureProtection + highPressureMultiplier: 0.05 + lowPressureMultiplier: 1000 + - type: ExplosionResistance + damageCoefficient: 0.5 + - type: Armor + modifiers: + coefficients: + Blunt: 0.5 + Slash: 0.5 + Piercing: 0.5 + Heat: 0.5 + Radiation: 0.5 + Caustic: 0.5 + - type: ClothingSpeedModifier + walkModifier: 0.80 + sprintModifier: 0.80 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHelmetHardsuitFSCCombat + +- type: entity + parent: ClothingOuterHardsuitBase + id: ClothingOuterHardsuitFSCElite + name: FSC Elite Combat Hardsuit + description: An elite version of the FSC Standard Combat Hardsuit sporting superior fireproof armor and more mobility. + components: + - type: Sprite + sprite: _FTL/Clothing/OuterClothing/Hardsuits/fscelite.rsi + - type: Clothing + sprite: _FTL/Clothing/OuterClothing/Hardsuits/fscelite.rsi + - type: PressureProtection + highPressureMultiplier: 0.02 + lowPressureMultiplier: 1000 + - type: TemperatureProtection + coefficient: 0.001 + - type: ExplosionResistance + damageCoefficient: 0.3 + - type: Armor + modifiers: + coefficients: + Blunt: 0.4 + Slash: 0.4 + Piercing: 0.4 + Heat: 0.05 + Radiation: 0.25 + Caustic: 0.5 + - type: ClothingSpeedModifier + walkModifier: 0.9 + sprintModifier: 0.9 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHelmetHardsuitFSCElite + +- type: entity + parent: ClothingOuterHardsuitBase + id: ClothingOuterHardsuitFSCCommander + name: FSC Commander Combat Hardsuit + description: A rare special hardsuit given out to commanders and generals in FSC fleets, sports extremely light and powerful armor, with a thin layer of vacuum around the lining of the suit allowing zero heat transfer to occur, the perfect fire/ice proof armor. + components: + - type: Sprite + sprite: _FTL/Clothing/OuterClothing/Hardsuits/fsccommander.rsi + - type: Clothing + sprite: _FTL/Clothing/OuterClothing/Hardsuits/fsccommander.rsi + - type: PressureProtection + highPressureMultiplier: 0.02 + lowPressureMultiplier: 1000 + - type: TemperatureProtection + coefficient: 0.001 + - type: ExplosionResistance + damageCoefficient: 0.2 + - type: Armor + modifiers: + coefficients: + Blunt: 0.3 + Slash: 0.3 + Piercing: 0.3 + Heat: 0.01 + Cold: 0.01 + Shock: 0 + Radiation: 0.25 + Caustic: 0.5 + - type: ClothingSpeedModifier + walkModifier: 1.0 + sprintModifier: 1.0 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHelmetHardsuitFSCCommander + diff --git a/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccombat.rsi/combat-equipped-HELMET.png b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccombat.rsi/combat-equipped-HELMET.png new file mode 100644 index 0000000000..3eed4de725 Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccombat.rsi/combat-equipped-HELMET.png differ diff --git a/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccombat.rsi/icon-flash.png b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccombat.rsi/icon-flash.png new file mode 100644 index 0000000000..c73f096859 Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccombat.rsi/icon-flash.png differ diff --git a/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccombat.rsi/icon.png b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccombat.rsi/icon.png new file mode 100644 index 0000000000..c73f096859 Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccombat.rsi/icon.png differ diff --git a/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccombat.rsi/meta.json b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccombat.rsi/meta.json new file mode 100644 index 0000000000..e9de1ae57b --- /dev/null +++ b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccombat.rsi/meta.json @@ -0,0 +1,45 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-flash" + }, + { + "name": "combat-equipped-HELMET", + "directions": 4 + }, + { + "name": "off-equipped-HELMET", + "directions": 4 + }, + { + "name": "off-inhand-left", + "directions": 4 + }, + { + "name": "off-inhand-right", + "directions": 4 + }, + { + "name": "on-equipped-HELMET", + "directions": 4 + }, + { + "name": "on-inhand-left", + "directions": 4 + }, + { + "name": "on-inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccombat.rsi/off-equipped-HELMET.png b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccombat.rsi/off-equipped-HELMET.png new file mode 100644 index 0000000000..3eed4de725 Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccombat.rsi/off-equipped-HELMET.png differ diff --git a/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccombat.rsi/off-inhand-left.png b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccombat.rsi/off-inhand-left.png new file mode 100644 index 0000000000..1b108753b3 Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccombat.rsi/off-inhand-left.png differ diff --git a/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccombat.rsi/off-inhand-right.png b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccombat.rsi/off-inhand-right.png new file mode 100644 index 0000000000..dc0500af77 Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccombat.rsi/off-inhand-right.png differ diff --git a/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccombat.rsi/on-equipped-HELMET.png b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccombat.rsi/on-equipped-HELMET.png new file mode 100644 index 0000000000..d807a05853 Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccombat.rsi/on-equipped-HELMET.png differ diff --git a/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccombat.rsi/on-inhand-left.png b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccombat.rsi/on-inhand-left.png new file mode 100644 index 0000000000..c1350c8242 Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccombat.rsi/on-inhand-left.png differ diff --git a/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccombat.rsi/on-inhand-right.png b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccombat.rsi/on-inhand-right.png new file mode 100644 index 0000000000..db67f97b6f Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccombat.rsi/on-inhand-right.png differ diff --git a/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccommander.rsi/icon-flash.png b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccommander.rsi/icon-flash.png new file mode 100644 index 0000000000..ce240067cc Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccommander.rsi/icon-flash.png differ diff --git a/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccommander.rsi/icon.png b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccommander.rsi/icon.png new file mode 100644 index 0000000000..ce240067cc Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccommander.rsi/icon.png differ diff --git a/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccommander.rsi/meta.json b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccommander.rsi/meta.json new file mode 100644 index 0000000000..97f37c327b --- /dev/null +++ b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccommander.rsi/meta.json @@ -0,0 +1,42 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from vg at commit https://github.com/vgstation-coders/vgstation13/commit/a16e41020a93479e9a7e2af343b1b74f7f2a61bd", + + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-flash" + }, + { + "name": "off-equipped-HELMET", + "directions": 4 + }, + { + "name": "off-inhand-left", + "directions": 4 + }, + { + "name": "off-inhand-right", + "directions": 4 + }, + { + "name": "on-equipped-HELMET", + "directions": 4 + }, + { + "name": "on-inhand-left", + "directions": 4 + }, + { + "name": "on-inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccommander.rsi/off-equipped-HELMET.png b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccommander.rsi/off-equipped-HELMET.png new file mode 100644 index 0000000000..544d53d1c0 Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccommander.rsi/off-equipped-HELMET.png differ diff --git a/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccommander.rsi/off-inhand-left.png b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccommander.rsi/off-inhand-left.png new file mode 100644 index 0000000000..22a8dd14b1 Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccommander.rsi/off-inhand-left.png differ diff --git a/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccommander.rsi/off-inhand-right.png b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccommander.rsi/off-inhand-right.png new file mode 100644 index 0000000000..71572c0ffd Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccommander.rsi/off-inhand-right.png differ diff --git a/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccommander.rsi/on-equipped-HELMET.png b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccommander.rsi/on-equipped-HELMET.png new file mode 100644 index 0000000000..544d53d1c0 Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccommander.rsi/on-equipped-HELMET.png differ diff --git a/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccommander.rsi/on-inhand-left.png b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccommander.rsi/on-inhand-left.png new file mode 100644 index 0000000000..5a40993d72 Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccommander.rsi/on-inhand-left.png differ diff --git a/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccommander.rsi/on-inhand-right.png b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccommander.rsi/on-inhand-right.png new file mode 100644 index 0000000000..27a27d1e8e Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fsccommander.rsi/on-inhand-right.png differ diff --git a/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fscelite.rsi/icon-flash.png b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fscelite.rsi/icon-flash.png new file mode 100644 index 0000000000..d5ad61a546 Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fscelite.rsi/icon-flash.png differ diff --git a/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fscelite.rsi/icon.png b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fscelite.rsi/icon.png new file mode 100644 index 0000000000..d5ad61a546 Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fscelite.rsi/icon.png differ diff --git a/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fscelite.rsi/meta.json b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fscelite.rsi/meta.json new file mode 100644 index 0000000000..97f37c327b --- /dev/null +++ b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fscelite.rsi/meta.json @@ -0,0 +1,42 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from vg at commit https://github.com/vgstation-coders/vgstation13/commit/a16e41020a93479e9a7e2af343b1b74f7f2a61bd", + + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-flash" + }, + { + "name": "off-equipped-HELMET", + "directions": 4 + }, + { + "name": "off-inhand-left", + "directions": 4 + }, + { + "name": "off-inhand-right", + "directions": 4 + }, + { + "name": "on-equipped-HELMET", + "directions": 4 + }, + { + "name": "on-inhand-left", + "directions": 4 + }, + { + "name": "on-inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fscelite.rsi/off-equipped-HELMET.png b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fscelite.rsi/off-equipped-HELMET.png new file mode 100644 index 0000000000..55206a2160 Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fscelite.rsi/off-equipped-HELMET.png differ diff --git a/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fscelite.rsi/off-inhand-left.png b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fscelite.rsi/off-inhand-left.png new file mode 100644 index 0000000000..22a8dd14b1 Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fscelite.rsi/off-inhand-left.png differ diff --git a/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fscelite.rsi/off-inhand-right.png b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fscelite.rsi/off-inhand-right.png new file mode 100644 index 0000000000..71572c0ffd Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fscelite.rsi/off-inhand-right.png differ diff --git a/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fscelite.rsi/on-equipped-HELMET.png b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fscelite.rsi/on-equipped-HELMET.png new file mode 100644 index 0000000000..55206a2160 Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fscelite.rsi/on-equipped-HELMET.png differ diff --git a/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fscelite.rsi/on-inhand-left.png b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fscelite.rsi/on-inhand-left.png new file mode 100644 index 0000000000..5a40993d72 Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fscelite.rsi/on-inhand-left.png differ diff --git a/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fscelite.rsi/on-inhand-right.png b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fscelite.rsi/on-inhand-right.png new file mode 100644 index 0000000000..27a27d1e8e Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/Head/Hardsuits/fscelite.rsi/on-inhand-right.png differ diff --git a/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fsccombat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fsccombat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..c043584589 Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fsccombat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fsccombat.rsi/icon.png b/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fsccombat.rsi/icon.png new file mode 100644 index 0000000000..40303c61b2 Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fsccombat.rsi/icon.png differ diff --git a/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fsccombat.rsi/inhand-left.png b/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fsccombat.rsi/inhand-left.png new file mode 100644 index 0000000000..999738f3f6 Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fsccombat.rsi/inhand-left.png differ diff --git a/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fsccombat.rsi/inhand-right.png b/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fsccombat.rsi/inhand-right.png new file mode 100644 index 0000000000..c7d602f82a Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fsccombat.rsi/inhand-right.png differ diff --git a/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fsccombat.rsi/meta.json b/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fsccombat.rsi/meta.json new file mode 100644 index 0000000000..40d49ce92f --- /dev/null +++ b/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fsccombat.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/fb2d71495bfe81446159ef528534193d09dd8d34", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fsccommander.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fsccommander.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..879f4659a6 Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fsccommander.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fsccommander.rsi/icon.png b/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fsccommander.rsi/icon.png new file mode 100644 index 0000000000..cad470f21e Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fsccommander.rsi/icon.png differ diff --git a/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fsccommander.rsi/inhand-left.png b/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fsccommander.rsi/inhand-left.png new file mode 100644 index 0000000000..a7b640e2d1 Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fsccommander.rsi/inhand-left.png differ diff --git a/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fsccommander.rsi/inhand-right.png b/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fsccommander.rsi/inhand-right.png new file mode 100644 index 0000000000..7bbc3ed1cc Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fsccommander.rsi/inhand-right.png differ diff --git a/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fsccommander.rsi/meta.json b/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fsccommander.rsi/meta.json new file mode 100644 index 0000000000..e482264df5 --- /dev/null +++ b/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fsccommander.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fscelite.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fscelite.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..464f91e339 Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fscelite.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fscelite.rsi/icon.png b/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fscelite.rsi/icon.png new file mode 100644 index 0000000000..bb0168c270 Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fscelite.rsi/icon.png differ diff --git a/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fscelite.rsi/inhand-left.png b/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fscelite.rsi/inhand-left.png new file mode 100644 index 0000000000..40937455ff Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fscelite.rsi/inhand-left.png differ diff --git a/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fscelite.rsi/inhand-right.png b/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fscelite.rsi/inhand-right.png new file mode 100644 index 0000000000..e0d070a2ed Binary files /dev/null and b/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fscelite.rsi/inhand-right.png differ diff --git a/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fscelite.rsi/meta.json b/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fscelite.rsi/meta.json new file mode 100644 index 0000000000..c9f0d90ea1 --- /dev/null +++ b/Resources/Textures/_FTL/Clothing/OuterClothing/Hardsuits/fscelite.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from vg at commit https://github.com/vgstation-coders/vgstation13/commit/a16e41020a93479e9a7e2af343b1b74f7f2a61bd", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file