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
|
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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
- ClothMade
|
- ClothMade
|
||||||
- WhitelistChameleon
|
- WhitelistChameleon
|
||||||
- type: StaticPrice
|
- type: StaticPrice
|
||||||
price: 70
|
price: 50
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoat
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
tags:
|
tags:
|
||||||
- WhitelistChameleon
|
- WhitelistChameleon
|
||||||
- type: StaticPrice
|
- type: StaticPrice
|
||||||
price: 15
|
price: 10
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
abstract: true
|
abstract: true
|
||||||
|
|||||||
Reference in New Issue
Block a user