summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon_mod.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-15 19:44:00 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-15 19:44:00 -0700
commit3fbb3ac2958f1784a6dc649bc1c46c8977b9d35b (patch)
tree1d22884abf0d97f0c276489eee2d4b4be0dcea03 /vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon_mod.json
parentTypo. (diff)
downloadcataclysm-bn-mod_vampire-stuff-redone-3fbb3ac2958f1784a6dc649bc1c46c8977b9d35b.tar.xz
Backport some of the optimizations and bugfixes from my work porting to DDA.
Diffstat (limited to 'vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon_mod.json')
-rw-r--r--vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon_mod.json16
1 files changed, 4 insertions, 12 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon_mod.json b/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon_mod.json
index cc3de91..2badaae 100644
--- a/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon_mod.json
+++ b/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon_mod.json
@@ -6,7 +6,7 @@
"description": "Odd barrel extension specialized for blood stinger rifles. It has a vented metal end point that pressurizes liquid before firing, increasing damage, accuracy and aiming time.",
"weight": "650 g",
"volume": "1 L",
- "price": "0 cent",
+ "price": 0,
"to_hit": 2,
"bashing": 5,
"material": [ "steel", "compactblood" ],
@@ -14,17 +14,9 @@
"color": "red",
"location": "barrel",
"mod_targets": [ "rifle" ],
- "gun_data": {
- "ammo": "ammoblood",
- "skill": "rifle",
- "ranged_damage": { "damage_type": "bullet", "amount": 1 },
- "dispersion": 170,
- "durability": 8,
- "clip_size": 10,
- "reload": 100
- },
+ "damage_modifier": { "damage_type": "bullet", "amount": 1 },
"dispersion_modifier": -70,
- "flags": [ "IRREMOVABLE" ],
- "min_skills": [ [ "weapon", 6 ] ]
+ "min_skills": [ [ "weapon", 6 ] ],
+ "flags": [ "IRREMOVABLE" ]
}
]