Skip to content

Commit 5e90fc0

Browse files
authored
Merge pull request #204 from Darkmajia/bear-cloak
bear cloak
2 parents c8e17a1 + fd6b72a commit 5e90fc0

File tree

8 files changed

+43
-0
lines changed

8 files changed

+43
-0
lines changed

Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml

+9
Original file line numberDiff line numberDiff line change
@@ -272,3 +272,12 @@
272272
- type: Sprite
273273
sprite: Clothing/Neck/Cloaks/pan.rsi
274274

275+
- type: entity
276+
parent: ClothingNeckBase
277+
id: ClothingNeckCloakBear
278+
name: druid cloak
279+
description: This cloak has a wild-looking shape on it.
280+
components:
281+
- type: Sprite
282+
sprite: Clothing/Neck/Cloaks/bear.rsi
283+

Resources/Prototypes/Entities/Structures/Machines/lathe.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1130,6 +1130,7 @@
11301130
- ClothingNeckCloakGay
11311131
- ClothingNeckCloakEnby
11321132
- ClothingNeckCloakPan
1133+
- ClothingNeckCloakBear
11331134
- type: EmagLatheRecipes
11341135
emagStaticRecipes:
11351136
- ClothingHeadHatCentcomcap

Resources/Prototypes/Recipes/Lathes/clothing.yml

+7
Original file line numberDiff line numberDiff line change
@@ -1324,3 +1324,10 @@
13241324
completetime: 3.2
13251325
materials:
13261326
Durathread: 200
1327+
1328+
- type: latheRecipe
1329+
id: ClothingNeckCloakBear
1330+
result: ClothingNeckCloakBear
1331+
completetime: 3.2
1332+
materials:
1333+
Durathread: 200
Loading
Loading
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"version": 1,
3+
"license": "CC-BY-SA-3.0",
4+
"copyright": "Made by LandsharkRAWR in the HELLZONE discord",
5+
"size": {
6+
"x": 32,
7+
"y": 32
8+
},
9+
"states": [
10+
{
11+
"name": "icon"
12+
},
13+
{
14+
"name": "equipped-NECK",
15+
"directions": 4
16+
},
17+
{
18+
"name": "inhand-left",
19+
"directions": 4
20+
},
21+
{
22+
"name": "inhand-right",
23+
"directions": 4
24+
}
25+
]
26+
}

0 commit comments

Comments
 (0)