(Add) black cap and some contraband (#23933)

* Add black cap and some contraband

* Bot fix

* bot fix 2

* Price increases
This commit is contained in:
Jackal298
2024-01-12 02:19:58 +03:00
committed by GitHub
parent 092d858df9
commit 13c91c405c
13 changed files with 77 additions and 1 deletions

View File

@@ -33,7 +33,7 @@
sprite: Objects/Specific/Service/vending_machine_restock.rsi
state: base
product: CrateVendingMachineRestockClothesFilled
cost: 4670
cost: 4750
category: Service
group: market

View File

@@ -64,6 +64,7 @@
ClothingHeadHatGreensoft: 2
ClothingHeadHatOrangesoft: 2
ClothingHeadHatRedsoft: 2
ClothingHeadHatBlacksoft: 2
ClothingHeadHatPurplesoft: 2
ClothingHeadHatCorpsoft: 2
ClothingHeadFishCap: 2
@@ -81,5 +82,6 @@
ClothingHandsGlovesColorOrange: 2
ClothingHandsGlovesColorPurple: 2
contrabandInventory:
ClothingMaskNeckGaiter: 2
ClothingUniformJumpsuitTacticool: 1
ClothingUniformJumpskirtTacticool: 1

View File

@@ -113,6 +113,28 @@
- type: Clothing
sprite: Clothing/Head/Soft/greensoft_flipped.rsi
- type: entity
parent: ClothingHeadBaseButcherable
id: ClothingHeadHatBlacksoft
name: black cap
description: "It's a baseball hat in a tasteless black colour."
components:
- type: Sprite
sprite: Clothing/Head/Soft/blacksoft.rsi
- type: Clothing
sprite: Clothing/Head/Soft/blacksoft.rsi
- type: entity
parent: ClothingHeadBaseButcherable
id: ClothingHeadHatBlacksoftFlipped
name: black cap flipped
description: "It's a baseball hat in a tasteless black colour. Flipped."
components:
- type: Sprite
sprite: Clothing/Head/Soft/blacksoft_flipped.rsi
- type: Clothing
sprite: Clothing/Head/Soft/blacksoft_flipped.rsi
- type: entity
parent: ClothingHeadBaseButcherable
id: ClothingHeadHatGreysoft

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 375 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
"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: 423 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 B

View File

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