Remove recipes information from ended brews
tschaffter opened this issue ยท 2 comments
Here is a screenshot of the label of an aging beer in a barrel:
and another one when the beer is removed from the barrel:
First of all, how does Brewery supports the case where a brew is removed from a barrel (the label of the brew changes) and then is placed again inside it after a random amount of time?
After aging or distilling a brew, the aging time and number of distillation cycles are visible on the label of the brew (fermentation time disappears). This can spoil players trying to infer the recipes if they got their hands on one of the brew from someone else. For example, another player found the recipes and is selling brews OR he gives one brew to other players so they can experience being drunk. What do you think?
Brewery has a database for each and every potion made. It stores everything: ingredients, aging time, etc. When the potion is removed from a barrel, the information is no longer shown, but still there, so it will show again when put back into a barrel. Also from this information the quality, alc, effects, etc is calculated.
For the purpose of hiding these informations in a brews lore forever there is the command /brew unlabel
Its permission is defaulting to players i think. Am i missing something here?
So if I remove a brew from a barrel, wait some random time before placing back inside it, the aging process would resume? I believe the answer is yes.
The command /brew unlabel removes the number of years aged in a barrel but keep the info that it has been aged. Well, I guess that for most of the recipes it's known from common knowledge (e.g. whisky needs to be aged). This command solves my issue. :)
When the potion is removed from a barrel, the information is no longer shown, but still there, so it will show again when put back into a barrel. Also from this information the quality, alc, effects, etc is calculated.
This is interesting and seems related to this issue which I posted yesterday.
EDIT: You can close this issue, /brew unlabel solves it.