diff options
Diffstat (limited to 'json/items')
-rw-r--r-- | json/items/chemicals_and_resurces.json | 4 | ||||
-rw-r--r-- | json/items/fuel.json | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/json/items/chemicals_and_resurces.json b/json/items/chemicals_and_resurces.json index e648dd0..c7b0081 100644 --- a/json/items/chemicals_and_resurces.json +++ b/json/items/chemicals_and_resurces.json @@ -8,8 +8,8 @@ "description": "This is a sealed plastic bottle containing lye. Use to open.", "weight": "263 g", "volume": "500 ml", - "price": 200, - "price_postapoc": 210, + "price": "2 USD", + "price_postapoc": "210 cent", "to_hit": -2, "material": [ "plastic" ], "symbol": ")", diff --git a/json/items/fuel.json b/json/items/fuel.json index ce26822..1c956c2 100644 --- a/json/items/fuel.json +++ b/json/items/fuel.json @@ -8,8 +8,8 @@ "description": "This is a sealed jerrycan containing biodiesel. Use to open.", "weight": "15870 g", "volume": "10 L", - "price": 2750, - "price_postapoc": 15050, + "price": "2750 cent", + "price_postapoc": "15050 cent", "to_hit": -2, "material": [ "plastic", "hydrocarbons" ], "symbol": ")", @@ -32,8 +32,8 @@ "description": "This is a sealed plastic bottle containing denatured alcohol. Use to open.", "weight": "513 g", "volume": "500 ml", - "price": 250, - "price_postapoc": 750, + "price": "250 cent", + "price_postapoc": "750 cent", "to_hit": -2, "material": [ "plastic", "alcohol" ], "symbol": ")", |