]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Make clothing cheaper and split clothing restock (#26805)
authorlzk <124214523+lzk228@users.noreply.github.com>
Mon, 8 Apr 2024 15:10:58 +0000 (17:10 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Apr 2024 15:10:58 +0000 (11:10 -0400)
* Make clothing cheaper

* bueah

* proper price

* :trollface:

Resources/Prototypes/Catalog/Cargo/cargo_vending.yml
Resources/Prototypes/Catalog/Fills/Crates/vending.yml
Resources/Prototypes/Entities/Clothing/Belt/base_clothingbelt.yml
Resources/Prototypes/Entities/Clothing/Masks/masks.yml
Resources/Prototypes/Entities/Clothing/OuterClothing/base_clothingouter.yml
Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml
Resources/Prototypes/Entities/Clothing/base_clothing.yml

index dda462abece2e3a9a1ca386ac42995a67e981959..dd43ec40948601cfecc184f072856b98292fd715 100644 (file)
     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
 
index 5a6b5ca089f288d24f854adcea08f5500233f79b..d54e103a70f24ef8817a7deac57d415d32f0f03e 100644 (file)
   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
index 2f904d3438cedd5218d03e26aefdae5fa61580f2..76aca4df130dfef24836e7abd7567ce20e03efc0 100644 (file)
@@ -14,7 +14,7 @@
     materialComposition:
       Cloth: 50
   - type: StaticPrice
-    price: 25
+    price: 20
 
 - type: entity
   abstract: true
index ad738792a73ceec7e8f0c94ee478ce5cbb4443f8..4d7351464ff4db907592b47cf120463c8f6b0770 100644 (file)
     materialComposition:
       Steel: 50
       Plastic: 100
+  - type: StaticPrice
+    price: 12.5 # increases in price after decomposed into raw materials
 
 - type: entity
   parent: ClothingMaskBase
index 310661f6ca8ac0e71adecd3ab8c12fa7b4101f88..987d3c2f242c37162dcfd739ce8448e3bba11e44 100644 (file)
@@ -41,7 +41,7 @@
     - key: enum.StorageUiKey.Key
       type: StorageBoundUserInterface
   - type: StaticPrice
-    price: 80
+    price: 70
 
 - type: entity
   abstract: true
index 84b1e2eb485c04e7e8a0d2002e31f0b0b22f7217..b792a97627f4ed3fd7f1b00380fad8fd483c163b 100644 (file)
@@ -32,7 +32,7 @@
     - ClothMade
     - WhitelistChameleon
   - type: StaticPrice
-    price: 70
+    price: 50
 
 - type: entity
   parent: ClothingOuterWinterCoat
index 92a698dd301abf88aab95d15fa641ba374e2d89b..44613e042f8a97e2419d715a0cb8fba8bfb93e5c 100644 (file)
@@ -10,7 +10,7 @@
     tags:
       - WhitelistChameleon
   - type: StaticPrice
-    price: 15
+    price: 10
 
 - type: entity
   abstract: true