Skip to content

Commit

Permalink
Merge pull request #1016 from SixValentine/CMO_Hardsuit_Touchup
Browse files Browse the repository at this point in the history
Cmo hardsuit touchup
  • Loading branch information
starlighthowls authored Dec 14, 2024
2 parents 9150648 + a9ea16b commit 868f11d
Show file tree
Hide file tree
Showing 15 changed files with 67 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,9 @@
description: Lightweight medical hardsuit helmet that doesn't restrict your head movements.
components:
- type: Sprite
sprite: Clothing/Head/Hardsuits/medical.rsi
sprite: _Impstation/Clothing/Head/Helmets/impcmohelmet.rsi
- type: Clothing
sprite: Clothing/Head/Hardsuits/medical.rsi
sprite: _Impstation/Clothing/Head/Helmets/impcmohelmet.rsi
- type: PointLight
color: "#adf1ff"
- type: PressureProtection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,9 @@
description: A special suit that protects against hazardous, low pressure environments. Built with lightweight materials for easier movement.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Hardsuits/medical.rsi
sprite: _Impstation/Clothing/OuterClothing/Hardsuits/impcmo.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Hardsuits/medical.rsi
sprite: _Impstation/Clothing/OuterClothing/Hardsuits/impcmo.rsi
- type: PressureProtection
highPressureMultiplier: 0.3
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": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Vox states by Flareguy for Space Station 14. Recolor for Imp by Six Valentine",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon-flash"
},
{
"name": "off-equipped-HELMET",
"directions": 4
},
{
"name": "on-equipped-HELMET",
"directions": 4
},
{
"name": "off-equipped-HELMET-vox",
"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": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Vox state made by Flareguy for SS14. Blue IMP Recolor by SixValentine",
"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 868f11d

Please sign in to comment.