Skip to content

Commit 7471678

Browse files
assets and prototype
1 parent 06d872a commit 7471678

File tree

10 files changed

+70
-0
lines changed

10 files changed

+70
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
- type: entity
2+
parent: UnsensoredClothingUniformBase
3+
id: ESUnsensoredClothingUniformJumpsuitEngineeringPIT
4+
name: engineering overalls
5+
description: A rugged orange shirt with dark overalls. It bares the color and logo of Pomelo Interspace Transit.
6+
components:
7+
- type: Sprite
8+
sprite: _ES/Clothing/Uniforms/Jumpsuit/engineering.rsi
9+
layers:
10+
- state: icon-jumpsuit
11+
- state: icon-shirt
12+
color: "#e9744a"
13+
- type: Item
14+
inhandVisuals:
15+
left:
16+
- state: inhand-left-jumpsuit
17+
- state: inhand-left-shirt
18+
color: "#e9744a"
19+
right:
20+
- state: inhand-right-jumpsuit
21+
- state: inhand-right-shirt
22+
color: "#e9744a"
23+
- type: Clothing
24+
sprite: _ES/Clothing/Uniforms/Jumpsuit/engineering.rsi
25+
clothingVisuals:
26+
jumpsuit:
27+
- state: equipped-INNERCLOTHING-jumpsuit
28+
- state: equipped-INNERCLOTHING-shirt
29+
color: "#e9744a"
941 Bytes
Loading
491 Bytes
Loading
349 Bytes
Loading
184 Bytes
Loading
379 Bytes
Loading
263 Bytes
Loading
415 Bytes
Loading
259 Bytes
Loading
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"version": 1,
3+
"license": "CC-BY-NC-SA-4.0",
4+
"copyright": "thesaladmancer on Discord / Twitter / Github",
5+
"size": {
6+
"x": 32,
7+
"y": 32
8+
},
9+
"states": [
10+
{
11+
"name": "icon-jumpsuit"
12+
},
13+
{
14+
"name": "icon-shirt"
15+
},
16+
{
17+
"name": "equipped-INNERCLOTHING-jumpsuit",
18+
"directions": 4
19+
},
20+
{
21+
"name": "equipped-INNERCLOTHING-shirt",
22+
"directions": 4
23+
},
24+
{
25+
"name": "inhand-left-jumpsuit",
26+
"directions": 4
27+
},
28+
{
29+
"name": "inhand-left-shirt",
30+
"directions": 4
31+
},
32+
{
33+
"name": "inhand-right-jumpsuit",
34+
"directions": 4
35+
},
36+
{
37+
"name": "inhand-right-shirt",
38+
"directions": 4
39+
}
40+
]
41+
}

0 commit comments

Comments
 (0)