sprite: Objects/Specific/Service/vending_machine_restock.rsi
state: base
product: CrateVendingMachineRestockClothesFilled
- cost: 4670
+ cost: 4750
category: Service
group: market
ClothingHeadHatGreensoft: 2
ClothingHeadHatOrangesoft: 2
ClothingHeadHatRedsoft: 2
+ ClothingHeadHatBlacksoft: 2
ClothingHeadHatPurplesoft: 2
ClothingHeadHatCorpsoft: 2
ClothingHeadFishCap: 2
ClothingHandsGlovesColorOrange: 2
ClothingHandsGlovesColorPurple: 2
contrabandInventory:
+ ClothingMaskNeckGaiter: 2
ClothingUniformJumpsuitTacticool: 1
ClothingUniformJumpskirtTacticool: 1
- 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
--- /dev/null
+{
+ "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
+ }
+ ]
+}
--- /dev/null
+{
+ "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
+ }
+ ]
+}