diff --git a/Resources/Prototypes/SS220/Entities/Clothing/Head/hardsuit-helmets.yml b/Resources/Prototypes/SS220/Entities/Clothing/Head/hardsuit-helmets.yml index ef86b7ea1fcf62..8df83e5ce1047a 100644 --- a/Resources/Prototypes/SS220/Entities/Clothing/Head/hardsuit-helmets.yml +++ b/Resources/Prototypes/SS220/Entities/Clothing/Head/hardsuit-helmets.yml @@ -68,3 +68,34 @@ - type: PressureProtection highPressureMultiplier: 0.32 lowPressureMultiplier: 1000 + +#Shitspawn operator centcomm HS + +- type: entity + parent: ClothingHeadHardsuitWithLightBase + id: ClothingHeadHelmetHardsuitCentcomm + name: Шлем бронескафандра Центком + description: Премиальный шлем бронескафандра для Офицеров Центрального Командования. + suffix: Shitspawn + components: + - type: Sprite + sprite: SS220/Clothing/Head/Hardsuits/helmetcentcommhardsuit.rsi + - type: Clothing + sprite: SS220/Clothing/Head/Hardsuits/helmetcentcommhardsuit.rsi + - type: PointLight + color: yellow + - type: PressureProtection + highPressureMultiplier: 0.08 + lowPressureMultiplier: 1000 + - type: TemperatureProtection + heatingCoefficient: 0.005 + coolingCoefficient: 0.005 + - type: FireProtection + reduction: 0.2 + - type: Armor + modifiers: + coefficients: + Blunt: 0.9 + Slash: 0.9 + Piercing: 0.9 + Heat: 0.8 #ss220-helmetFix diff --git a/Resources/Prototypes/SS220/Entities/Clothing/OuterClothing/hardsuits.yml b/Resources/Prototypes/SS220/Entities/Clothing/OuterClothing/hardsuits.yml index 0b4e93997fe103..a205da53fbaa36 100644 --- a/Resources/Prototypes/SS220/Entities/Clothing/OuterClothing/hardsuits.yml +++ b/Resources/Prototypes/SS220/Entities/Clothing/OuterClothing/hardsuits.yml @@ -106,3 +106,53 @@ Male: MaleEngineer Female: FemaleEngineer Unsexed: MaleEngineer + +#Shitspawn operator centcomm HS + +- type: entity + parent: [ClothingOuterHardsuitBase] + id: ClothingOuterHardsuitCentcomm + name: Бронескафандр Центрального Командования + description: Премиальный бронескафандр для Офицеров Центрального Командования. + suffix: Shitspawn + components: + - type: Sprite + sprite: SS220/Clothing/OuterClothing/Hardsuits/centcommhardsuit.rsi + - type: Clothing + sprite: SS220/Clothing/OuterClothing/Hardsuits/centcommhardsuit.rsi + - type: PressureProtection + highPressureMultiplier: 0.02 + lowPressureMultiplier: 1000 + - type: TemperatureProtection + heatingCoefficient: 0.001 + coolingCoefficient: 0.001 + - type: ExplosionResistance + damageCoefficient: 0.2 + - type: FireProtection + reduction: 0.8 + - type: Armor + modifiers: + coefficients: + Blunt: 0.2 #ss-220 armReb + Slash: 0.2 #ss-220 armReb + Piercing: 0.2 #ss-220 armReb + Heat: 0.3 #ss-220 armReb + Radiation: 0.1 #ss-220 armReb + Caustic: 0.2 + Stamina: 0.1 + - type: Item + size: Huge + - type: ClothingSpeedModifier + walkModifier: 0.9 #ss-220 armReb + sprintModifier: 0.9 #ss-220 armReb + - type: HeldSpeedModifier + - type: ToggleableClothing + clothingPrototype: ClothingHeadHelmetHardsuitCentcomm + #ss220 special_sounds start + - type: SpecialSounds + - type: Vocal + sounds: + Male: MaleEvil + Female: FemaleEvil + Unsexed: MaleEvil + #ss220 special_sounds end diff --git a/Resources/Textures/SS220/Clothing/Head/Hardsuits/helmetcentcommhardsuit.rsi/icon-flash.png b/Resources/Textures/SS220/Clothing/Head/Hardsuits/helmetcentcommhardsuit.rsi/icon-flash.png new file mode 100644 index 00000000000000..65f022828751b4 Binary files /dev/null and b/Resources/Textures/SS220/Clothing/Head/Hardsuits/helmetcentcommhardsuit.rsi/icon-flash.png differ diff --git a/Resources/Textures/SS220/Clothing/Head/Hardsuits/helmetcentcommhardsuit.rsi/icon.png b/Resources/Textures/SS220/Clothing/Head/Hardsuits/helmetcentcommhardsuit.rsi/icon.png new file mode 100644 index 00000000000000..858ee3280403a6 Binary files /dev/null and b/Resources/Textures/SS220/Clothing/Head/Hardsuits/helmetcentcommhardsuit.rsi/icon.png differ diff --git a/Resources/Textures/SS220/Clothing/Head/Hardsuits/helmetcentcommhardsuit.rsi/meta.json b/Resources/Textures/SS220/Clothing/Head/Hardsuits/helmetcentcommhardsuit.rsi/meta.json new file mode 100644 index 00000000000000..0f78fc2e5e3b7e --- /dev/null +++ b/Resources/Textures/SS220/Clothing/Head/Hardsuits/helmetcentcommhardsuit.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", + "copyright": "Made by Waryt (discord) for SS220", + + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-flash" + }, + { + "name": "off-equipped-HELMET", + "directions": 4 + }, + { + "name": "on-equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/SS220/Clothing/Head/Hardsuits/helmetcentcommhardsuit.rsi/off-equipped-HELMET.png b/Resources/Textures/SS220/Clothing/Head/Hardsuits/helmetcentcommhardsuit.rsi/off-equipped-HELMET.png new file mode 100644 index 00000000000000..9d0882f8a48ed4 Binary files /dev/null and b/Resources/Textures/SS220/Clothing/Head/Hardsuits/helmetcentcommhardsuit.rsi/off-equipped-HELMET.png differ diff --git a/Resources/Textures/SS220/Clothing/Head/Hardsuits/helmetcentcommhardsuit.rsi/on-equipped-HELMET.png b/Resources/Textures/SS220/Clothing/Head/Hardsuits/helmetcentcommhardsuit.rsi/on-equipped-HELMET.png new file mode 100644 index 00000000000000..6a730ba8a2a3d9 Binary files /dev/null and b/Resources/Textures/SS220/Clothing/Head/Hardsuits/helmetcentcommhardsuit.rsi/on-equipped-HELMET.png differ diff --git a/Resources/Textures/SS220/Clothing/OuterClothing/Hardsuits/centcommhardsuit.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/SS220/Clothing/OuterClothing/Hardsuits/centcommhardsuit.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000000..0f86e0e0c5d478 Binary files /dev/null and b/Resources/Textures/SS220/Clothing/OuterClothing/Hardsuits/centcommhardsuit.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/SS220/Clothing/OuterClothing/Hardsuits/centcommhardsuit.rsi/icon.png b/Resources/Textures/SS220/Clothing/OuterClothing/Hardsuits/centcommhardsuit.rsi/icon.png new file mode 100644 index 00000000000000..131f561c56569e Binary files /dev/null and b/Resources/Textures/SS220/Clothing/OuterClothing/Hardsuits/centcommhardsuit.rsi/icon.png differ diff --git a/Resources/Textures/SS220/Clothing/OuterClothing/Hardsuits/centcommhardsuit.rsi/inhand-left.png b/Resources/Textures/SS220/Clothing/OuterClothing/Hardsuits/centcommhardsuit.rsi/inhand-left.png new file mode 100644 index 00000000000000..22bb93f487b17c Binary files /dev/null and b/Resources/Textures/SS220/Clothing/OuterClothing/Hardsuits/centcommhardsuit.rsi/inhand-left.png differ diff --git a/Resources/Textures/SS220/Clothing/OuterClothing/Hardsuits/centcommhardsuit.rsi/inhand-right.png b/Resources/Textures/SS220/Clothing/OuterClothing/Hardsuits/centcommhardsuit.rsi/inhand-right.png new file mode 100644 index 00000000000000..0c884d2d7321e3 Binary files /dev/null and b/Resources/Textures/SS220/Clothing/OuterClothing/Hardsuits/centcommhardsuit.rsi/inhand-right.png differ diff --git a/Resources/Textures/SS220/Clothing/OuterClothing/Hardsuits/centcommhardsuit.rsi/meta.json b/Resources/Textures/SS220/Clothing/OuterClothing/Hardsuits/centcommhardsuit.rsi/meta.json new file mode 100644 index 00000000000000..ebc09ac8c60443 --- /dev/null +++ b/Resources/Textures/SS220/Clothing/OuterClothing/Hardsuits/centcommhardsuit.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", + "copyright": "Made by Waryt (discord) for SS220", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}