From b3738379ce09c99d9c3c6495546fbb940751360e Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 29 Dec 2023 15:48:25 -0800 Subject: Convert prices to cent/USD. --- json/items/corpses/inactive_bots.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/json/items/corpses/inactive_bots.json b/json/items/corpses/inactive_bots.json index 2c247ae..6e26f06 100644 --- a/json/items/corpses/inactive_bots.json +++ b/json/items/corpses/inactive_bots.json @@ -6,9 +6,9 @@ "description": "This is an inactive turret. Using this item involves loading the unit with the factory-loaded 5.56x45mm rounds in your inventory (if you wish to divide your ammunition, set aside whatever 5.56x45mm rounds you do NOT want to give the turret) turning it on, and placing it on the ground, where it will attach itself. If programmed successfully the turret will then identify you as a friendly, and attack all enemies with its M249.", "weight": "172 kg", "volume": "30 L", - "price": 500000, + "price": "5000 USD", "to_hit": -3, - "price_postapoc": 5000, + "price_postapoc": "50 USD", "bashing": 8, "material": [ "steel", "plastic" ], "symbol": ";", @@ -28,8 +28,8 @@ "description": "This is an inactive turret. Using this item involves loading the unit with the factory-loaded 7.62x51mm rounds in your inventory (if you wish to divide your ammunition, set aside whatever 7.62x51mm rounds you do NOT want to give the turret) turning it on, and placing it on the ground, where it will attach itself. If programmed successfully the turret will then identify you as a friendly, and attack all enemies with its M240.", "weight": "172 kg", "volume": "30 L", - "price": 500000, - "price_postapoc": 6000, + "price": "5000 USD", + "price_postapoc": "60 USD", "to_hit": -3, "bashing": 8, "material": [ "steel", "plastic" ], @@ -50,8 +50,8 @@ "description": "This is an inactive turret. Using this item involves loading the unit with the factory-loaded .50 BMG rounds in your inventory (if you wish to divide your ammunition, set aside whatever .50 BMG rounds you do NOT want to give the turret) turning it on, and placing it on the ground, where it will attach itself. If programmed successfully the turret will then identify you as a friendly, and attack all enemies with its M2HB.", "weight": "172 kg", "volume": "30 L", - "price": 500500, - "price_postapoc": 8000, + "price": "5005 USD", + "price_postapoc": "80 USD", "to_hit": -3, "bashing": 8, "material": [ "steel", "plastic" ], -- cgit v1.2.1