sprite: Objects/Specific/Service/vending_machine_restock.rsi
state: base
product: CrateVendingMachineRestockClothesFilled
- cost: 4750
+ cost: 4800
category: Service
group: market
ClothingHeadBandGreen: 2
ClothingHeadBandRed: 2
ClothingHeadBandSkull: 2
+ ClothingHeadHatGreyFlatcap: 3
+ ClothingHeadHatBrownFlatcap: 3
ClothingUniformJumpsuitColorGrey: 8
ClothingUniformJumpskirtColorGrey: 8
ClothingUniformJumpsuitColorWhite: 3
sprite: Clothing/Head/Hats/party_blue.rsi
- type: Clothing
sprite: Clothing/Head/Hats/party_blue.rsi
+
+- type: entity
+ parent: ClothingHeadBase
+ id: ClothingHeadHatGreyFlatcap
+ name: grey flatcap
+ description: Fashionable for both the working class and old man Jenkins.
+ components:
+ - type: Sprite
+ sprite: Clothing/Head/Hats/greyflatcap.rsi
+ - type: Clothing
+ sprite: Clothing/Head/Hats/greyflatcap.rsi
+
+- type: entity
+ parent: ClothingHeadBase
+ id: ClothingHeadHatBrownFlatcap
+ name: brown flatcap
+ description: Stupid clown! You made me look bad!
+ components:
+ - type: Sprite
+ sprite: Clothing/Head/Hats/brownflatcap.rsi
+ - type: Clothing
+ sprite: Clothing/Head/Hats/brownflatcap.rsi
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Spritework done by Hanzdegloker",
+ "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": "Spritework done by Hanzdegloker",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-HELMET",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}