From: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> Date: Thu, 11 Sep 2025 11:37:25 +0000 (+0200) Subject: Food Item Size Adjustment (#39203) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=8a4a6ec7abace0193e0e55332dc6f247ef60c01a;p=space-station-14.git Food Item Size Adjustment (#39203) --- 8a4a6ec7abace0193e0e55332dc6f247ef60c01a diff --cc Resources/Prototypes/Entities/Objects/Consumable/Food/burger.yml index 1d50d62f31,a20ce930f6..53ae0e99ec --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/burger.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/burger.yml @@@ -252,23 -209,15 +251,25 @@@ - type: Tag tags: - Meat + - type: Item + inhandVisuals: + left: + - state: alpha-bun-inhand-left + color: "#f7f7f7" + - state: burger-inhand-left + right: + - state: alpha-bun-inhand-right + color: "#f7f7f7" + - state: burger-inhand-right - type: entity - name: bearger parent: FoodBurgerBase id: FoodBurgerBear + name: bearger description: Best served rawr. components: + - type: Item + storedOffset: 0,1 - type: FlavorProfile flavors: - bun @@@ -289,19 -238,18 +290,24 @@@ - type: Tag tags: - Meat + - type: Item + inhandVisuals: + left: + - state: bear-inhand-left + right: + - state: bear-inhand-right - type: entity - name: big bite burger parent: FoodBurgerBase id: FoodBurgerBig + name: big bite burger description: Forget the Big Mac. THIS is the future! components: + - type: Item + size: Normal + shape: + - 0,0,1,1 + storedOffset: 0,3 - type: FlavorProfile flavors: # What bun? - meaty @@@ -578,27 -480,18 +590,32 @@@ - type: Tag tags: - Meat + - type: Item + inhandVisuals: + left: + - state: bun-inhand-left + - state: alpha-filling-inhand-left + color: "#7e1a07" + - state: alpha-patty-inhand-left + color: "#7e1a07" + right: + - state: bun-inhand-right + - state: alpha-filling-inhand-right + color: "#7e1a07" + - state: alpha-patty-inhand-right + color: "#7e1a07" - type: entity - name: crazy hamburger # Burger for you euro-cucks parent: FoodBurgerBase id: FoodBurgerCrazy + name: crazy hamburger # Burger for you euro-cucks description: This looks like the sort of food that a demented clown in a trenchcoat would make. components: + - type: Item + size: Normal + shape: + - 0,0,1,1 + storedOffset: -2,0 - type: FlavorProfile flavors: - bun @@@ -625,19 -518,15 +642,21 @@@ - type: Tag tags: - Meat + - type: Item + inhandVisuals: + left: + - state: crazy-inhand-left + right: + - state: crazy-inhand-right - type: entity - name: duck sandwich # Burger for you sick bastards parent: FoodBurgerBase id: FoodBurgerDuck + name: duck sandwich # Burger for you sick bastards description: A duck sandwich, only the criminally insane would dare to eat the meat of such an adorable creature. components: + - type: Item + storedOffset: 0,1 - type: FlavorProfile flavors: - bun @@@ -840,19 -687,15 +873,21 @@@ - type: Tag tags: - Meat + - type: Item + inhandVisuals: + left: + - state: plain-inhand-left + right: + - state: plain-inhand-right - type: entity - name: McGuffin parent: FoodBurgerBase id: FoodBurgerMcguffin + name: McGuffin description: A cheap and greasy imitation of an eggs Benedict. components: + - type: Item + storedOffset: 0,1 - type: FlavorProfile flavors: - muffin @@@ -873,28 -716,14 +908,28 @@@ - type: Tag tags: - Meat + - type: Item + inhandVisuals: + left: + - state: bun-inhand-left + - state: alpha-filling-inhand-left + color: "#f2efce" + - state: alpha-patty-inhand-left + color: "#e3756d" + right: + - state: bun-inhand-right + - state: alpha-filling-inhand-right + color: "#f2efce" + - state: alpha-patty-inhand-right + color: "#e3756d" - type: entity - name: BBQ Rib Sandwich parent: FoodBurgerBase id: FoodBurgerMcrib + name: BBQ Rib Sandwich description: An elusive rib shaped burger with limited availability across the galaxy. Not as good as you remember it. components: - - type: Food + - type: Edible trash: - FoodKebabSkewer - type: FlavorProfile diff --cc Resources/Prototypes/Entities/Objects/Consumable/Food/taco.yml index d680d16765,8a795df167..ff647216c0 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/taco.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/taco.yml @@@ -132,9 -130,8 +130,8 @@@ name: beef taco supreme parent: FoodTacoBase id: FoodTacoBeefSupreme - description: It's like a regular beef taco, but surpeme! + description: It's like a regular beef taco, but supreme! components: - - type: Food - type: Sprite state: beeftacosupreme - type: SolutionContainerManager @@@ -151,9 -148,8 +148,8 @@@ name: chicken taco supreme parent: FoodTacoBase id: FoodTacoChickenSupreme - description: It's like a regular chicken taco, but surpeme! + description: It's like a regular chicken taco, but supreme! components: - - type: Food - type: Sprite state: chickentacosupreme - type: SolutionContainerManager