Adds an alternate jumpsuit for botany (#4419)

* Adds an alternate botanists jumpsuit

* Updated license information
This commit is contained in:
Swept
2021-08-05 03:18:05 -07:00
committed by GitHub
parent 5d60af2656
commit 532c9a6431
13 changed files with 79 additions and 1 deletions

View File

@@ -84,3 +84,7 @@
prob: 0.8 prob: 0.8
- id: TomatoSeeds - id: TomatoSeeds
prob: 1 prob: 1
- id: ClothingUniformOveralls
prob: 1
- id: ClothingHeadHatTrucker
prob: 0.1

View File

@@ -23,7 +23,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatBeretEngineering id: ClothingHeadHatBeretEngineering
name: engineering beret name: engineering beret
description: A beret with the engineering insignia emblazoned on it. For engineers that are more inclined towards style than safety. description: A beret with the engineering insignia emblazoned on it. For engineers that are more inclined towards style than safety.
components: components:
- type: Sprite - type: Sprite
@@ -360,3 +360,14 @@
sprite: Clothing/Head/Hats/xmascrown.rsi sprite: Clothing/Head/Hats/xmascrown.rsi
- type: Clothing - type: Clothing
sprite: Clothing/Head/Hats/xmascrown.rsi sprite: Clothing/Head/Hats/xmascrown.rsi
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatTrucker
name: truckers hat
description: Formerly Chucks, this hat is yours now.
components:
- type: Sprite
sprite: Clothing/Head/Hats/truckershat.rsi
- type: Clothing
sprite: Clothing/Head/Hats/truckershat.rsi

View File

@@ -571,3 +571,14 @@
sprite: Clothing/Uniforms/Jumpsuit/rainbow.rsi sprite: Clothing/Uniforms/Jumpsuit/rainbow.rsi
- type: Clothing - type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/rainbow.rsi sprite: Clothing/Uniforms/Jumpsuit/rainbow.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformOveralls
name: overalls
description: Great for working outdoors.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/overalls.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/overalls.rsi

Binary file not shown.

After

Width:  |  Height:  |  Size: 448 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from baystation12 and modified by Swept at commit https://github.com/Baystation12/Baystation12/commit/80b2ded014aa871e6bceb6913b2961a23109aa23",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 503 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation and modified by Swept at commit https://github.com/tgstation/tgstation/commit/ac792e3226d48e5b3aaccff165ce100f7636a040",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}