From 3fbb3ac2958f1784a6dc649bc1c46c8977b9d35b Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 15 Mar 2023 19:44:00 -0700 Subject: Backport some of the optimizations and bugfixes from my work porting to DDA. --- vamp_stuff/Modification_Files/Items/Weapons/ammo.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vamp_stuff/Modification_Files/Items/Weapons/ammo.json') diff --git a/vamp_stuff/Modification_Files/Items/Weapons/ammo.json b/vamp_stuff/Modification_Files/Items/Weapons/ammo.json index 59627a2..4631c46 100644 --- a/vamp_stuff/Modification_Files/Items/Weapons/ammo.json +++ b/vamp_stuff/Modification_Files/Items/Weapons/ammo.json @@ -6,8 +6,8 @@ "description": "This heavily compressed blood ammunition is used specifically with vampiric guns.", "weight": "5 g", "volume": "250 ml", - "price": "20 USD", - "price_postapoc": "3 USD", + "price": 2000, + "price_postapoc": 300, "material": [ "hflesh" ], "symbol": "=", "color": "red", @@ -62,8 +62,8 @@ "description": "A shell filled with compacted blood pellets. Extremely damaging, plus the spread makes it very accurate at short range. Favored by vampires.", "weight": "35 g", "volume": "250 ml", - "price": "315 USD", - "price_postapoc": "60 USD", + "price": 31500, + "price_postapoc": 6000, "material": [ "compactblood", "plastic", "powder" ], "symbol": "=", "color": "red", -- cgit v1.2.1