Skip to content

Commit 17e7c7d

Browse files
prototypes and RSIs
1 parent 0207f51 commit 17e7c7d

30 files changed

+215
-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: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,33 @@
2727
- state: equipped-INNERCLOTHING-jumpsuit
2828
- state: equipped-INNERCLOTHING-shirt
2929
color: "#e9744a"
30+
31+
- type: entity
32+
parent: UnsensoredClothingUniformBase
33+
id: ESUnsensoredClothingUniformJumpsuitCaptainPIT
34+
name: captain's uniform
35+
description: A collared long-sleeve shirt with dull brown pants. It bares the color and logo of Pomelo Interspace Transit.
36+
components:
37+
- type: Sprite
38+
sprite: _ES/Clothing/Uniforms/Jumpsuit/captain.rsi
39+
layers:
40+
- state: icon
41+
- state: icon-color
42+
color: "#e9744a"
43+
- type: Item
44+
inhandVisuals:
45+
left:
46+
- state: inhand-left
47+
- state: inhand-left-color
48+
color: "#e9744a"
49+
right:
50+
- state: inhand-right
51+
- state: inhand-right-color
52+
color: "#e9744a"
53+
- type: Clothing
54+
sprite: _ES/Clothing/Uniforms/Jumpsuit/captain.rsi
55+
clothingVisuals:
56+
jumpsuit:
57+
- state: equipped-INNERCLOTHING
58+
- state: equipped-INNERCLOTHING-color
59+
color: "#e9744a"
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)