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. --- .../Items/Weapons/ranged_weapon.json | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json') diff --git a/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json b/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json index 26031d2..ab40a41 100644 --- a/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json +++ b/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json @@ -3,8 +3,8 @@ "id": "invy_bow", "type": "GUN", "symbol": "{", - "price": "0 cent", - "price_postapoc": "0 cent", + "price": 0, + "price_postapoc": 0, "color": "red", "name": { "str": "Invynel's bow" }, "description": "A heavy, steel bow. Its serrated, blade handle makes it available for melee, but unwieldy. Well trained archers find this useful for long to mid range combats greatly.", @@ -33,8 +33,8 @@ "color": "red", "name": { "str": "blood striker" }, "description": "A modified and beautifully designed striker shotgun created by vampires. Unlike human's, it has a bigger revolving wheel, which occupies additional bullets and a two-shot burst mode for barraging shots with its improved accuracy.", - "price": "0 cent", - "price_postapoc": "13185 USD", + "price": 0, + "price_postapoc": 1318500, "material": [ "steel", "compactblood" ], "flags": [ "MODE_BURST", "RELOAD_ONE" ], "skill": "shotgun", @@ -70,8 +70,8 @@ "color": "red", "name": { "str": "blood slinger" }, "description": "A lightweight vampiric gun with special mounted blood-fed container. It uses thickened blood as the primary ammunition, and shoots at high velocity, regardless of its small size.", - "price": "0 cent", - "price_postapoc": "225 USD", + "price": 0, + "price_postapoc": 22500, "material": [ "steel", "compactblood" ], "flags": [ "NEVER_JAMS" ], "skill": "pistol", @@ -106,8 +106,8 @@ "color": "red", "name": { "str": "blood stinger" }, "description": "A unique vampiric gun with specially designed barrel and a built-in blood-feed container input method. It uses thickened blood as the primary ammunition, and shoots at extremely high velocity, dealing damage nearly the same to high caliber firearms.", - "price": "0 cent", - "price_postapoc": "7305 USD", + "price": 0, + "price_postapoc": 730500, "material": [ "steel", "compactblood" ], "flags": [ "NEVER_JAMS" ], "skill": "rifle", @@ -146,8 +146,8 @@ "color": "red", "name": { "str": "blood stream shooter" }, "description": "A heavy vampiric gun with very large, built-in blood-feed container input method and a trio-rotational barrel chambers. It uses thickened blood as the primary ammunition, and shoots at maximum firing rate without generating disrupting sounds.", - "price": "0 cent", - "price_postapoc": "11829 USD", + "price": 0, + "price_postapoc": 1182900, "material": [ "steel", "compactblood" ], "flags": [ "NEVER_JAMS" ], "skill": "smg", @@ -182,8 +182,8 @@ "color": "red", "name": { "str": "blood sprayer" }, "description": "A lightweight vampiric gun with large, built-in blood-feed container input method. It uses thickened blood as the primary ammunition, and shoots at high firing rate without generating disrupting sounds.", - "price": "0 cent", - "price_postapoc": "4235 USD", + "price": 0, + "price_postapoc": 423500, "material": [ "steel", "compactblood" ], "flags": [ "NEVER_JAMS" ], "skill": "smg", -- cgit v1.2.1