Make clothing cheaper and split clothing restock (#26805)

* Make clothing cheaper

* bueah

* proper price

* :trollface:
This commit is contained in:
lzk
2024-04-08 17:10:58 +02:00
committed by GitHub
parent 2bbae3ecc8
commit 6ce53709bd
7 changed files with 27 additions and 6 deletions

View File

@@ -33,7 +33,17 @@
sprite: Objects/Specific/Service/vending_machine_restock.rsi sprite: Objects/Specific/Service/vending_machine_restock.rsi
state: base state: base
product: CrateVendingMachineRestockClothesFilled product: CrateVendingMachineRestockClothesFilled
cost: 6000 cost: 2400
category: cargoproduct-category-name-service
group: market
- type: cargoProduct
id: CrateVendingMachineRestockAutoDrobe
icon:
sprite: Objects/Specific/Service/vending_machine_restock.rsi
state: base
product: CrateVendingMachineRestockAutoDrobeFilled
cost: 1200
category: cargoproduct-category-name-service category: cargoproduct-category-name-service
group: market group: market

View File

@@ -22,11 +22,20 @@
id: CrateVendingMachineRestockClothesFilled id: CrateVendingMachineRestockClothesFilled
parent: CratePlastic parent: CratePlastic
name: clothing restock crate name: clothing restock crate
description: Contains a pair of restock boxes, one for the ClothesMate and one for the AutoDrobe. description: Contains a restock box for the clothes vending machines.
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: VendingMachineRestockClothes - id: VendingMachineRestockClothes
- type: entity
id: CrateVendingMachineRestockAutoDrobeFilled
parent: CratePlastic
name: AutoDrobe restock crate
description: Contains a restock box for the AutoDrobe.
components:
- type: StorageFill
contents:
- id: VendingMachineRestockCostumes - id: VendingMachineRestockCostumes
- type: entity - type: entity

View File

@@ -14,7 +14,7 @@
materialComposition: materialComposition:
Cloth: 50 Cloth: 50
- type: StaticPrice - type: StaticPrice
price: 25 price: 20
- type: entity - type: entity
abstract: true abstract: true

View File

@@ -177,6 +177,8 @@
materialComposition: materialComposition:
Steel: 50 Steel: 50
Plastic: 100 Plastic: 100
- type: StaticPrice
price: 12.5 # increases in price after decomposed into raw materials
- type: entity - type: entity
parent: ClothingMaskBase parent: ClothingMaskBase

View File

@@ -41,7 +41,7 @@
- key: enum.StorageUiKey.Key - key: enum.StorageUiKey.Key
type: StorageBoundUserInterface type: StorageBoundUserInterface
- type: StaticPrice - type: StaticPrice
price: 80 price: 70
- type: entity - type: entity
abstract: true abstract: true

View File

@@ -32,7 +32,7 @@
- ClothMade - ClothMade
- WhitelistChameleon - WhitelistChameleon
- type: StaticPrice - type: StaticPrice
price: 70 price: 50
- type: entity - type: entity
parent: ClothingOuterWinterCoat parent: ClothingOuterWinterCoat

View File

@@ -10,7 +10,7 @@
tags: tags:
- WhitelistChameleon - WhitelistChameleon
- type: StaticPrice - type: StaticPrice
price: 15 price: 10
- type: entity - type: entity
abstract: true abstract: true