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
state: base
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
group: market

View File

@@ -22,11 +22,20 @@
id: CrateVendingMachineRestockClothesFilled
parent: CratePlastic
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:
- type: StorageFill
contents:
- 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
- type: entity

View File

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

View File

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

View File

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

View File

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

View File

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