]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Added corn in butter (#19448)
authorАрт <123451459+JustArt1m@users.noreply.github.com>
Wed, 20 Sep 2023 09:51:08 +0000 (12:51 +0300)
committerGitHub <noreply@github.com>
Wed, 20 Sep 2023 09:51:08 +0000 (19:51 +1000)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml
Resources/Prototypes/Recipes/Cooking/meal_recipes.yml
Resources/Textures/Objects/Consumable/Food/meals.rsi/corn-in-butter.png [new file with mode: 0644]
Resources/Textures/Objects/Consumable/Food/meals.rsi/meta.json

index 0cb21ccf2bcd39cdce4f3d1e42a902a7aa918991..792e1a3e2c79a075c992e5c74c3f35728af1f065 100644 (file)
       - onion
   - type: Sprite
     state: taco
+
+- type: entity
+  name: corn in butter
+  parent: FoodMealBase
+  id: FoodMealCornInButter
+  description: Buttery.
+  components:
+  - type: Food
+    trash: FoodPlate
+  - type: FlavorProfile
+    flavors:
+      - corn
+      - butter
+  - type: Sprite
+    state: corn-in-butter
+  - type: SolutionContainerManager
+    solutions:
+      food:
+        maxVol: 10
+        reagents:
+        - ReagentId: Nutriment
+          Quantity: 4
+        - ReagentId: Vitamin
+          Quantity: 4
\ No newline at end of file
index bb43beb9fd591cedcbbc5deb9775ba07bce72d33..3b15730535e54a8599523516e2e454c64fe6d192 100644 (file)
   id: RecipePopcorn
   name: popcorn recipe
   result: FoodSnackPopcorn
-  time: 5
+  time: 20
   solids:
     FoodCorn: 1
 
   solids:
     FoodSpaceshroom: 1
 
-#cannabis    
 - type: microwaveMealRecipe
   id: RecipeCannabisButter
   name: cannabis butter recipe
     FoodCannabisButter: 2
     FoodSnackChocolateBar: 2
     FoodEgg: 3
+
+- type: microwaveMealRecipe
+  id: RecipeCornInButter
+  name: corn in butter recipe
+  result: FoodMealCornInButter
+  time: 10
+  solids:
+    FoodCorn: 1
+    FoodPlate: 1
+    FoodButter: 1
diff --git a/Resources/Textures/Objects/Consumable/Food/meals.rsi/corn-in-butter.png b/Resources/Textures/Objects/Consumable/Food/meals.rsi/corn-in-butter.png
new file mode 100644 (file)
index 0000000..aa0f1dd
Binary files /dev/null and b/Resources/Textures/Objects/Consumable/Food/meals.rsi/corn-in-butter.png differ
index 7e5df4d53f72a2e9055324b1342cbbe433fe47a2..c3af1577c8bec7b8b56e4683599fbd3bd0ccf936 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, taco from https://github.com/ss220-space/Paradise/commit/6c9bd827610433093a79d814b96bd50f9cf12eec",
+  "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24, taco from https://github.com/ss220-space/Paradise/commit/6c9bd827610433093a79d814b96bd50f9cf12eec, corn in butter from im_kreks",
   "size": {
     "x": 32,
     "y": 32
     },
     {
       "name": "yakiimo"
+    },
+    {
+      "name": "corn-in-butter"
     }
   ]
 }