Skip to content

Commit

Permalink
Better descriptions for brewing (#79273)
Browse files Browse the repository at this point in the history
* better descriptions for brewing

* Apply suggestions from code review

---------

Co-authored-by: Maleclypse <[email protected]>
  • Loading branch information
GuardianDll and Maleclypse authored Jan 25, 2025
1 parent 968b321 commit 5fd879b
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions data/json/items/comestibles/brewing.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"id": "brew_mycus_wine",
"looks_like": "wine_mycus",
"name": { "str_sp": "Mycus wine must" },
"description": "Unfermented Mycus wine. A goopy white mess, made from Mycus fruit. It smells sweetly of mushrooms.",
"description": "Unfermented Mycus wine. A goopy white mess, made from Mycus fruit. It smells sweetly of mushrooms. You need to put it in a fermenting vat to brew it.",
"material": [ { "type": "water", "portion": 757 }, { "type": "fruit", "portion": 757 }, { "type": "yeast", "portion": 1 } ],
"weight": "48 g",
"color": "white",
Expand All @@ -28,7 +28,7 @@
"id": "brew_marloss_wine",
"looks_like": "wine_marloss",
"name": { "str_sp": "Marloss wine must" },
"description": "Unfermented Marloss wine. A soft pinkish mess, made from Marloss berries. It has a strong aroma, but you're not quite sure if it's a good or bad one.",
"description": "Unfermented Marloss wine. A soft pinkish mess, made from Marloss berries. It has a strong aroma, but you're not quite sure if it's a good or bad one. You need to put it in a fermenting vat to brew it.",
"material": [ { "type": "water", "portion": 757 }, { "type": "fruit", "portion": 757 }, { "type": "yeast", "portion": 1 } ],
"weight": "48 g",
"color": "pink",
Expand All @@ -52,7 +52,7 @@
"id": "brew_whiskey",
"looks_like": "wash_whiskey",
"name": { "str_sp": "whiskey wort" },
"description": "Unfermented whiskey. The base of a fine drink. Not the traditional preparation, but you don't have the time.",
"description": "Unfermented whiskey. The base of a fine drink. Not the traditional preparation, but you don't have the time. You need to put it in a fermenting vat to brew it.",
"material": [
{ "type": "water", "portion": 757 },
{ "type": "wheat", "portion": 90 },
Expand Down Expand Up @@ -81,7 +81,7 @@
"id": "wash_whiskey",
"looks_like": "whiskey",
"name": { "str_sp": "whiskey wash" },
"description": "Fermented, but not distilled whiskey. No longer tastes sweet.",
"description": "Fermented, but not distilled whiskey. No longer tastes sweet. You may want to distill it before drinking.",
"material": [ { "type": "water", "portion": 100 }, { "type": "alcohol", "portion": 40 } ],
"weight": "34 g",
"color": "brown",
Expand Down Expand Up @@ -240,7 +240,7 @@
"id": "brew_vodka",
"looks_like": "vodka",
"name": { "str_sp": "vodka wort" },
"description": "Unfermented vodka. Water with sugar from the enzymatic breakdown of malted grains, or just added in pure form.",
"description": "Unfermented vodka. Water with sugar from the enzymatic breakdown of malted grains, or just added in pure form. You need to put it in a fermenting vat to brew it.",
"material": [ { "type": "water", "portion": 757 }, { "type": "veggy", "portion": 1500 }, { "type": "yeast", "portion": 1 } ],
"weight": "34 g",
"color": "light_cyan",
Expand All @@ -264,7 +264,7 @@
"id": "wash_vodka",
"looks_like": "vodka",
"name": { "str_sp": "vodka wash" },
"description": "Fermented, but not distilled vodka. No longer tastes sweet.",
"description": "Fermented, but not distilled vodka. No longer tastes sweet. You may want to distill it before drinking.",
"material": [ { "type": "water", "portion": 100 }, { "type": "alcohol", "portion": 50 } ],
"weight": "34 g",
"color": "light_cyan",
Expand Down Expand Up @@ -292,7 +292,7 @@
"id": "brew_rum",
"looks_like": "rum",
"name": { "str_sp": "rum wort" },
"description": "Unfermented rum. Sugar caramel or molasses brewed into sweet water. Basically a saccharine soup.",
"description": "Unfermented rum. Sugar caramel or molasses brewed into sweet water. Basically a saccharine soup. You need to put it in a fermenting vat to brew it.",
"material": [ { "type": "water", "portion": 757 }, { "type": "sugar", "portion": 53 }, { "type": "yeast", "portion": 1 } ],
"weight": "34 g",
"color": "light_cyan",
Expand All @@ -315,7 +315,7 @@
"id": "wash_rum",
"looks_like": "rum",
"name": { "str_sp": "rum wash" },
"description": "Fermented, but not distilled rum. No longer tastes sweet.",
"description": "Fermented, but not distilled rum. No longer tastes sweet. You may want to distill it before drinking.",
"material": [ { "type": "water", "portion": 100 }, { "type": "alcohol", "portion": 40 } ],
"weight": "34 g",
"color": "light_cyan",
Expand Down Expand Up @@ -343,7 +343,7 @@
"id": "brew_fruit_wine",
"looks_like": "fruit_wine",
"name": { "str_sp": "fruit wine must" },
"description": "Unfermented fruit wine. A sweet, boiled juice made from berries or fruit.",
"description": "Unfermented fruit wine. A sweet, boiled juice made from berries or fruit. You need to put it in a fermenting vat to brew it.",
"material": [ { "type": "water", "portion": 757 }, { "type": "fruit", "portion": 757 }, { "type": "yeast", "portion": 1 } ],
"weight": "34 g",
"color": "light_red",
Expand All @@ -367,7 +367,7 @@
"id": "brew_mead",
"looks_like": "mead",
"name": { "str_sp": "plain mead must" },
"description": "Unfermented plain mead. Diluted honey and yeast.",
"description": "Unfermented plain mead. Diluted honey and yeast. You need to put it in a fermenting vat to brew it.",
"material": [ { "type": "water", "portion": 4 }, { "type": "honey", "portion": 1 } ],
"weight": "34 g",
"color": "yellow",
Expand All @@ -390,15 +390,15 @@
"id": "brew_hopped_mead",
"copy-from": "brew_mead",
"name": { "str_sp": "hopped mead must" },
"description": "Unfermented hopped mead. Diluted honey cooked with hops for a bitter note, then cooled down and infused with yeast.",
"description": "Unfermented hopped mead. Diluted honey cooked with hops for a bitter note, then cooled down and infused with yeast. You need to put it in a fermenting vat to brew it.",
"type": "COMESTIBLE",
"brewable": { "time": "14 days", "results": [ "hopped_mead", "yeast" ] }
},
{
"id": "brew_spiced_mead",
"copy-from": "brew_mead",
"name": { "str_sp": "spiced mead must" },
"description": "Unfermented spiced mead. Diluted honey infused with spices and yeast.",
"description": "Unfermented spiced mead. Diluted honey infused with spices and yeast. You need to put it in a fermenting vat to brew it.",
"type": "COMESTIBLE",
"brewable": { "time": "14 days", "results": [ "spiced_mead", "yeast" ] }
},
Expand All @@ -407,7 +407,7 @@
"id": "brew_dandelion_wine",
"looks_like": "dandelion_wine",
"name": { "str_sp": "dandelion wine must" },
"description": "Unfermented dandelion wine. A sticky mixture of water, sugar, yeast, and dandelion petals.",
"description": "Unfermented dandelion wine. A sticky mixture of water, sugar, yeast, and dandelion petals. You need to put it in a fermenting vat to brew it.",
"material": [
{ "type": "water", "portion": 757 },
{ "type": "veggy", "portion": 757 },
Expand Down Expand Up @@ -436,7 +436,7 @@
"id": "brew_burdock_wine",
"looks_like": "burdock_wine",
"name": { "str_sp": "burdock wine must" },
"description": "Unfermented burdock wine. A sticky mixture of water, sugar, yeast, and burdock roots.",
"description": "Unfermented burdock wine. A sticky mixture of water, sugar, yeast, and burdock roots. You need to put it in a fermenting vat to brew it.",
"material": [
{ "type": "water", "portion": 757 },
{ "type": "veggy", "portion": 757 },
Expand Down Expand Up @@ -465,7 +465,7 @@
"id": "brew_pine_wine",
"looks_like": "pine_wine",
"name": { "str_sp": "pine wine must" },
"description": "Unfermented pine wine. A sticky mixture of water, sugar, yeast, and pine resin.",
"description": "Unfermented pine wine. A sticky mixture of water, sugar, yeast, and pine resin. You need to put it in a fermenting vat to brew it.",
"material": [
{ "type": "water", "portion": 757 },
{ "type": "veggy", "portion": 757 },
Expand Down Expand Up @@ -494,7 +494,7 @@
"id": "brew_hb_beer",
"looks_like": "beer",
"name": { "str_sp": "beer wort" },
"description": "Unfermented homebrew beer. A boiled and chilled mash of malted barley, spiced with some fine hops.",
"description": "Unfermented homebrew beer. A boiled and chilled mash of malted barley, spiced with some fine hops. You need to put it in a fermenting vat to brew it.",
"material": [
{ "type": "water", "portion": 757 },
{ "type": "veggy", "portion": 757 },
Expand Down Expand Up @@ -524,7 +524,7 @@
"id": "brew_hb_seltzer",
"looks_like": "hb_seltzer",
"name": { "str_sp": "seltzer wort" },
"description": "Unfermented seltzer. A boiled and chilled mash of refined sugar and fruit.",
"description": "Unfermented seltzer. A boiled and chilled mash of refined sugar and fruit. You need to put it in a fermenting vat to brew it.",
"material": [
{ "type": "water", "portion": 757 },
{ "type": "veggy", "portion": 757 },
Expand Down Expand Up @@ -554,7 +554,7 @@
"id": "brew_moonshine",
"looks_like": "moonshine",
"name": { "str_sp": "moonshine mash" },
"description": "Unfermented moonshine. Just some water, sugar and corn, like good ol' auntie's recipe. Using pumpkin instead of corn would reduce the amount of extra sugar you need to add.",
"description": "Unfermented moonshine. Just some water, sugar and corn, like good ol' auntie's recipe. Using pumpkin instead of corn would reduce the amount of extra sugar you need to add. You need to put it in a fermenting vat to brew it.",
"material": [ { "type": "water", "portion": 757 }, { "type": "veggy", "portion": 757 }, { "type": "sugar", "portion": 53 } ],
"weight": "34 g",
"color": "brown",
Expand All @@ -578,7 +578,7 @@
"id": "wash_moonshine",
"looks_like": "moonshine",
"name": { "str_sp": "moonshine wash" },
"description": "Fermented, but not distilled moonshine. Contains all the contaminants you don't want in your moonshine.",
"description": "Fermented, but not distilled moonshine. Contains all the contaminants you don't want in your moonshine, so you may want to distill it first.",
"material": [ { "type": "water", "portion": 100 }, { "type": "alcohol", "portion": 50 } ],
"weight": "34 g",
"color": "brown",
Expand Down Expand Up @@ -810,7 +810,7 @@
"id": "brew_rootbeer",
"looks_like": "brew_mead",
"name": { "str_sp": "unfermented root beer" },
"description": "A mixture of water, sugar, yeast and sassafras roots that will eventually become root beer.",
"description": "A mixture of water, sugar, yeast and sassafras roots that will eventually become root beer, if brewed in a fermenting vat.",
"weight": "37 g",
"color": "brown",
"container": "bottle_glass",
Expand Down

0 comments on commit 5fd879b

Please sign in to comment.