- 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
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