Skip to content

Commit

Permalink
Merge pull request #31387 from l29ah/necco
Browse files Browse the repository at this point in the history
junkfood.json: realistic Necco wafers' stats
  • Loading branch information
ZhilkinSerg authored Jun 13, 2019
2 parents af1b518 + 677394c commit 084d1fb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions data/json/items/comestibles/junkfood.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,8 +567,9 @@
{
"type": "COMESTIBLE",
"id": "neccowafers",
"name": "Necco wafer",
"weight": 46,
"name": "Necco wafers",
"name_plural": "Necco wafers",
"weight": 60,
"color": "magenta",
"spoils_in": "180 days",
"stim": 1,
Expand All @@ -581,7 +582,7 @@
"description": "A handful of candy wafers, in assorted flavors: orange, lemon, lime, clove, chocolate, wintergreen, cinnamon, and licorice. Yum!",
"price": 100,
"material": "junk",
"volume": 0,
"volume": "40 ml",
"flags": [ "EDIBLE_FROZEN" ],
"fun": 4
},
Expand Down

0 comments on commit 084d1fb

Please sign in to comment.