Make clothing cheaper and split clothing restock (#26805)
* Make clothing cheaper * bueah * proper price * :trollface:
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
materialComposition:
|
||||
Cloth: 50
|
||||
- type: StaticPrice
|
||||
price: 25
|
||||
price: 20
|
||||
|
||||
- type: entity
|
||||
abstract: true
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
- key: enum.StorageUiKey.Key
|
||||
type: StorageBoundUserInterface
|
||||
- type: StaticPrice
|
||||
price: 80
|
||||
price: 70
|
||||
|
||||
- type: entity
|
||||
abstract: true
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
- ClothMade
|
||||
- WhitelistChameleon
|
||||
- type: StaticPrice
|
||||
price: 70
|
||||
price: 50
|
||||
|
||||
- type: entity
|
||||
parent: ClothingOuterWinterCoat
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
tags:
|
||||
- WhitelistChameleon
|
||||
- type: StaticPrice
|
||||
price: 15
|
||||
price: 10
|
||||
|
||||
- type: entity
|
||||
abstract: true
|
||||
|
||||
Reference in New Issue
Block a user