fermenting_barrel
Vars | |
can_open | Can the barrel be opened? |
---|---|
fermenting | Whether the fermentation is ongoing |
lid_close_sound | Sound played when the lid is closed. |
lid_open_sound | Sound played when the lid is opened. |
open | Is the barrel currently opened? |
potential_volume | The amount of reagents that can be created from the contained products, used for validation |
sound_volume | The volume of the barrel sounds |
soundloop | The sound of fermentation |
Procs | |
insert_fruit | Adds the fruit to the barrel to queue the fermentation |
process_fermentation | Ferments the next found fruit into wine |
start_fermentation | Starts the fermentation process |
stop_fermentation | Stops the fermentation process |
Var Details
can_open
Can the barrel be opened?
fermenting
Whether the fermentation is ongoing
lid_close_sound
Sound played when the lid is closed.
lid_open_sound
Sound played when the lid is opened.
open
Is the barrel currently opened?
potential_volume
The amount of reagents that can be created from the contained products, used for validation
sound_volume
The volume of the barrel sounds
soundloop
The sound of fermentation
Proc Details
insert_fruit
Adds the fruit to the barrel to queue the fermentation
process_fermentation
Ferments the next found fruit into wine
start_fermentation
Starts the fermentation process
stop_fermentation
Stops the fermentation process