Skip to content

Commit

Permalink
warytHardsuitCentcomm
Browse files Browse the repository at this point in the history
  • Loading branch information
Surani1 committed Oct 29, 2024
1 parent 5ddaee9 commit f30c22c
Show file tree
Hide file tree
Showing 12 changed files with 133 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -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
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -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
}
]
}

0 comments on commit f30c22c

Please sign in to comment.