]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add Stonk Pockets (#24876)
authorTayrtahn <tayrtahn@gmail.com>
Sat, 3 Feb 2024 01:55:02 +0000 (20:55 -0500)
committerGitHub <noreply@github.com>
Sat, 3 Feb 2024 01:55:02 +0000 (12:55 +1100)
* Added stonk pockets

* Give me a little credit

* Update Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/meta.json

* Update Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/meta.json

---------

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Resources/Locale/en-US/flavors/flavor-profiles.ftl
Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/donkpocketbox.yml
Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/donkpocket.yml
Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml
Resources/Prototypes/Entities/Objects/Decoration/present.yml
Resources/Prototypes/Flavors/flavors.yml
Resources/Prototypes/Recipes/Cooking/meal_recipes.yml
Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/meta.json
Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/stonk-box.png [new file with mode: 0644]
Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/stonk.png [new file with mode: 0644]

index 0fa0f7dfe12b34a88eb78d5f5e85acfe1646e652..7c4242d4b3eccb33f60dee1602f7edf60cc7f956 100644 (file)
@@ -165,6 +165,7 @@ flavor-complex-glue = like glue
 flavor-complex-spaceshroom-cooked = like space umami
 flavor-complex-lost-friendship = like lost friendship
 flavor-complex-light = like a light gone out
+flavor-complex-profits = like profits
 
 # Drink-specific flavors.
 
index cf7b2a5e86944042112db791c221bf0766288545..fb52cd1c40d2890afc093a8ef4f0d4a080a25b79 100644 (file)
@@ -14,6 +14,7 @@
         - FoodBoxDonkpocketSpicy
         - FoodBoxDonkpocketTeriyaki
         - FoodBoxDonkpocketPizza
+        - FoodBoxDonkpocketStonk
         - FoodBoxDonkpocketBerry
         - FoodBoxDonkpocketHonk
         - FoodBoxDonkpocketDink
index 2e0340530513704f33a55099d520d408b0566412..1347aa42a1fb287ac1e52122d35ae4c6836f9c5e 100644 (file)
         - ReagentId: Sugar
           Quantity: 2
 
+- type: entity
+  name: stonk-pocket
+  parent: FoodDonkpocketBase
+  id: FoodDonkpocketStonk
+  description: Tasty, but a sad reminder of the great crash of '24
+  components:
+  - type: FlavorProfile
+    flavors:
+      - profits
+      - cheap
+  - type: SolutionContainerManager
+    solutions:
+      food:
+        reagents:
+        - ReagentId: Nutriment
+          Quantity: 5
+  - type: Sprite
+    state: stonk
+
+- type: entity
+  name: warm stonk-pocket
+  parent: FoodDonkpocketStonk
+  id: FoodDonkpocketStonkWarm
+  components:
+  - type: FlavorProfile
+    flavors:
+      - profits
+      - cheap
+  - type: SolutionContainerManager
+    solutions:
+      food:
+        reagents:
+        - ReagentId: Nutriment
+          Quantity: 10
+        - ReagentId: Omnizine
+          Quantity: 2
+
 - type: entity
   name: dink-pocket
   parent: FoodDonkpocketBase
index bec5f3ee08c16d373be3d98aa14665051ac9a4a9..e7690ecf781b8f481054f30f08161e99ddcd41cc 100644 (file)
     - id: FoodDonkpocketPizza
       amount: 6
 
+- type: entity
+  parent: FoodBoxDonkpocket
+  id: FoodBoxDonkpocketStonk
+  name: box of limited edition stonk-pockets
+  components:
+  - type: Sprite
+    state: stonk-box
+  - type: Item
+    sprite: Objects/Consumable/Food/Baked/donkpocket.rsi
+  - type: StorageFill
+    contents:
+    - id: FoodDonkpocketStonk
+      amount: 6
+
 - type: entity
   parent: FoodBoxDonkpocket
   id: FoodBoxDonkpocketBerry
index 66065d6958700ae9bf3c1d053fae76f7fc2f2d42..c6b6c9b22d313179f9b7db94ca54847c0460a9ea 100644 (file)
         orGroup: GiftPool
       - id: FoodBoxDonkpocketPizza
         orGroup: GiftPool
+      - id: FoodBoxDonkpocketStonk
+        orGroup: GiftPool
       - id: FoodBoxDonkpocketBerry
         orGroup: GiftPool
       - id: FoodBoxDonkpocketHonk
index af83922c44f49302cd6ec848072e65a27cad7ba5..4f5103efab38880d8e4dbf35ecae521670062504 100644 (file)
   id: light
   flavorType: Complex
   description: flavor-complex-light
+
+- type: flavor
+  id: profits
+  flavorType: Complex
+  description: flavor-complex-profits
index 5a44dd2c23185665fddd6bed1fc8df8dc89bb9df..2eed557eaa9c42540e38e78cd49d12d9baa54800 100644 (file)
   name: cat cake recipe
   result: MobCatCake
   time: 15
-  reagents: 
+  reagents:
     Milk: 15
     Cognizine: 5
   solids:
   solids:
     FoodDonkpocketBerry: 1
 
+- type: microwaveMealRecipe
+  id: RecipeDonkpocketStonk
+  name: warm stonk-pocket recipe
+  result: FoodDonkpocketStonkWarm
+  time: 5
+  solids:
+    FoodDonkpocketStonk: 1
+
+
 - type: microwaveMealRecipe
   id: RecipeHotChili
   name: hot chili recipe
index bf4050e45ecfdd66d15e27cb0b040c19e743de8d..bd3331fa8bae63050203ad208faf23c8229482cf 100644 (file)
@@ -1,7 +1,7 @@
 {
   "version": 1,
   "license": "CC-BY-SA-3.0",
-  "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24",
+  "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24. Stonk pocket by Tayrtahn on GitHub",
   "size": {
     "x": 32,
     "y": 32
     {
       "name": "teriyaki-box"
     },
-       {
+    {
       "name": "dink-box"
     },
-       {
+    {
       "name": "dink"
     },
+    {
+      "name": "stonk-box"
+    },
+    {
+      "name": "stonk"
+    },
     {
       "name": "inhand-left",
       "directions": 4
diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/stonk-box.png b/Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/stonk-box.png
new file mode 100644 (file)
index 0000000..c69cbd9
Binary files /dev/null and b/Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/stonk-box.png differ
diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/stonk.png b/Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/stonk.png
new file mode 100644 (file)
index 0000000..1f3df92
Binary files /dev/null and b/Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/stonk.png differ