Skip to content

Commit

Permalink
engineering-update-hardsuit
Browse files Browse the repository at this point in the history
  • Loading branch information
EstKemran committed Jan 6, 2025
1 parent 24b4f07 commit bd239da
Show file tree
Hide file tree
Showing 41 changed files with 225 additions and 32 deletions.
56 changes: 30 additions & 26 deletions Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,29 +36,33 @@
description: A special hardsuit helmet designed for working in low-pressure, high thermal environments.
components:
- type: Sprite
sprite: Clothing/Head/Hardsuits/atmospherics.rsi
layers:
- state: icon
- state: icon-unshaded
shader: unshaded
- state: light-overlay
visible: false
shader: unshaded
map: [ "light" ]
- type: HandheldLight
addPrefix: false
- type: ToggleableLightVisuals
spriteLayer: light
clothingVisuals:
head:
- state: equipped-head-light
shader: unshaded
sprite: SS220/Clothing/Head/Hardsuits/atmospherics.rsi # ss220-engineering-update-hardsuit
# ss220-engineering-update-hardsuit-begin
# layers:
# - state: icon
# - state: icon-unshaded
# shader: unshaded
# - state: light-overlay
# visible: false
# shader: unshaded
# map: [ "light" ]
# - type: HandheldLight
# addPrefix: false
# - type: ToggleableLightVisuals
# spriteLayer: light
# clothingVisuals:
# head:
# - state: equipped-head-light
# shader: unshaded
# - type: Clothing
# clothingVisuals:
# head:
# - state: equipped-head
# - state: equipped-head-unshaded
# shader: unshaded
- type: Clothing
clothingVisuals:
head:
- state: equipped-head
- state: equipped-head-unshaded
shader: unshaded
sprite: SS220/Clothing/Head/Hardsuits/atmospherics.rsi
# ss220-engineering-update-hardsuit-end
- type: PointLight
color: "#adffe6"
- type: PressureProtection
Expand All @@ -77,9 +81,9 @@
description: An engineering hardsuit helmet designed for working in low-pressure, high radioactive environments.
components:
- type: Sprite
sprite: Clothing/Head/Hardsuits/engineering.rsi
sprite: SS220/Clothing/Head/Hardsuits/engineering.rsi # ss220-engineering-update-hardsuit
- type: Clothing
sprite: Clothing/Head/Hardsuits/engineering.rsi
sprite: SS220/Clothing/Head/Hardsuits/engineering.rsi # ss220-engineering-update-hardsuit
- type: PointLight
color: "#ffdbad"
- type: PressureProtection
Expand All @@ -93,15 +97,15 @@
description: Special hardsuit helmet, made for the chief engineer of the station.
components:
- type: Sprite
sprite: Clothing/Head/Hardsuits/engineering-white.rsi
sprite: SS220/Clothing/Head/Hardsuits/engineering-white.rsi # ss220-engineering-update-hardsuit
- type: Clothing
#SS220-Chief-Helmet-FIX-Begin
# clothingVisuals:
# head:
# - state: equipped-head
# - state: equipped-head-unshaded
# shader: unshaded
sprite: Clothing/Head/Hardsuits/engineering-white.rsi
sprite: SS220/Clothing/Head/Hardsuits/engineering-white.rsi # ss220-engineering-update-hardsuit
#SS220-Chief-Helmet-FIX-End
- type: PointLight
color: "#daffad"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
description: A special suit that protects against hazardous, low pressure environments. Has thermal shielding.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Hardsuits/atmospherics.rsi
sprite: SS220/Clothing/OuterClothing/Hardsuits/atmospherics.rsi #ss220-engineering-update-hardsuit
- type: Clothing
sprite: Clothing/OuterClothing/Hardsuits/atmospherics.rsi
sprite: SS220/Clothing/OuterClothing/Hardsuits/atmospherics.rsi #ss220-engineering-update-hardsuit
- type: PressureProtection
highPressureMultiplier: 0.02
lowPressureMultiplier: 1000
Expand Down Expand Up @@ -74,9 +74,9 @@
description: A special suit that protects against hazardous, low pressure environments. Has radiation shielding.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Hardsuits/engineering.rsi
sprite: SS220/Clothing/OuterClothing/Hardsuits/engineering.rsi #ss220-engineering-update-hardsuit
- type: Clothing
sprite: Clothing/OuterClothing/Hardsuits/engineering.rsi
sprite: SS220/Clothing/OuterClothing/Hardsuits/engineering.rsi #ss220-engineering-update-hardsuit
- type: PressureProtection
highPressureMultiplier: 0.04
lowPressureMultiplier: 1000
Expand Down Expand Up @@ -353,9 +353,9 @@
description: A special hardsuit that protects against hazardous, low pressure environments, made for the chief engineer of the station.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Hardsuits/engineering-white.rsi
sprite: SS220/Clothing/OuterClothing/Hardsuits/engineering-white.rsi #ss220-engineering-update-hardsuit
- type: Clothing
sprite: Clothing/OuterClothing/Hardsuits/engineering-white.rsi
sprite: SS220/Clothing/OuterClothing/Hardsuits/engineering-white.rsi #ss220-engineering-update-hardsuit
- type: PressureProtection
highPressureMultiplier: 0.02
lowPressureMultiplier: 1000
Expand Down
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,33 @@
{
"version": 1,
"license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt",
"copyright": "Sprited by okroshka59 (Discord) for SS220",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon-flash"
},
{
"name": "off-equipped-HELMET",
"directions": 4
},
{
"name": "off-equipped-HELMET-vox",
"directions": 4
},
{
"name": "on-equipped-HELMET",
"directions": 4
},
{
"name": "on-equipped-HELMET-vox",
"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,33 @@
{
"version": 1,
"license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt",
"copyright": "Sprited by okroshka59 (Discord) for SS220",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon-flash"
},
{
"name": "off-equipped-HELMET",
"directions": 4
},
{
"name": "off-equipped-HELMET-vox",
"directions": 4
},
{
"name": "on-equipped-HELMET",
"directions": 4
},
{
"name": "on-equipped-HELMET-vox",
"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,33 @@
{
"version": 1,
"license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt",
"copyright": "Sprited by okroshka59 (Discord) for SS220",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon-flash"
},
{
"name": "off-equipped-HELMET",
"directions": 4
},
{
"name": "off-equipped-HELMET-vox",
"directions": 4
},
{
"name": "on-equipped-HELMET",
"directions": 4
},
{
"name": "on-equipped-HELMET-vox",
"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.
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,30 @@
{
"version": 1,
"license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt",
"copyright": "Sprited by okroshka59 (Discord) for SS220",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "equipped-OUTERCLOTHING-vox",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": 1,
"license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt",
"copyright": "Sprited by okroshka59 (Discord) for SS220",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "equipped-OUTERCLOTHING-vox",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": 1,
"license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt",
"copyright": "Sprited by okroshka59 (Discord) for SS220",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "equipped-OUTERCLOTHING-vox",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit bd239da

Please sign in to comment.