Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Barra de chocolate revertida, corrigido um erro e adicionado duas nov…
Browse files Browse the repository at this point in the history
…as receitas
  • Loading branch information
LaryNevesPR committed Feb 16, 2024
1 parent e05d03b commit 6ed7c87
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,6 @@
- type: Sprite
state: chocolatebar-open
- type: Item
- type: Extractable
grindableSolutionName: food
juiceSolution:
reagents:
- ReagentId: ChocolateDerretido
Quantity: 10
- type: SolutionContainerManager
solutions:
food:
Expand Down
40 changes: 39 additions & 1 deletion Resources/Prototypes/EstacaoPirata/Recipes/Reactions/food.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,42 @@
catalyst: true
effects:
- !type:CreateEntityReactionEffect
entity: FoodFrozenSandwichStrawberry
entity: FoodFrozenSandwichStrawberry

- type: reaction
id: CreatePopsicleBerry
impact: Low
quantized: true
conserveEnergy: false
reactants:
IceCream:
amount: 10
JuiceBerry:
amount: 5
Cream:
amount: 5
Ice:
amount: 5
catalyst: true
effects:
- !type:CreateEntityReactionEffect
entity: FoodFrozenPopsicleBerry

- type: reaction
id: CreatePopsicleOrange
impact: Low
quantized: true
conserveEnergy: false
reactants:
IceCream:
amount: 10
JuiceOrange:
amount: 5
Cream:
amount: 5
Ice:
amount: 5
catalyst: true
effects:
- !type:CreateEntityReactionEffect
entity: FoodFrozenPopsicleOrange
2 changes: 1 addition & 1 deletion Resources/Prototypes/Recipes/Reactions/drinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@
Cola: 4

- type: reaction
id: ChocolateQuenteReaction
id: ChocolateDerretidoReaction
impact: Low
minTemp: 344
reactants:
Expand Down

0 comments on commit 6ed7c87

Please sign in to comment.