(Add) black cap and some contraband (#23933)
* Add black cap and some contraband * Bot fix * bot fix 2 * Price increases
@@ -33,7 +33,7 @@
|
||||
sprite: Objects/Specific/Service/vending_machine_restock.rsi
|
||||
state: base
|
||||
product: CrateVendingMachineRestockClothesFilled
|
||||
cost: 4670
|
||||
cost: 4750
|
||||
category: Service
|
||||
group: market
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
After Width: | Height: | Size: 422 B |
BIN
Resources/Textures/Clothing/Head/Soft/blacksoft.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 221 B |
|
After Width: | Height: | Size: 362 B |
|
After Width: | Height: | Size: 375 B |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 423 B |
|
After Width: | Height: | Size: 221 B |
|
After Width: | Height: | Size: 389 B |
|
After Width: | Height: | Size: 367 B |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||