-
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.
Colored Drip 1 - Coats, Dresses, Jumpsuits and Skirts (#437)
- Loading branch information
Showing
10 changed files
with
102 additions
and
5 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
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
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
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
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
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
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
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
30 changes: 30 additions & 0 deletions
30
Resources/Prototypes/_CD/Entities/Clothing/Uniforms/color_jumpskirts.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,30 @@ | ||
# Dark Purple Jumpskirt | ||
- type: entity | ||
parent: ClothingUniformSkirtBase | ||
id: ClothingUniformJumpskirtColorDarkPurple | ||
name: dark purple jumpskirt | ||
description: A generic dark purple jumpskirt with no rank markings. | ||
components: | ||
- type: Sprite | ||
sprite: Clothing/Uniforms/Jumpskirt/color.rsi | ||
layers: | ||
- state: icon | ||
color: "#8100ac" | ||
- state: trinkets-icon | ||
- type: Item | ||
inhandVisuals: | ||
left: | ||
- state: inhand-left | ||
color: "#8100ac" | ||
- state: trinkets-inhand-left | ||
right: | ||
- state: inhand-right | ||
color: "#8100ac" | ||
- state: trinkets-inhand-right | ||
- type: Clothing | ||
sprite: Clothing/Uniforms/Jumpskirt/color.rsi | ||
clothingVisuals: | ||
jumpsuit: | ||
- state: equipped-INNERCLOTHING | ||
color: "#8100ac" | ||
- state: trinkets-equipped-INNERCLOTHING |
30 changes: 30 additions & 0 deletions
30
Resources/Prototypes/_CD/Entities/Clothing/Uniforms/color_jumpsuits.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,30 @@ | ||
# Dark Purple Jumpsuit | ||
- type: entity | ||
parent: ClothingUniformBase | ||
id: ClothingUniformJumpsuitColorDarkPurple | ||
name: dark purple jumpsuit | ||
description: A generic dark purple jumpsuit with no rank markings. | ||
components: | ||
- type: Sprite | ||
sprite: Clothing/Uniforms/Jumpsuit/color.rsi | ||
layers: | ||
- state: icon | ||
color: "#8100ac" | ||
- state: trinkets-icon | ||
- type: Item | ||
inhandVisuals: | ||
left: | ||
- state: inhand-left | ||
color: "#8100ac" | ||
- state: trinkets-inhand-left | ||
right: | ||
- state: inhand-right | ||
color: "#8100ac" | ||
- state: trinkets-inhand-right | ||
- type: Clothing | ||
sprite: Clothing/Uniforms/Jumpsuit/color.rsi | ||
clothingVisuals: | ||
jumpsuit: | ||
- state: equipped-INNERCLOTHING | ||
color: "#8100ac" | ||
- state: trinkets-equipped-INNERCLOTHING |