-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
81 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
Resources/Prototypes/ADT/Entities/Clothing/Uniforms/Jumpskirt.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
- type: entity | ||
parent: ClothingUniformBase | ||
id: ADTClothingUniformPathologistSkirt | ||
name: pathologist jumpskirt | ||
description: A lightweight jumpskirt for a morgue worker | ||
components: | ||
- type: Sprite | ||
sprite: ADT/Clothing/Uniforms/Jumpskirt/pathologist.rsi | ||
- type: Clothing | ||
sprite: ADT/Clothing/Uniforms/Jumpskirt/pathologist.rsi | ||
|
||
- type: entity | ||
parent: ClothingUniformBase | ||
id: ADTClothingUniformPathologistSkirtAlt | ||
name: pathologist jumpskirt | ||
description: A lightweight jumpskirt for a morgue worker. A darker version. | ||
components: | ||
- type: Sprite | ||
sprite: ADT/Clothing/Uniforms/Jumpskirt/pathologist_alt.rsi | ||
- type: Clothing | ||
sprite: ADT/Clothing/Uniforms/Jumpskirt/pathologist_alt.rsi |
Binary file added
BIN
+1.25 KB
...ures/ADT/Clothing/Uniforms/Jumpskirt/pathologist.rsi/equipped-INNERCLOTHING.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+516 Bytes
Resources/Textures/ADT/Clothing/Uniforms/Jumpskirt/pathologist.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+562 Bytes
Resources/Textures/ADT/Clothing/Uniforms/Jumpskirt/pathologist.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+589 Bytes
...urces/Textures/ADT/Clothing/Uniforms/Jumpskirt/pathologist.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions
26
Resources/Textures/ADT/Clothing/Uniforms/Jumpskirt/pathologist.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Created by JustKekc", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-INNERCLOTHING", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+1.16 KB
.../ADT/Clothing/Uniforms/Jumpskirt/pathologist_alt.rsi/equipped-INNERCLOTHING.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+499 Bytes
Resources/Textures/ADT/Clothing/Uniforms/Jumpskirt/pathologist_alt.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+560 Bytes
...es/Textures/ADT/Clothing/Uniforms/Jumpskirt/pathologist_alt.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+578 Bytes
...s/Textures/ADT/Clothing/Uniforms/Jumpskirt/pathologist_alt.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions
26
Resources/Textures/ADT/Clothing/Uniforms/Jumpskirt/pathologist_alt.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Created by JustKekc", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-INNERCLOTHING", | ||
"directions": 4 | ||
} | ||
] | ||
} |