Skip to content

Commit

Permalink
fixed issues, started implemented Food Quality
Browse files Browse the repository at this point in the history
  • Loading branch information
ErhardSteinhauer committed Jan 25, 2024
1 parent 6c95814 commit 515ce7f
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@
- cobwebs
- bread
- type: Food
quality: Toxin # Frontier, New Food Quality System
- type: Sprite
layers:
- state: spidermeat
Expand All @@ -474,9 +475,6 @@
tags:
- Meat
- Bread
- type: Food # Frontier, New Food Quality System
quality: Toxin # Frontier, New Food Quality System
# Tastes like bread, cobwebs.

- type: entity
name: spider meat bread slice
Expand All @@ -489,6 +487,7 @@
- cobwebs
- bread
- type: Food
quality: Toxin # Frontier, New Food Quality System
- type: Sprite
layers:
- state: spidermeat-slice
Expand All @@ -508,8 +507,6 @@
- type: Tag
tags:
- Meat
- type: Food # Frontier, New Food Quality System
quality: Toxin # Frontier, New Food Quality System

- type: entity
name: tofu bread
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
- oily
- bread
- type: Food
quality: Toxin # Frontier, New Food Quality System
- type: Sprite
sprite: Objects/Consumable/Food/Baked/pizza.rsi
- type: SolutionContainerManager
Expand All @@ -62,8 +63,6 @@
tags:
- Pizza
- Fruit
- type: Food # Frontier, New Food Quality System
quality: Toxin # Frontier, New Food Quality System

# Pizza

Expand Down
19 changes: 19 additions & 0 deletions Resources/Prototypes/Entities/Objects/Consumable/Food/burger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
- bun
- meaty
- type: Food
quality: High # Frontier, New Food Quality System
transferAmount: 5
- type: Sprite
sprite: Objects/Consumable/Food/burger.rsi
Expand Down Expand Up @@ -95,6 +96,8 @@
- type: Tag
tags:
- Meat
- type: Food # Frontier, New Food Quality System
quality: Nasty # Frontier, New Food Quality System
# Tastes like bun, grass.

- type: entity
Expand Down Expand Up @@ -210,6 +213,8 @@
- type: Tag
tags:
- Meat
- type: Food # Frontier, New Food Quality System
quality: High # Frontier, New Food Quality System
# Tastes like bun, silver, magic.

- type: entity
Expand Down Expand Up @@ -369,6 +374,8 @@
- type: Tag
tags:
- Meat
- type: Food # Frontier, New Food Quality System
quality: Nasty # Frontier, New Food Quality System

- type: entity
name: corgi burger #curger...
Expand Down Expand Up @@ -454,6 +461,8 @@
- type: Tag
tags:
- Meat
- type: Food # Frontier, New Food Quality System
quality: Nasty # Frontier, New Food Quality System

- type: entity
name: duck sandwich # Burger for you sick bastards
Expand Down Expand Up @@ -613,6 +622,8 @@
- type: Tag
tags:
- Meat
- type: Food # Frontier, New Food Quality System
quality: Nasty # Frontier, New Food Quality System

- type: entity
name: McGuffin
Expand Down Expand Up @@ -704,6 +715,8 @@
Quantity: 1
- ReagentId: Flavorol
Quantity: 5
- type: Food # Frontier, New Food Quality System
quality: Nasty # Frontier, New Food Quality System
# Tastes like .

- type: entity
Expand Down Expand Up @@ -763,6 +776,8 @@
- type: Tag
tags:
- Meat
- type: Food # Frontier, New Food Quality System
quality: Nasty # Frontier, New Food Quality System
# Tastes like bun, HEAT.

- type: entity
Expand Down Expand Up @@ -877,6 +892,8 @@
- type: Tag
tags:
- Meat
- type: Food # Frontier, New Food Quality System
quality: High # Frontier, New Food Quality System
# Tastes like bun, diabetes.

- type: entity
Expand Down Expand Up @@ -935,6 +952,8 @@
- type: Tag
tags:
- Meat
- type: Food # Frontier, New Food Quality System
quality: Toxin # Frontier, New Food Quality System
# Tastes like bun, acid.

# Note: I would put a bunch of colored burgers here as listed in the tg .dm but
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@
tags:
- Meat
- type: Food # Frontier, New Food Quality System
quality: Toxin # Frontier, New Food Quality System
quality: Nasty # Frontier, New Food Quality System
# tastes exotic

- type: entity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@
graph: BearSteak
node: start
defaultTarget: filet migrawr
- type: Food # Frontier, New Food Quality System
quality: Nasty # Frontier, New Food Quality System


- type: entity
Expand Down Expand Up @@ -1223,6 +1225,8 @@
reagents:
- ReagentId: SulfuricAcid
Quantity: 20
- type: Food # Frontier, New Food Quality System
quality: Toxin # Frontier, New Food Quality System

- type: entity
name: raw killer tomato cutlet
Expand Down Expand Up @@ -1445,3 +1449,5 @@
Quantity: 1
- ReagentId: Protein
Quantity: 1
- type: Food # Frontier, New Food Quality System
quality: Toxin # Frontier, New Food Quality System

0 comments on commit 515ce7f

Please sign in to comment.