Skip to content

Commit

Permalink
feat: Dandelion teas have vitamins (#5752)
Browse files Browse the repository at this point in the history
* Dandelion teas have vitamins

Dandelion tea as well as dandelion and burdock tea have the vitamins their respective ingredients have.

* style(autofix.ci): automated formatting

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
DoubleBullfrog and autofix-ci[bot] authored Nov 22, 2024
1 parent d94a548 commit d867f10
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/json/items/comestibles/drink.json
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@
"material": [ "water" ],
"phase": "liquid",
"flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE" ],
"vitamins": [ [ "calcium", 11 ], [ "vitC", 10 ], [ "vitA", 33 ], [ "iron", 10 ] ],
"fun": 2
},
{
Expand All @@ -415,6 +416,7 @@
"material": [ "water" ],
"phase": "liquid",
"flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE" ],
"vitamins": [ [ "calcium", 34 ], [ "vitC", 10 ], [ "vitA", 34 ], [ "iron", 20 ] ],
"fun": 3
},
{
Expand Down
38 changes: 38 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d867f10

Please sign in to comment.