Skip to content

Commit

Permalink
Added non-zero price_postapoc to fasteners.json (#56475)
Browse files Browse the repository at this point in the history
  • Loading branch information
Inglonias authored Apr 5, 2022
1 parent ab0f660 commit 790d3f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/json/items/resources/fasteners.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"weight": "24 g",
"volume": "5 ml",
"price": 100,
"price_postapoc": 0,
"price_postapoc": 10,
"material": [ "steel" ],
"symbol": "=",
"color": "dark_gray",
Expand All @@ -23,7 +23,7 @@
"weight": "1 g",
"volume": "20 ml",
"price": 100,
"price_postapoc": 0,
"price_postapoc": 10,
"material": [ "plastic" ],
"symbol": "=",
"color": "dark_gray",
Expand All @@ -38,7 +38,7 @@
"description": "A steel button, usually found on clothing.",
"weight": "8 g",
"price": 300,
"price_postapoc": 0,
"price_postapoc": 10,
"material": [ "steel" ]
},
{
Expand All @@ -65,7 +65,7 @@
"weight": "2 g",
"volume": "2 ml",
"price": 100,
"price_postapoc": 0,
"price_postapoc": 10,
"material": [ "cotton" ],
"symbol": "=",
"color": "dark_gray",
Expand All @@ -88,7 +88,7 @@
"weight": "4 g",
"volume": "4 ml",
"price": 100,
"price_postapoc": 0,
"price_postapoc": 10,
"material": [ "plastic", "cotton" ],
"symbol": "=",
"color": "dark_gray",
Expand Down

0 comments on commit 790d3f4

Please sign in to comment.