]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Added a crate of shark plushies to cargo (#36338)
authorTeenSarlacc <46608342+TeenSarlacc@users.noreply.github.com>
Mon, 14 Apr 2025 01:33:04 +0000 (21:33 -0400)
committerGitHub <noreply@github.com>
Mon, 14 Apr 2025 01:33:04 +0000 (03:33 +0200)
* shark time

* cargo

* unfucked a typo maybe

* unfucked a fuckup

---------

Co-authored-by: TeenSarlacc <baddiepro123@gmail.com>
Resources/Prototypes/Catalog/Cargo/cargo_fun.yml
Resources/Prototypes/Catalog/Fills/Crates/fun.yml

index 26f9e230a8b0cac65cf22ddf65a5391268fb3949..f4d29705d4601012c4098df496a041bdbd94c7fe 100644 (file)
   cost: 500
   category: cargoproduct-category-name-fun
   group: market
+  
+- type: cargoProduct
+  id: FunSharkPlushies
+  icon:
+    sprite: Objects/Fun/sharkplush.rsi
+    state: blue
+  product: CrateFunSharkPlushieBulk
+  cost: 500
+  category: cargoproduct-category-name-fun
+  group: market
 
 - type: cargoProduct
   id: FunBoardGames
index 2f5c247d75fa2071f09060bd57bf8a5ffe796f9f..a345ed724b487da07771462f42b60d834c0e9a0c 100644 (file)
           amount: !type:ConstantNumberSelector
             value: 3
 
+- type: entity  
+  id: CrateFunSharkPlushieBulk
+  parent: CrateGenericSteel
+  name: bulk soft toy shark crate
+  description: A crate filled with a variety of everyone's favorite finned friend. Rawr!
+  components:
+  - type: EntityTableContainerFill
+    containers:
+      entity_storage: !type:AllSelector
+        children:
+        - id: PlushieSharkBlue
+          amount: !type:ConstantNumberSelector
+            value: 2
+        - id: PlushieSharkPink
+          amount: !type:ConstantNumberSelector
+            value: 2
+        - id: PlushieSharkGrey
+          amount: !type:ConstantNumberSelector
+            value: 2
+
 - type: entity
   id: CrateFunInstrumentsVariety
   parent: CrateGenericSteel