Skip to content

Commit 25a3b0c

Browse files
Merge pull request #36 from thesaladmancer/captain-drip
Captain Clothing
2 parents 6e6b6c8 + 30efa6a commit 25a3b0c

File tree

26 files changed

+181
-0
lines changed

26 files changed

+181
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
- type: entity
2+
parent: ClothingHeadBase
3+
id: ESClothingHeadHatCaptain
4+
name: captain's cap
5+
description: A hat styled after old-age mariner's caps. Designated for captains of Pomelo Interspace Transport vessels.
6+
components:
7+
- type: Sprite
8+
sprite: _ES/Clothing/Head/Hats/captain.rsi
9+
layers:
10+
- state: icon
11+
- state: icon-color
12+
color: "#e9744a"
13+
- type: Item
14+
inhandVisuals:
15+
left:
16+
- state: inhand-left
17+
- state: inhand-left-color
18+
color: "#e9744a"
19+
right:
20+
- state: inhand-right
21+
- state: inhand-right-color
22+
color: "#e9744a"
23+
- type: Clothing
24+
sprite: _ES/Clothing/Head/Hats/captain.rsi
25+
clothingVisuals:
26+
head:
27+
- state: equipped-HELMET
28+
- state: equipped-HELMET-color
29+
color: "#e9744a"
30+
- type: Tag
31+
tags:
32+
- ClothMade
33+
- Recyclable
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
- type: entity
2+
parent: ClothingOuterStorageBase
3+
id: ESClothingOuterCoatCaptain
4+
name: captain's coat
5+
description: A dark coat fit for a captain. Its stripes match the color of Pomelo Interspace Transit.
6+
components:
7+
- type: Sprite
8+
sprite: _ES/Clothing/OuterClothing/Coats/captain.rsi
9+
layers:
10+
- state: icon
11+
- state: icon-color
12+
color: "#e9744a"
13+
- type: Item
14+
inhandVisuals:
15+
left:
16+
- state: inhand-left
17+
- state: inhand-left-color
18+
color: "#e9744a"
19+
right:
20+
- state: inhand-right
21+
- state: inhand-right-color
22+
color: "#e9744a"
23+
- type: Clothing
24+
sprite: _ES/Clothing/OuterClothing/Coats/captain.rsi
25+
clothingVisuals:
26+
outerClothing:
27+
- state: equipped-OUTERCLOTHING
28+
- state: equipped-OUTERCLOTHING-color
29+
color: "#e9744a"

Resources/Prototypes/_ES/Entities/Clothing/Uniforms/jumpsuits.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,14 @@
2727
- state: equipped-INNERCLOTHING-jumpsuit
2828
- state: equipped-INNERCLOTHING-shirt
2929
color: "#e9744a"
30+
31+
- type: entity
32+
parent: UnsensoredClothingUniformBase
33+
id: ESUnsensoredClothingUniformJumpsuitCaptain
34+
name: captain's uniform
35+
description: A collared long-sleeve shirt with dark brown slacks. Thankfully, a necktie is not part of dress code.
36+
components:
37+
- type: Sprite
38+
sprite: _ES/Clothing/Uniforms/Jumpsuit/captain.rsi
39+
- type: Clothing
40+
sprite: _ES/Clothing/Uniforms/Jumpsuit/captain.rsi
151 Bytes
Loading
437 Bytes
Loading
118 Bytes
Loading
290 Bytes
Loading
146 Bytes
Loading
410 Bytes
Loading
148 Bytes
Loading

0 commit comments

Comments
 (0)