Adds an alternate jumpsuit for botany (#4419)
* Adds an alternate botanists jumpsuit * Updated license information
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
|
After Width: | Height: | Size: 448 B |
BIN
Resources/Textures/Clothing/Head/Hats/truckershat.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 306 B |
|
After Width: | Height: | Size: 417 B |
|
After Width: | Height: | Size: 416 B |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 503 B |
|
After Width: | Height: | Size: 339 B |
|
After Width: | Height: | Size: 416 B |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||