Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Muffins #29318

Open
wants to merge 44 commits into
base: master
Choose a base branch
from
Open

Muffins #29318

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
2a93a40
Update meta.json
RumiTiger Jun 9, 2024
3f0c4d2
Add files via upload
RumiTiger Jun 9, 2024
a99ff79
Update misc.yml
RumiTiger Jun 9, 2024
f86ab2f
Update meal_recipes.yml
RumiTiger Jun 10, 2024
39562e3
Update meta.json
RumiTiger Jun 10, 2024
15fd178
Add files via upload
RumiTiger Jun 10, 2024
14fd032
Update plate.yml
RumiTiger Jun 10, 2024
7a258be
Update food_baked_single.yml
RumiTiger Jun 10, 2024
54f747f
Update dinnerware.yml
RumiTiger Jun 10, 2024
43f3ef3
Update cooking.yml
RumiTiger Jun 10, 2024
382c901
Update misc.yml
RumiTiger Jun 10, 2024
48a84b2
Merge branch 'space-wizards:master' into Muffins
RumiTiger Jun 21, 2024
b046e2f
Add files via upload
RumiTiger Jun 21, 2024
d3c9d7d
Delete Resources/Textures/Objects/Consumable/Food/Baked/misc.rsi/muff…
RumiTiger Jun 21, 2024
d891aae
Add files via upload
RumiTiger Jun 21, 2024
657e8e7
Update meta.json
RumiTiger Jun 21, 2024
41d7938
Update misc.yml
RumiTiger Jun 21, 2024
c8a9a62
Update meal_recipes.yml
RumiTiger Jun 21, 2024
5e38eb3
Merge branch 'master' into Muffins
RumiTiger Aug 23, 2024
9f140a6
Update meta.json
RumiTiger Aug 23, 2024
09b03f4
Fix meta.json
RumiTiger Aug 23, 2024
39af36e
Fix meta.json again
RumiTiger Aug 25, 2024
1399051
Merge branch 'space-wizards:master' into Muffins
RumiTiger Aug 25, 2024
4d47013
Update misc.yml
RumiTiger Aug 25, 2024
6f796b5
Update misc.yml
RumiTiger Aug 25, 2024
74e768f
Update misc.yml
RumiTiger Aug 25, 2024
c94c3b2
Update misc.yml
RumiTiger Aug 25, 2024
d33eb78
Update meta.json
RumiTiger Aug 25, 2024
eb9f510
Update meta.json
RumiTiger Aug 25, 2024
876e12b
Merge branch 'space-wizards:master' into Muffins
RumiTiger Aug 27, 2024
e7a235f
Update misc.yml
RumiTiger Aug 29, 2024
367b24b
Update meal_recipes.yml
RumiTiger Aug 29, 2024
aa70961
Update Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/mi…
RumiTiger Sep 2, 2024
5ac9489
Update dinnerware.yml
RumiTiger Sep 2, 2024
394b4e4
Merge branch 'space-wizards:master' into Muffins
RumiTiger Sep 16, 2024
70fb7ea
Delete cherry
RumiTiger Sep 16, 2024
eaadbad
Add files via upload
RumiTiger Sep 16, 2024
0ed7178
Delete banana
RumiTiger Sep 16, 2024
d2b71f2
Add banana
RumiTiger Sep 16, 2024
33b5f4e
Delete chocolate
RumiTiger Sep 16, 2024
a387c15
Add chocolate
RumiTiger Sep 16, 2024
e6db5ba
Merge branch 'space-wizards:master' into Muffins
RumiTiger Sep 17, 2024
012478c
Merge branch 'space-wizards:master' into Muffins
RumiTiger Oct 17, 2024
3eb0fc6
Merge branch 'space-wizards:master' into Muffins
RumiTiger Oct 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
FoodPlate: 10
FoodPlateSmall: 10
FoodPlateTin: 5
FoodPlateMuffinTin: 5
FoodKebabSkewer: 5
DrinkGlass: 5
Beaker: 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
- FoodBakedMuffinBerry
- FoodBakedMuffinCherry
- FoodBakedMuffinBluecherry
- FoodBakedMuffinChocolate
- FoodBakedMuffinBanana
- FoodBakedBunHoney
- FoodBakedBunHotX
- FoodBakedBunMeat
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,44 +19,84 @@
- type: Item
size: Tiny

# Muffins/Buns
# Muffins

- type: entity
name: muffin
parent: FoodBakedBase
parent: FoodInjectableBase
id: FoodBakedMuffin
description: A delicious and spongy little cake.
components:
- type: Food
trash:
- FoodPlateMuffinTin
- type: Sprite
sprite: Objects/Consumable/Food/Baked/misc.rsi
state: muffin
- type: SolutionContainerManager
solutions:
food:
maxVol: 10
reagents:
- ReagentId: Nutriment
Quantity: 6
- ReagentId: Vitamin
Quantity: 2
- type: FlavorProfile
flavors:
- sweet
- type: Item
size: Tiny

- type: entity
name: berry muffin
parent: FoodBakedBase
parent: FoodBakedMuffin
id: FoodBakedMuffinBerry
description: A delicious and spongy little cake, with berries.
components:
- type: Sprite
state: muffin-berry
- type: SolutionContainerManager
solutions:
food:
maxVol: 12
reagents:
- ReagentId: Nutriment
Quantity: 6
- ReagentId: Vitamin
Quantity: 2
- ReagentId: JuiceBerry
Quantity: 2
- type: Tag
tags:
- Fruit

