Skip to content

Commit

Permalink
Merge pull request #39643 from Arcangelus/patch-2
Browse files Browse the repository at this point in the history
Acorn's Vitamins
  • Loading branch information
Rivet-the-Zombie authored Apr 18, 2020
2 parents 5dd7e74 + a7b292e commit bc93885
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions data/json/items/comestibles/nuts.json
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,6 @@
"comestible_type": "FOOD",
"symbol": "%",
"quench": -5,
"//": "no vitamins here",
"healthy": -5,
"calories": 114,
"description": "A handful of acorns, still in their shells. Squirrels like them, but they're not very good for you to eat in this state.",
Expand All @@ -449,7 +448,7 @@
"volume": "250 ml",
"flags": [ "EDIBLE_FROZEN", "NUTRIENT_OVERRIDE", "RAW" ],
"charges": 4,
"//2": "no vitamins here",
"vitamins": [ [ "calcium", 1 ], [ "iron", 2 ] ],
"fun": -20
},
{
Expand All @@ -474,12 +473,12 @@
"comestible_type": "FOOD",
"symbol": "%",
"healthy": 1,
"calories": 110,
"calories": 114,
"description": "A serving of acorns that have been hulled, chopped, and boiled in water before being thoroughly toasted until dry. Filling and nutritious.",
"price": 90,
"price_postapoc": 300,
"material": "nut",
"vitamins": [ [ "calcium", 4 ], [ "iron", 4 ] ],
"vitamins": [ [ "calcium", 1 ], [ "iron", 2 ] ],
"volume": "250 ml"
}
]

0 comments on commit bc93885

Please sign in to comment.