We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I didn't find drinks from the tea bags made. So I wrote them.
recipe Make Hot Tea Herbs { FullKettle=2, destroy LTSTeaServingHerbs, destroy Mugl, Result:Mugfull, Time:30.0, CanBeDoneFromFloor:true, Heat:-0.22, Category:Cooking, } recipe Make Hot Tea Birch { FullKettle=2, destroy LTSTeaServingBirch, destroy Mugl, Result:Mugfull, Time:30.0, CanBeDoneFromFloor:true, Heat:-0.22, Category:Cooking, } recipe Make Hot Tea Fruit { FullKettle=2, destroy LTSTeaServingFruit, destroy Mugl, Result:Mugfull, Time:30.0, CanBeDoneFromFloor:true, Heat:-0.22, Category:Cooking, } Items------------------------------------------------------------------------------ item Hot Tea Fruit { Weight = 0.5, Type = Food, DisplayName = Hot Tea Fruit, Icon = MugFulll, IsCookable = true, MinutesToBurn = 50, MinutesToCook = 10, UnhappyChange = 10, ThirstChange = -20, StressChange = -15, ReplaceOnUse = Mugl, CustomContextMenu = Drink, CustomEatSound = DrinkingFromBottle, GoodHot = true, StaticModel = Mug, } item Hot Tea Birch { Weight = 0.5, Type = Food, DisplayName = Hot Tea Birch, Icon = MugFulll, IsCookable = true, MinutesToBurn = 50, MinutesToCook = 10, UnhappyChange = 10, ThirstChange = -20, EnduranceChange = 5, ReplaceOnUse = Mugl, CustomContextMenu = Drink, CustomEatSound = DrinkingFromBottle, GoodHot = true, StaticModel = Mug, } item Hot Tea Herbs { Weight = 0.5, Type = Food, DisplayName = Hot Tea Herbs, Icon = MugFulll, IsCookable = true, MinutesToBurn = 50, MinutesToCook = 10, UnhappyChange = 10, ThirstChange = -20, PainReduction = 12, ReduceInfectionPower=4, FluReduction = 5, ReplaceOnUse = Mugl, CustomContextMenu = Drink, CustomEatSound = DrinkingFromBottle, GoodHot = true, StaticModel = Mug, }
I hope that's okay.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I didn't find drinks from the tea bags made. So I wrote them.
I hope that's okay.
The text was updated successfully, but these errors were encountered: