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

Spaceshroom grilling #31872

Merged
merged 2 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
25 changes: 25 additions & 0 deletions Resources/Prototypes/Entities/Objects/Misc/spaceshroom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,28 @@
weightedRandomId: RandomFillSpaceshroom
- type: StaticPrice
price: 20
- type: Fixtures
fixtures:
fix1:
shape:
!type:PhysShapeAabb
bounds: "-0.25,-0.25,0.25,0.25"
density: 1
mask:
- ItemMask
restitution: 0.3
friction: 0.2
- type: Construction
graph: CookedSpaceshroom
node: start
defaultTarget: cooked spaceshroom
- type: AtmosExposed
- type: Temperature
currentTemperature: 290
- type: InternalTemperature
thickness: 0.02
area: 0.02
conductivity: 0.43

- type: weightedRandomFillSolution
id: RandomFillSpaceshroom
Expand Down Expand Up @@ -126,3 +148,6 @@
- type: Produce
- type: StaticPrice
price: 40
- type: Construction
graph: CookedSpaceshroom
node: cooked spaceshroom
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
- type: constructionGraph
id: CookedSpaceshroom
start: start
graph:

- node: start
edges:
- to: cooked spaceshroom
completed:
- !type:PlaySound
sound: /Audio/Effects/sizzle.ogg
steps:
- minTemperature: 375 # little bit above boiling, shrooms need to lose all moisture to be good

- node: cooked spaceshroom
entity: FoodSpaceshroomCooked
8 changes: 0 additions & 8 deletions Resources/Prototypes/Recipes/Cooking/meal_recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1833,14 +1833,6 @@
FoodChevreSlice: 1
FoodBreadBaguetteSlice: 1

- type: microwaveMealRecipe
id: RecipeCookedSpaceshroom
name: cooked spaceshroom recipe
result: FoodSpaceshroomCooked
time: 5
solids:
FoodSpaceshroom: 1

- type: microwaveMealRecipe
id: RecipeCannabisButter
name: cannabis butter recipe
Expand Down
Loading