Skip to content

Commit

Permalink
Update cooking.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoHart authored Nov 25, 2023
1 parent c12e6ec commit 813e631
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/items/tool/cooking.json
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@
"price_postapoc": 10,
"material": [ "paper" ],
"symbol": ";",
"qualities": [ [ "SIEVE", 1 ] ],
"qualities": [ [ "SIEVE", 1 ], [ "WINNOW", 1 ] ],
"color": "light_gray",
"melee_damage": { "bash": 1 }
},
Expand All @@ -916,7 +916,7 @@
"material": [ "steel" ],
"symbol": ";",
"color": "dark_gray",
"qualities": [ [ "SIEVE", 2 ], [ "STRAIN", 1 ] ],
"qualities": [ [ "SIEVE", 2 ], [ "STRAIN", 1 ], [ "WINNOW", 1 ] ],
"melee_damage": { "bash": 2 }
},
{
Expand All @@ -932,7 +932,7 @@
"material": [ "steel" ],
"symbol": ";",
"color": "dark_gray",
"qualities": [ [ "SIEVE", 2 ], [ "STRAIN", 1 ] ]
"qualities": [ [ "SIEVE", 2 ], [ "STRAIN", 1 ], [ "WINNOW", 1 ] ]
},
{
"id": "still",
Expand Down

0 comments on commit 813e631

Please sign in to comment.