]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add pumpkin pie! (#32623)
authorbeck-thompson <107373427+beck-thompson@users.noreply.github.com>
Tue, 8 Oct 2024 23:29:41 +0000 (16:29 -0700)
committerGitHub <noreply@github.com>
Tue, 8 Oct 2024 23:29:41 +0000 (10:29 +1100)
* first commit

* Licence fix

* rosysyntax licence change (permission granted!)

* simplify

* Better wording

Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pie.yml
Resources/Prototypes/Recipes/Cooking/meal_recipes.yml
Resources/Textures/Objects/Consumable/Food/Baked/pie.rsi/meta.json
Resources/Textures/Objects/Consumable/Food/Baked/pie.rsi/pumpkin-slice.png [new file with mode: 0644]
Resources/Textures/Objects/Consumable/Food/Baked/pie.rsi/pumpkin.png [new file with mode: 0644]

index c9ac4833431579ea37d80470a08d9946e8736840..b86a4201e8b797c6a7963ce50641a0dbf02f9b05 100644 (file)
@@ -23,7 +23,7 @@
         - ReagentId: Vitamin
           Quantity: 5
   - type: Food #All pies here made with a pie tin; unless you're some kind of savage, you're probably not destroying this when you eat or slice the pie!
-    trash: 
+    trash:
     - FoodPlateTin
   - type: SliceableFood
     count: 4
     - Slice
 # Tastes like pie, meat.
 
+- type: entity
+  name: pumpkin pie
+  parent: FoodPieBase
+  id: FoodPiePumpkin
+  description: Someone should turn this into a latte!
+  components:
+  - type: FlavorProfile
+    flavors:
+      - sweet
+      - pumpkin
+  - type: Sprite
+    layers:
+    - state: tin
+    - state: pumpkin
+  - type: SliceableFood
+    slice: FoodPiePumpkinSlice
+  - type: Tag
+    tags:
+    - Pie
+
+- type: entity
+  name: slice of pumpkin pie
+  parent: FoodPieSliceBase
+  id: FoodPiePumpkinSlice
+  components:
+  - type: FlavorProfile
+    flavors:
+      - sweet
+      - pumpkin
+  - type: Sprite
+    layers:
+    - state: pumpkin-slice
+  - type: Tag
+    tags:
+    - Pie
+    - Slice
+
 - type: entity
   name: xeno pie
   parent: FoodPieBase
index 8dc25c1c7251ddd5734079d32d59014c0b917f31..fa2b6573915d8bf680ead852accec055d227daf6 100644 (file)
     FoodMeat: 3
     FoodPlateTin: 1
 
+- type: microwaveMealRecipe
+  id: RecipePumpkinPie
+  name: pumpkin pie recipe
+  result: FoodPiePumpkin
+  time: 15
+  solids:
+    FoodDoughPie: 1
+    FoodPumpkin: 1
+    FoodPlateTin: 1
+
 #- type: microwaveMealRecipe
 #  id: RecipePlumpPie
 #  name: plump pie recipe
   solids:
     FoodCroissantRaw: 1
     FoodButterSlice: 1
-    ShardGlass: 1
\ No newline at end of file
+    ShardGlass: 1
index ced8d583736c3a9f644463dd625cc304974e9087..644424690dbd5298dd4210c66455747d11887afa 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, mime tart slice and banana cream pie slice from rosysyntax under under CC BY-SA 4.0",
+    "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24, the pumpkin and pumpkin slice are made by ss14nekow (Mute Maid), the mime tart slice and banana cream pie slice are made by rosysyntax.",
     "size": {
         "x": 32,
         "y": 32
         {
             "name": "plump"
         },
+        {
+            "name": "pumpkin"
+        },
+        {
+            "name": "pumpkin-slice"
+        },
         {
             "name": "tin"
         },
diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/pie.rsi/pumpkin-slice.png b/Resources/Textures/Objects/Consumable/Food/Baked/pie.rsi/pumpkin-slice.png
new file mode 100644 (file)
index 0000000..e462de6
Binary files /dev/null and b/Resources/Textures/Objects/Consumable/Food/Baked/pie.rsi/pumpkin-slice.png differ
diff --git a/Resources/Textures/Objects/Consumable/Food/Baked/pie.rsi/pumpkin.png b/Resources/Textures/Objects/Consumable/Food/Baked/pie.rsi/pumpkin.png
new file mode 100644 (file)
index 0000000..f2f1887
Binary files /dev/null and b/Resources/Textures/Objects/Consumable/Food/Baked/pie.rsi/pumpkin.png differ