- type: entity
name: cherry muffin
parent: FoodBakedBase
parent: FoodBakedMuffin
id: FoodBakedMuffinCherry
description: A sweet muffin with cherry bits.
components:
- type: Sprite
state: muffin-cherry
- type: SolutionContainerManager
solutions:
food:
maxVol: 12
reagents:
- ReagentId: Nutriment
Quantity: 6
- ReagentId: Vitamin
Quantity: 2
- ReagentId: JuiceCherry
Quantity: 2
- type: Tag
tags:
- Fruit

- type: entity
name: bluecherry muffin
parent: FoodBakedBase
parent: FoodBakedMuffin
id: FoodBakedMuffinBluecherry
description: Blue cherries inside a delicious muffin.
components:
Expand All @@ -66,6 +106,51 @@
tags:
- Fruit

- type: entity
name: chocolate muffin
parent: FoodBakedMuffin
id: FoodBakedMuffinChocolate
description: A delicious and spongy chocolate muffin.
components:
- type: Sprite
state: muffin-chocolate
- type: SolutionContainerManager
solutions:
food:
maxVol: 12
reagents:
- ReagentId: Nutriment
Quantity: 6
- ReagentId: Vitamin
Quantity: 2
- ReagentId: CocoaPowder
Quantity: 2

- type: entity
name: banana muffin
parent: FoodBakedMuffin
id: FoodBakedMuffinBanana
description: A delicious and spongy banana muffin.
components:
- type: Sprite
state: muffin-banana
- type: SolutionContainerManager
solutions:
food:
maxVol: 12
reagents:
- ReagentId: Nutriment
Quantity: 6
- ReagentId: Vitamin
Quantity: 2
- ReagentId: JuiceBanana
Quantity: 2
- type: Tag
tags:
- Fruit

# Buns

- type: entity
name: honey bun #TODO honey
parent: FoodBakedBase
Expand Down Expand Up @@ -685,4 +770,4 @@
- type: DamageOtherOnHit
damage:
types:
Blunt: 0 # so the damage stats icon doesn't immediately give away the syndie ones
Blunt: 0 # so the damage stats icon doesn't immediately give away the syndie ones
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,27 @@
materialComposition:
Steel: 60
- type: SpaceGarbage

# Muffin Tin

- type: entity
name: muffin tin
parent: BaseItem
id: FoodPlateMuffinTin
description: A cheap foil tin for muffins.
components:
- type: Sprite
sprite: Objects/Consumable/Food/plates.rsi
state: muffin-tin
- type: Item
size: Small
shape:
- 0,0,1,0
storedOffset: 0,-3
- type: Tag
tags:
- Trash
- type: PhysicalComposition
materialComposition:
Steel: 30
- type: SpaceGarbage
61 changes: 61 additions & 0 deletions Resources/Prototypes/Recipes/Cooking/meal_recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1779,6 +1779,67 @@
FoodOrange: 1
FoodAmbrosiaVulgaris: 1

# Muffins

- type: microwaveMealRecipe
id: RecipeMuffin
name: muffin recipe
result: FoodBakedMuffin
time: 15
solids:
FoodPlateMuffinTin: 1
FoodDoughSlice: 1
reagents:
Sugar: 10

- type: microwaveMealRecipe
id: RecipeMuffinChocolate
name: chocolate muffin recipe
result: FoodBakedMuffinChocolate
time: 15
solids:
FoodPlateMuffinTin: 1
FoodDoughSlice: 1
FoodSnackChocolateBar: 1
reagents:
Sugar: 10

- type: microwaveMealRecipe
id: RecipeMuffinBerry
name: berry muffin recipe
result: FoodBakedMuffinBerry
time: 15
solids:
FoodPlateMuffinTin: 1
FoodDoughSlice: 1
FoodBerries: 1
reagents:
Sugar: 10

- type: microwaveMealRecipe
id: RecipeMuffinBanana
name: banana muffin recipe
result: FoodBakedMuffinBanana
time: 15
solids:
FoodPlateMuffinTin: 1
FoodDoughSlice: 1
FoodBanana: 1
reagents:
Sugar: 10

- type: microwaveMealRecipe
id: RecipeMuffinCherry
name: cherry muffin recipe
result: FoodBakedMuffinCherry
time: 15
solids:
FoodPlateMuffinTin: 1
FoodDoughSlice: 1
FoodCherry: 3
reagents:
Sugar: 10

# NOT ACTUAL FOOD

- type: microwaveMealRecipe
Expand Down
7 changes: 7 additions & 0 deletions Resources/Prototypes/Recipes/Lathes/cooking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,10 @@
completetime: 0.4
materials:
Steel: 100

- type: latheRecipe
id: FoodPlateMuffinTin
result: FoodPlateMuffinTin
completetime: 0.4
materials:
Steel: 50
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation and modified by Swept at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa. Chevrechaud created by Github user deathride58, croissant taken from tgstation at commit https://github.com/tgstation/tgstation/commit/7ffd61b6fa6a6183daa8900f9a490f46f7a81955",
"copyright": "Taken from tgstation and modified by Swept at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa. Chevrechaud created by Github user deathride58, croissant taken from tgstation at commit https://github.com/tgstation/tgstation/commit/7ffd61b6fa6a6183daa8900f9a490f46f7a81955. Muffin-chocolate, muffin-banana and muffin-cherry sprites modified from the original muffin sprite by RumiTiger",
"size": {
"x": 32,
"y": 32
Expand Down Expand Up @@ -162,7 +162,12 @@
},
{
"name": "croissant"
},
{
"name": "muffin-chocolate"
},
{
"name": "muffin-banana"
}
]
}

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation and modified by Swept at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa",
"copyright": "Taken from tgstation and modified by Swept at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa. Muffin-tin sprite modified from the original tin sprite by RumiTiger",
"size": {
"x": 32,
"y": 32
Expand Down Expand Up @@ -33,6 +33,9 @@
},
{
"name": "tray-trash"
},
{
"name": "muffin-tin"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading