From 012ed0bafe9dda7034557155432a1b9b19d33767 Mon Sep 17 00:00:00 2001 From: 5tickman <5tick@comcast.net> Date: Sat, 12 Jul 2025 10:00:15 -0500 Subject: [PATCH] Updated baked food folder. --- .../Objects/Consumable/Food/Baked/bagel.yml | 2 ++ .../Objects/Consumable/Food/Baked/bread.yml | 8 +++++++ .../Objects/Consumable/Food/Baked/misc.yml | 21 +++++++++++++++++++ .../Objects/Consumable/Food/Baked/pie.yml | 3 ++- .../Objects/Consumable/Food/Baked/pizza.yml | 1 + 5 files changed, 34 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/bagel.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/bagel.yml index 114b3e01f2..c8f56aa100 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/bagel.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/bagel.yml @@ -7,6 +7,8 @@ abstract: true description: A delicious bagel. components: + - type: Item + size: Tiny - type: FlavorProfile flavors: - bread diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/bread.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/bread.yml index d817d53b18..a7d6654e59 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/bread.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/bread.yml @@ -6,6 +6,8 @@ id: FoodBreadBase abstract: true components: + - type: Item + size: Normal - type: FlavorProfile flavors: - bread @@ -690,6 +692,9 @@ equippedPrefix: baguette quickEquip: false - type: Item + shape: + - 0,0,0,3 + storedRotation: -45 inhandVisuals: left: - state: baguette-inhand-left @@ -721,6 +726,9 @@ - type: Clothing equippedPrefix: baguette-cotton - type: Item + shape: + - 0,0,0,3 + storedRotation: -45 inhandVisuals: left: - state: baguette-cotton-inhand-left diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/misc.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/misc.yml index c7a10d4212..80f28b0ec7 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/misc.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/misc.yml @@ -648,6 +648,9 @@ id: FoodBakedBrownieBatch description: A pan of brownies. components: + - type: Item + size: Normal + storedOffset: 0,-3 - type: FlavorProfile flavors: - sweet @@ -701,6 +704,9 @@ id: FoodBakedCannabisBrownieBatch description: A pan of "special" brownies. components: + - type: Item + size: Normal + storedOffset: 0,-3 - type: FlavorProfile flavors: - sweet @@ -783,6 +789,12 @@ id: FoodBakedCroissant description: Buttery, flaky goodness. components: + - type: Item + size: Small + shape: + - 0,0,1,0 + - 0,1,0,1 + storedOffset: -2,-4 - type: FlavorProfile flavors: - bread @@ -811,6 +823,11 @@ id: FoodBakedCroissantCotton description: Buttery, flaky, fibery goodness. components: + - type: Item + size: Small + shape: + - 0,0,1,0 + - 0,1,0,1 - type: FlavorProfile flavors: - bread @@ -843,6 +860,8 @@ id: FoodBakedGrilledCheeseSandwich description: Bread and cheese toasted with butter, perfect for a chilly day in space. components: + - type: Item + size: Small - type: FlavorProfile flavors: - cheesy @@ -868,6 +887,8 @@ name: cotton grilled cheese sandwich description: Cotton bread slightly burnt in butter, with melted cheese. Moths find it difficult to resist this combination. components: + - type: Item + size: Small - type: FlavorProfile flavors: - cheesy diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pie.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pie.yml index 2748462abc..8dfd626ea9 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pie.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pie.yml @@ -7,7 +7,8 @@ abstract: true components: - type: Item - storedRotation: -90 + shape: + - 0,0,1,0 - type: FlavorProfile flavors: - sweet diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pizza.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pizza.yml index 5d6b9f9316..1f628d57b8 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pizza.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pizza.yml @@ -28,6 +28,7 @@ size: Normal shape: - 0,0,2,1 + storedOffset: 0,-5 - type: Tag tags: - Pizza -- 2.51.2