]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Food Item Size Adjustment (#39203)
authorSlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com>
Thu, 11 Sep 2025 11:37:25 +0000 (13:37 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Sep 2025 11:37:25 +0000 (13:37 +0200)
1  2 
Resources/Prototypes/Entities/Objects/Consumable/Food/burger.yml
Resources/Prototypes/Entities/Objects/Consumable/Food/taco.yml

index 1d50d62f31e1842bbe6647c7ad951000c0d30020,a20ce930f668091319a3020daaa9983b9641321e..53ae0e99eccb1ef004c26e9c84fb9f050ed4589b
    - 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
    - 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
    - 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
    - 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
    - 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
    - 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
index d680d16765568540b64b22e4295f2ec2aa225a21,8a795df1675596d50ef9977cbc4467e41f5191d1..ff647216c04f8fe796e9eb0f826097713c60dd92
    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
    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