Skip to content

Commit

Permalink
Surgery clothing resprite (SerbiaStrong-220#1741)
Browse files Browse the repository at this point in the history
* surg cloth resprite

* surg cloth resprite

* surg cloth resprite (fix checks)

* surg cloth resprite (add HamsterWearable)

* comment fix

* fix comment fix
  • Loading branch information
chell4592 authored Sep 4, 2024
1 parent 15c45b6 commit 236b4b6
Show file tree
Hide file tree
Showing 41 changed files with 226 additions and 12 deletions.
28 changes: 22 additions & 6 deletions Resources/Prototypes/Entities/Clothing/Head/hats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -474,10 +474,12 @@
name: surgical cap
description: A blue cap surgeons wear during operations. Keeps their hair from tickling your internal organs.
components:
#SS220-surgery-resprite begin
- type: Sprite
sprite: Clothing/Head/Hats/surgcap_blue.rsi
sprite: SS220/Clothing/Head/Hats/surgcap_blue.rsi
- type: Clothing
sprite: Clothing/Head/Hats/surgcap_blue.rsi
sprite: SS220/Clothing/Head/Hats/surgcap_blue.rsi
#SS220-surgery-resprite end
- type: Tag
tags:
- ClothMade
Expand All @@ -490,21 +492,35 @@
name: surgical cap
description: A green cap surgeons wear during operations. Keeps their hair from tickling your internal organs.
components:
#SS220-surgery-resprite begin
- type: Sprite
sprite: Clothing/Head/Hats/surgcap_green.rsi
sprite: SS220/Clothing/Head/Hats/surgcap_green.rsi
- type: Clothing
sprite: Clothing/Head/Hats/surgcap_green.rsi
sprite: SS220/Clothing/Head/Hats/surgcap_green.rsi
- type: Tag
tags:
- ClothMade
- HamsterWearable
- WhitelistChameleon
#SS220-surgery-resprite end

- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatSurgcapPurple
name: surgical cap
description: A purple cap surgeons wear during operations. Keeps their hair from tickling your internal organs.
components:
#SS220-surgery-resprite begin
- type: Sprite
sprite: Clothing/Head/Hats/surgcap_purple.rsi
sprite: SS220/Clothing/Head/Hats/surgcap_purple.rsi
- type: Clothing
sprite: Clothing/Head/Hats/surgcap_purple.rsi
sprite: SS220/Clothing/Head/Hats/surgcap_purple.rsi
- type: Tag
tags:
- ClothMade
- HamsterWearable
- WhitelistChameleon
#SS220-surgery-resprite end

- type: entity
parent: ClothingHeadBase
Expand Down
18 changes: 12 additions & 6 deletions Resources/Prototypes/Entities/Clothing/Uniforms/scrubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,35 @@
name: purple scrubs
description: A combination of comfort and utility intended to make removing every last organ someone has and selling them to a space robot much more official looking.
components:
#SS220-surgery-resprite begin
- type: Sprite
sprite: Clothing/Uniforms/Scrubs/purple.rsi
sprite: SS220/Clothing/Uniforms/Scrubs/purple.rsi
- type: Clothing
sprite: Clothing/Uniforms/Scrubs/purple.rsi
sprite: SS220/Clothing/Uniforms/Scrubs/purple.rsi
#SS220-surgery-resprite end

- type: entity
parent: ClothingUniformBase
id: UniformScrubsColorGreen
name: green scrubs
description: A combination of comfort and utility intended to make removing every last organ someone has and selling them to a space robot much more official looking.
components:
#SS220-surgery-resprite begin
- type: Sprite
sprite: Clothing/Uniforms/Scrubs/green.rsi
sprite: SS220/Clothing/Uniforms/Scrubs/green.rsi
- type: Clothing
sprite: Clothing/Uniforms/Scrubs/green.rsi
sprite: SS220/Clothing/Uniforms/Scrubs/green.rsi
#SS220-surgery-resprite end

- type: entity
parent: ClothingUniformBase
id: UniformScrubsColorBlue
name: blue scrubs
description: A combination of comfort and utility intended to make removing every last organ someone has and selling them to a space robot much more official looking.
components:
#SS220-surgery-resprite begin
- type: Sprite
sprite: Clothing/Uniforms/Scrubs/blue.rsi
sprite: SS220/Clothing/Uniforms/Scrubs/blue.rsi
- type: Clothing
sprite: Clothing/Uniforms/Scrubs/blue.rsi
sprite: SS220/Clothing/Uniforms/Scrubs/blue.rsi
#SS220-surgery-resprite 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.
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,34 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/2fea0a59470c476cf3f927833d3918d89cbe6af8. equipped-HELMET-vox state taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/31d6576ba8102135d058ef49c3cb6ecbe8db8a79, resprited by koreusky_samovar (Discord) for SS220",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "equipped-HELMET-hamster",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "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,34 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/2fea0a59470c476cf3f927833d3918d89cbe6af8. equipped-HELMET-vox state taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/31d6576ba8102135d058ef49c3cb6ecbe8db8a79, resprited by koreusky_samovar (Discord) for SS220",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "equipped-HELMET-hamster",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "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,34 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/2fea0a59470c476cf3f927833d3918d89cbe6af8. equipped-HELMET-vox state taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/31d6576ba8102135d058ef49c3cb6ecbe8db8a79, resprited by koreusky_samovar (Discord) for SS220",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "equipped-HELMET-hamster",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "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.
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/c838ba21dae97db345e0113f99596decd1d66039. In hand sprite scaled down by potato1234_x, derivative monkey made by brainfood1183 (github) for ss14, resprited by koreusky_samovar (Discord) for SS220",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-monkey",
"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": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039. In hand sprite scaled down by potato1234_x, derivative monkey made by brainfood1183 (github) for ss14, resprited by koreusky_samovar (Discord) for SS220",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-monkey",
"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": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039. In hand sprite scaled down by potato1234_x, derivative monkey made by brainfood1183 (github) for ss14, resprited by koreusky_samovar (Discord) for SS220",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-monkey",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit 236b4b6

Please sign in to comment.