From 183ee9fef51743bcf39b94822a23585fdd7cc698 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 15 Mar 2023 17:37:07 -0700 Subject: Port to DDA. --- vamp_stuff/Modification_Files/Items/Weapons/ammo.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 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..a3c0f09 100644 --- a/vamp_stuff/Modification_Files/Items/Weapons/ammo.json +++ b/vamp_stuff/Modification_Files/Items/Weapons/ammo.json @@ -6,12 +6,11 @@ "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", - "material": [ "hflesh" ], + "price": 2000, + "price_postapoc": 300, + "material": [ "hblood" ], "symbol": "=", "color": "red", - "phase": "liquid", "count": 5, "stack_size": 20, "ammo_type": "ammoblood", @@ -43,7 +42,7 @@ "copy-from": "bloodypressure", "name": { "str": "traversed blood" }, "description": "A combination of pure and infected blood used specifically with vampiric guns. It is much more viscous than normal blood.", - "material": [ "hflesh", "flesh" ], + "material": [ "blood", "hblood" ], "color": "green", "count": 10, "stack_size": 20, @@ -62,8 +61,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