]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Added bulk cleanades crate (#38000)
authorHitlinemoss <209321380+Hitlinemoss@users.noreply.github.com>
Sun, 1 Jun 2025 15:48:16 +0000 (11:48 -0400)
committerGitHub <noreply@github.com>
Sun, 1 Jun 2025 15:48:16 +0000 (08:48 -0700)
* added bulk cleanades crate, cargo requests need debugging?

* fixed cargo request error

Resources/Prototypes/Catalog/Cargo/cargo_service.yml
Resources/Prototypes/Catalog/Fills/Crates/service.yml

index e170f8c59d88563ce9a0edd545d7765495c0483f..08796199cb97ed2b34a89b2c93cf99d5b2572980 100644 (file)
@@ -8,6 +8,16 @@
   category: cargoproduct-category-name-service
   group: market
 
+- type: cargoProduct
+  id: ServiceCleanerGrenades
+  icon:
+    sprite: Objects/Weapons/Grenades/janitor.rsi
+    state: icon
+  product: CrateServiceCleanerGrenades
+  cost: 400
+  category: cargoproduct-category-name-service
+  group: market
+
 - type: cargoProduct
   id: ServiceLightsReplacement
   icon:
index ccf39b2893d4e41f8767fdfcbfbb03faf3353726..c61247dea984618e1f437b8edf4905c3efd18e57 100644 (file)
         amount: 2
       - id: BoxCleanerGrenades
 
+- type: entity
+  id: CrateServiceCleanerGrenades
+  parent: CratePlastic
+  name: bulk cleanades crate
+  description: Contains two boxes of cleaner grenades, for those deeply-entrenched stains.
+  components:
+  - type: StorageFill
+    contents:
+      - id: BoxCleanerGrenades
+        amount: 2
+
 - type: entity
   id: CrateServiceReplacementLights
   parent: CrateGenericSteel