summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Items/Weapons
diff options
context:
space:
mode:
Diffstat (limited to 'vamp_stuff/Modification Files/Items/Weapons')
-rw-r--r--vamp_stuff/Modification Files/Items/Weapons/ammo.json105
-rw-r--r--vamp_stuff/Modification Files/Items/Weapons/ammo_recipe.json71
-rw-r--r--vamp_stuff/Modification Files/Items/Weapons/ammo_types.json12
-rw-r--r--vamp_stuff/Modification Files/Items/Weapons/melee_weapon.json333
-rw-r--r--vamp_stuff/Modification Files/Items/Weapons/ranged_weapon.json418
-rw-r--r--vamp_stuff/Modification Files/Items/Weapons/ranged_weapon_mod.json20
6 files changed, 959 insertions, 0 deletions
diff --git a/vamp_stuff/Modification Files/Items/Weapons/ammo.json b/vamp_stuff/Modification Files/Items/Weapons/ammo.json
new file mode 100644
index 0000000..6f19672
--- /dev/null
+++ b/vamp_stuff/Modification Files/Items/Weapons/ammo.json
@@ -0,0 +1,105 @@
+[{
+ "id": "bloodyshaky",
+ "type": "AMMO",
+ "name": "shaken blood",
+ "description": "Blood which has slightly thickened from intense shaking. Almost compatible with vampiric guns if you're desperately need to feed them.",
+ "weight": 5,
+ "volume": 1,
+ "price_postapoc": 200,
+ "price": 1000,
+ "material": ["hflesh"],
+ "symbol": "=",
+ "color": "red",
+ "phase": "liquid",
+ "count": 1,
+ "stack_size": 40,
+ "ammo_type": "ammoblood",
+ "range": 15,
+ "damage": { "damage_type": "stab", "amount": 1, "armor_penetration": 5 },
+ "recoil": 100,
+ "loudness": 5,
+ "effects": ["NO_DROP"]
+ }, {
+ "id": "bloodypressure",
+ "type": "AMMO",
+ "name": "pressurized blood",
+ "description": "Cheap and renewable. This heavily compressed blood ammunition is used specifically with certain vampiric guns.",
+ "weight": 5,
+ "volume": 1,
+ "price_postapoc": 300,
+ "price": 2000,
+ "material": ["hflesh"],
+ "symbol": "=",
+ "color": "red",
+ "phase": "liquid",
+ "count": 5,
+ "stack_size": 20,
+ "ammo_type": "ammoblood",
+ "range": 8,
+ "damage": { "damage_type": "stab", "amount": 5, "armor_penetration": 25 },
+ "recoil": 450,
+ "loudness": 10,
+ "effects": ["NO_DROP"]
+ }, {
+ "id": "bloodyinfect",
+ "type": "AMMO",
+ "name": "traversed blood",
+ "description": "Cheap and easy to collect. A combination of pure and infected blood and much more viscous than others.",
+ "weight": 5,
+ "volume": 1,
+ "price_postapoc": 500,
+ "price": 3000,
+ "material": ["hflesh", "flesh"],
+ "symbol": "=",
+ "color": "green",
+ "phase": "liquid",
+ "count": 10,
+ "stack_size": 20,
+ "ammo_type": "ammoblood",
+ "range": 5,
+ "damage": { "damage_type": "stab", "amount": 10, "armor_penetration": 10 },
+ "recoil": 625,
+ "loudness": 30,
+ "effects": ["NO_DROP"]
+ }, {
+ "id": "bloodshot_00",
+ "type": "AMMO",
+ "name": "00 bloodshot",
+ "description": "Blood pellet-filled shot. Maximizes damage at very short range and will cause spread pellets to explode into sharp bits, dealing additional damage on impact. This is the only shotgun ammuminition developed and overused by vampires due to its overall balancing power.",
+ "weight": 35,
+ "volume": 1,
+ "price_postapoc": 6000,
+ "price": 31500,
+ "material": ["compactblood", "powder"],
+ "symbol": "=",
+ "color": "red",
+ "stack_size": 20,
+ "ammo_type": "bloodshot",
+ "casing": "shot_hull",
+ "range": 4,
+ "damage": { "damage_type": "stab", "amount": 65 },
+ "recoil": 2750,
+ "loudness": 180,
+ "effects": ["COOKOFF", "SHOT"]
+ }, {
+ "id": "reloaded_bloodshot_00",
+ "type": "AMMO",
+ "name": "reloaded 00 bloodshot",
+ "description": "Blood pellet-filled shot. Maximizes damage at very short range and will cause spread pellets to explode into sharp bits, dealing additional damage on impact. This is the only shotgun ammuminition developed and overused by vampires due to its overall balancing power.",
+ "weight": 35,
+ "volume": 1,
+ "price_postapoc": 2200,
+ "price": 20500,
+ "material": ["compactblood", "powder"],
+ "symbol": "=",
+ "color": "red",
+ "stack_size": 20,
+ "ammo_type": "bloodshot",
+ "casing": "shot_hull",
+ "range": 4,
+ "damage": { "damage_type": "stab", "amount": 57 },
+ "recoil": 2650,
+ "loudness": 180,
+ "effects": ["COOKOFF", "SHOT", "RECYCLED"]
+ }
+]
diff --git a/vamp_stuff/Modification Files/Items/Weapons/ammo_recipe.json b/vamp_stuff/Modification Files/Items/Weapons/ammo_recipe.json
new file mode 100644
index 0000000..38ed39a
--- /dev/null
+++ b/vamp_stuff/Modification Files/Items/Weapons/ammo_recipe.json
@@ -0,0 +1,71 @@
+[{
+ "result": "pelletblood",
+ "type": "recipe",
+ "category": "CC_OTHER",
+ "subcategory": "CSC_OTHER_MATERIALS",
+ "difficulty": 0,
+ "time": 250,
+ "book_learn": [["vamp_gunner1", 10]],
+ "components": [
+ [["bloodpowder", 1]]
+ ]
+ }, {
+ "result": "bloodyshaky",
+ "type": "recipe",
+ "category": "CC_AMMO",
+ "difficulty": 0,
+ "time": 75,
+ "components": [
+ [["blood", 1]]
+ ]
+ }, {
+ "result": "bloodypressure",
+ "type": "recipe",
+ "category": "CC_AMMO",
+ "difficulty": 0,
+ "time": 4500,
+ "book_learn": [["vamp_gunner1", 10]],
+ "qualities": [{
+ "id": "BCHEMISTRY",
+ "level": 1
+ }
+ ],
+ "components": [
+ [["bloodpowder", 10]],
+ [["water", 2]]
+ ]
+ }, {
+ "result": "bloodyinfect",
+ "type": "recipe",
+ "category": "CC_AMMO",
+ "difficulty": 0,
+ "time": 4500,
+ "book_learn": [["vamp_gunner1", 10]],
+ "qualities": [{
+ "id": "BCHEMISTRY",
+ "level": 1
+ }
+ ],
+ "components": [
+ [["bloodpowder", 6]],
+ [["meat_tainted", 1]],
+ [["water", 2]]
+ ]
+ }, {
+ "result": "reloaded_bloodshot_00",
+ "type": "recipe",
+ "category": "CC_AMMO",
+ "subcategory": "CSC_AMMO_SHOT",
+ "skill_used": "gun",
+ "difficulty": 2,
+ "time": 2200,
+ "batch_time_factors": [55, 10],
+ "book_learn": [["vamp_gunner1", 10]],
+ "charges": 1,
+ "using": [["bullet_forming", 1], ["ammo_shot", 1]],
+ "components": [
+ [["gunpowder", 6], ["chem_black_powder", 6]],
+ [["pelletblood", 10]]
+ ]
+ }
+]
diff --git a/vamp_stuff/Modification Files/Items/Weapons/ammo_types.json b/vamp_stuff/Modification Files/Items/Weapons/ammo_types.json
new file mode 100644
index 0000000..ee00f26
--- /dev/null
+++ b/vamp_stuff/Modification Files/Items/Weapons/ammo_types.json
@@ -0,0 +1,12 @@
+[{
+ "type": "ammunition_type",
+ "id": "bloodshot",
+ "name": "bloodshot",
+ "default": "bloodshot_00"
+ }, {
+ "type": "ammunition_type",
+ "id": "ammoblood",
+ "name": "blood",
+ "default": "bloodypressure"
+ }
+]
diff --git a/vamp_stuff/Modification Files/Items/Weapons/melee_weapon.json b/vamp_stuff/Modification Files/Items/Weapons/melee_weapon.json
new file mode 100644
index 0000000..bbe806a
--- /dev/null
+++ b/vamp_stuff/Modification Files/Items/Weapons/melee_weapon.json
@@ -0,0 +1,333 @@
+[{
+ "note": "Bloodrune upgrade add 2 cutting and 1 bashing damage, and its ultimate techniques are learned for that weapon (if available)",
+ "id": "sword_sip",
+ "type": "GENERIC",
+ "name": "blood sipper",
+ "name_plural": "blood sippers",
+ "description": "A large, dual-handed, heavily serrated sword. The blade retracts into sharp teeth-like formation everytime it is swung, while vice versa, it becomes flat when not in use. The weight of this sword is problematic.",
+ "weight": 3150,
+ "volume": 16,
+ "symbol": "!",
+ "price_postapoc": 78000,
+ "price": 247000,
+ "to_hit": 1,
+ "bashing": 11,
+ "cutting": 33,
+ "material": ["steel"],
+ "color": "red",
+ "techniques": [
+ "WBLOCK_2",
+ "UPRIGHT_SLASH",
+ "DOWNWARD_SLASH"
+ ],
+ "flags": [
+ "SHEATH_SWORD",
+ "DURABLE_MELEE"
+ ],
+ "qualities": [
+ [
+ "CUT",
+ 1
+ ],
+ [
+ "BUTCHER",
+ 20
+ ]
+ ]
+ }, {
+ "id": "sword_sipplus",
+ "type": "GENERIC",
+ "name": "blood sipper+",
+ "name_plural": "blood sippers+",
+ "description": "A large, dual-handed, heavily serrated sword, textured in red hue. The blade retracts into sharp teeth-like formation everytime it is swung, while vice versa, it becomes flat when not in use. The weight of this sword is problematic.",
+ "weight": 3300,
+ "volume": 16,
+ "symbol": "!",
+ "price": 0,
+ "price_postapoc": 0,
+ "to_hit": 1,
+ "bashing": 12,
+ "cutting": 35,
+ "material": [
+ "steel",
+ "compactblood"
+ ],
+ "color": "red",
+ "techniques": [
+ "WBLOCK_2",
+ "UPRIGHT_SLASH",
+ "DOWNWARD_SLASH",
+ "HEAD_GRIND"
+ ],
+ "flags": [
+ "SHEATH_SWORD",
+ "DURABLE_MELEE"
+ ],
+ "qualities": [
+ [
+ "CUT",
+ 1
+ ],
+ [
+ "BUTCHER",
+ 22
+ ]
+ ]
+ }, {
+ "id": "sword_dive",
+ "type": "GENERIC",
+ "name": "blood diver",
+ "name_plural": "blood divers",
+ "description": "A small, serrated dagger. Its handle is made for quick precise stabs, and the lightweight of this weapon makes it versatile to use. The unique form of its blade is great for skinning, but there's a better purpose other than that.",
+ "weight": 475,
+ "volume": 1,
+ "symbol": "f",
+ "price_postapoc": 49000,
+ "price": 190500,
+ "to_hit": 2,
+ "cutting": 14,
+ "bashing": 2,
+ "material": ["steel"],
+ "color": "red",
+ "techniques": [
+ "VAMP_WRATH",
+ "WEAK_HITCRIT",
+ "VAMP_TRICK"
+ ],
+ "flags": [
+ "SHEATH_KNIFE",
+ "DURABLE_MELEE",
+ "STAB"
+ ],
+ "qualities": [
+ [
+ "CUT",
+ 1
+ ],
+ [
+ "CUT_FINE",
+ 1
+ ],
+ [
+ "BUTCHER",
+ 35
+ ]
+ ]
+ }, {
+ "id": "sword_diveplus",
+ "type": "GENERIC",
+ "name": "blood diver+",
+ "name_plural": "blood divers+",
+ "description": "A small, serrated dagger, textured in red hue. Its handle is designed for quick precise stabs, and the weight of this weapon makes it versatile to use. The unique form of its blade is great for skinning, but there's a better purpose other than that.",
+ "weight": 725,
+ "volume": 1,
+ "symbol": "f",
+ "price": 0,
+ "price_postapoc": 0,
+ "to_hit": 2,
+ "cutting": 16,
+ "bashing": 3,
+ "material": [
+ "steel",
+ "compactblood"
+ ],
+ "color": "red",
+ "techniques": [
+ "VAMP_WRATH",
+ "WEAK_HITCRIT",
+ "STRONG_HITCRIT",
+ "VAMP_TRICK"
+ ],
+ "flags": [
+ "SHEATH_KNIFE",
+ "DURABLE_MELEE",
+ "STAB"
+ ],
+ "qualities": [
+ [
+ "CUT",
+ 1
+ ],
+ [
+ "CUT_FINE",
+ 1
+ ],
+ [
+ "BUTCHER",
+ 37
+ ]
+ ]
+ }, {
+ "id": "punchie_bitie",
+ "type": "GENERIC",
+ "name": "pair of knuckle biters",
+ "name_plural": "pairs of Knuckle Biters",
+ "description": "A pair of knuckles designed to imitate a jaw with heavily arranged metal teeth. Every successful impacts will cause it to bite quickly to its prey.",
+ "weight": 850,
+ "volume": 2,
+ "symbol": "f",
+ "price_postapoc": 58500,
+ "price": 166500,
+ "to_hit": 2,
+ "cutting": 8,
+ "bashing": 4,
+ "material": ["steel"],
+ "color": "red",
+ "techniques": [
+ "VAMP_WRATH"
+ ],
+ "flags": [
+ "UNARMED_WEAPON",
+ "DURABLE_MELEE"
+ ]
+ }, {
+ "id": "punchie_bitieplus",
+ "type": "GENERIC",
+ "name": "pair of knuckle biters+",
+ "name_plural": "pairs of knuckle biters+",
+ "description": "A pair of knuckles designed to imitate a jaw with heavily arranged metal teeth, textured in red hue. Every successful impacts will cause it to bite quickly to its prey.",
+ "weight": 1000,
+ "volume": 2,
+ "symbol": "f",
+ "price": 0,
+ "price_postapoc": 0,
+ "to_hit": 2,
+ "cutting": 10,
+ "bashing": 5,
+ "material": [
+ "steel",
+ "compactblood"
+ ],
+ "color": "red",
+ "techniques": [
+ "VAMP_WRATH"
+ ],
+ "flags": [
+ "UNARMED_WEAPON",
+ "DURABLE_MELEE"
+ ]
+ }, {
+ "id": "hammerius",
+ "type": "GENERIC",
+ "name": "hammerius",
+ "name_plural": "hammeriuses",
+ "description": "A huge, fearsome battle hammer. Its flattened surface has symmetric holes, in which spikes are seen beneath it, and everytime you bash an opponent, it retracts to puncture the prey's innards.",
+ "weight": 4520,
+ "volume": 20,
+ "symbol": "T",
+ "price_postapoc": 103500,
+ "price": 310500,
+ "to_hit": 1,
+ "bashing": 30,
+ "cutting": 12,
+ "material": ["steel"],
+ "color": "red",
+ "techniques": [
+ "WBLOCK_1",
+ "UPRIGHT_BASH",
+ "DOWNWARD_BASH"
+ ],
+ "flags": [
+ "STAB",
+ "DURABLE_MELEE"
+ ]
+ }, {
+ "id": "hammeriusplus",
+ "type": "GENERIC",
+ "name": "hammerius+",
+ "name_plural": "hammeriuses+",
+ "description": "A huge, fearsome battle hammer, textured in red hue. Its flattened surface has symmetric holes, in which spikes are seen, and everytime you bash an opponent, it retracts to puncture the prey's inner flesh.",
+ "weight": 3705,
+ "volume": 20,
+ "symbol": "T",
+ "price": 0,
+ "price_postapoc": 0,
+ "to_hit": 1,
+ "bashing": 31,
+ "cutting": 14,
+ "material": [
+ "steel",
+ "compactblood"
+ ],
+ "color": "red",
+ "techniques": [
+ "WBLOCK_1",
+ "UPRIGHT_BASH",
+ "DOWNWARD_BASH",
+ "TRENCH"
+ ],
+ "flags": [
+ "STAB",
+ "DURABLE_MELEE"
+ ]
+ }, {
+ "id": "falc_crimsword",
+ "type": "GENERIC",
+ "name": "fanged falchion",
+ "description": "A plain longsword with peculiar hilt and its forked tip imitates a pair of fangs of some sort. Pretty easy to use and its weight is unique for such a fearsome sword.",
+ "weight": 2680,
+ "volume": 12,
+ "symbol": "!",
+ "price_postapoc": 78000,
+ "price": 2050000,
+ "to_hit": 2,
+ "bashing": 4,
+ "cutting": 24,
+ "material": ["steel"],
+ "color": "red",
+ "techniques": [
+ "WBLOCK_2",
+ "UPRIGHT_SLASH",
+ "DOWNWARD_SLASH"
+ ],
+ "flags": [
+ "SHEATH_SWORD",
+ "DURABLE_MELEE"
+ ],
+ "qualities": [
+ [
+ "CUT",
+ 1
+ ],
+ [
+ "BUTCHER",
+ 20
+ ]
+ ]
+ }, {
+ "id": "falc_crimswordplus",
+ "type": "GENERIC",
+ "name": "fanged falchion+",
+ "name_plural": "fanged falchions+",
+ "description": "A plain longsword hued in crimson with peculiar hilt and its forked tip imitates a pair of fangs of some sort. Pretty easy to use and its weight is unique for such a fearsome sword.",
+ "weight": 2785,
+ "volume": 12,
+ "symbol": "!",
+ "price_postapoc": 0,
+ "price": 0,
+ "to_hit": 2,
+ "bashing": 5,
+ "cutting": 26,
+ "material": ["steel"],
+ "color": "red",
+ "techniques": [
+ "WBLOCK_2",
+ "UPRIGHT_SLASH",
+ "DOWNWARD_SLASH"
+ ],
+ "flags": [
+ "SHEATH_SWORD",
+ "DURABLE_MELEE"
+ ],
+ "qualities": [
+ [
+ "CUT",
+ 1
+ ],
+ [
+ "BUTCHER",
+ 22
+ ]
+ ]
+ }
+]
diff --git a/vamp_stuff/Modification Files/Items/Weapons/ranged_weapon.json b/vamp_stuff/Modification Files/Items/Weapons/ranged_weapon.json
new file mode 100644
index 0000000..b5884a4
--- /dev/null
+++ b/vamp_stuff/Modification Files/Items/Weapons/ranged_weapon.json
@@ -0,0 +1,418 @@
+[{
+ "id": "invy_bow",
+ "type": "GUN",
+ "symbol": "{",
+ "price": 0,
+ "price_postapoc": 0,
+ "color": "red",
+ "name": "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.",
+ "material": [
+ "steel"
+ ],
+ "techniques": [
+ "BOW_VAMP_SWEEP",
+ "BOW_VAMP_THRUST"
+ ],
+ "flags": [
+ "FIRE_TWOHAND",
+ "STR_DRAW",
+ "RELOAD_AND_SHOOT",
+ "PRIMITIVE_RANGED_WEAPON"
+ ],
+ "skill": "archery",
+ "min_strength": 10,
+ "ammo": "arrow",
+ "weight": 1225,
+ "volume": 12,
+ "bashing": 4,
+ "cutting": 14,
+ "armor_data": {
+ "covers": [
+ "TORSO"
+ ],
+ "coverage": 15,
+ "material_thickness": 1,
+ "encumbrance": 27
+ },
+ "ranged_damage": { "damage_type": "stab", "amount": 16 },
+ "range": 21,
+ "dispersion": 185,
+ "durability": 8,
+ "clip_size": 1,
+ "reload": 135,
+ "valid_mod_locations": [
+ [
+ "sights",
+ 1
+ ],
+ [
+ "accessories",
+ 2
+ ]
+ ]
+ }, {
+ "id": "b11_striker",
+ "type": "GUN",
+ "symbol": "(",
+ "color": "red",
+ "name": "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 3-shot burst mode for barraging shots with its improved accuracy.",
+ "price_postapoc": 1318500,
+ "price": 0,
+ "material": [
+ "steel",
+ "compactblood"
+ ],
+ "flags": [
+ "MODE_BURST",
+ "RELOAD_ONE"
+ ],
+ "skill": "shotgun",
+ "ammo": "bloodshot",
+ "weight": 3620,
+ "volume": 10,
+ "bashing": 8,
+ "to_hit": 0,
+ "dispersion": 205,
+ "sight_dispersion": 190,
+ "recoil": 40,
+ "durability": 7,
+ "burst": 3,
+ "clip_size": 16,
+ "reload": 80,
+ "loudness": 155,
+ "valid_mod_locations": [
+ [
+ "accessories",
+ 4
+ ],
+ [
+ "barrel",
+ 1
+ ],
+ [
+ "grip",
+ 1
+ ],
+ [
+ "mechanism",
+ 4
+ ],
+ [
+ "muzzle",
+ 1
+ ],
+ [
+ "rail",
+ 1
+ ],
+ [
+ "sights",
+ 1
+ ],
+ [
+ "stock",
+ 1
+ ],
+ [
+ "underbarrel",
+ 1
+ ]
+ ]
+ }, {
+ "id": "blood_slinger",
+ "type": "GUN",
+ "symbol": "(",
+ "color": "red",
+ "name": "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_postapoc": 22500,
+ "price": 0,
+ "material": [
+ "steel",
+ "compactblood"
+ ],
+ "flags": [
+ "NEVER_JAMS"
+ ],
+ "skill": "pistol",
+ "ammo": "ammoblood",
+ "weight": 1428,
+ "volume": 6,
+ "bashing": 8,
+ "to_hit": 0,
+ "dispersion": 150,
+ "sight_dispersion": 105,
+ "recoil": 12,
+ "durability": 6,
+ "clip_size": 12,
+ "reload": 100,
+ "loudness": 3,
+ "range": 10,
+ "ranged_damage": { "damage_type": "stab", "amount": 2 },
+ "valid_mod_locations": [
+ [
+ "accessories",
+ 4
+ ],
+ [
+ "grip",
+ 1
+ ],
+ [
+ "mechanism",
+ 4
+ ],
+ [
+ "muzzle",
+ 1
+ ],
+ [
+ "rail",
+ 1
+ ],
+ [
+ "sights",
+ 1
+ ],
+ [
+ "stock",
+ 1
+ ]
+ ]
+ }, {
+ "id": "blood_stinger",
+ "type": "GUN",
+ "symbol": "(",
+ "color": "red",
+ "name": "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_postapoc": 730500,
+ "price": 0,
+ "material": [
+ "steel",
+ "compactblood"
+ ],
+ "flags": [
+ "NEVER_JAMS"
+ ],
+ "skill": "rifle",
+ "ammo": "ammoblood",
+ "weight": 3420,
+ "volume": 10,
+ "bashing": 8,
+ "to_hit": 0,
+ "dispersion": 170,
+ "sight_dispersion": 100,
+ "recoil": 20,
+ "durability": 8,
+ "clip_size": 10,
+ "reload": 100,
+ "loudness": 3,
+ "range": 20,
+ "ranged_damage": { "damage_type": "stab", "amount": 15 },
+ "barrel_length": 3,
+ "built_in_mods": [
+ "bloodstinger_barrel"
+ ],
+ "valid_mod_locations": [
+ [
+ "accessories",
+ 4
+ ],
+ [
+ "barrel",
+ 1
+ ],
+ [
+ "grip",
+ 1
+ ],
+ [
+ "mechanism",
+ 4
+ ],
+ [
+ "muzzle",
+ 1
+ ],
+ [
+ "rail",
+ 1
+ ],
+ [
+ "sights",
+ 1
+ ],
+ [
+ "stock",
+ 1
+ ],
+ [
+ "underbarrel",
+ 1
+ ]
+ ]
+ }, {
+ "id": "blood_stream_shooter",
+ "type": "GUN",
+ "symbol": "(",
+ "color": "red",
+ "name": "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_postapoc": 1182900,
+ "price": 0,
+ "material": [
+ "steel",
+ "compactblood"
+ ],
+ "flags": [
+ "NEVER_JAMS"
+ ],
+ "skill": "smg",
+ "ammo": "ammoblood",
+ "weight": 3855,
+ "volume": 10,
+ "bashing": 4,
+ "to_hit": 0,
+ "modes": [
+ [
+ "DEFAULT",
+ "semi-auto",
+ 3
+ ],
+ [
+ "BURST",
+ "5 rd.",
+ 9
+ ],
+ [
+ "AUTO",
+ "auto",
+ 60
+ ]
+ ],
+ "dispersion": 180,
+ "sight_dispersion": 100,
+ "aim_speed": 2,
+ "recoil": 30,
+ "durability": 8,
+ "clip_size": 400,
+ "reload": 175,
+ "loudness": 3,
+ "ranged_damage": { "damage_type": "stab", "amount": 5 },
+ "valid_mod_locations": [
+ [
+ "accessories",
+ 4
+ ],
+ [
+ "grip",
+ 1
+ ],
+ [
+ "rail",
+ 1
+ ],
+ [
+ "mechanism",
+ 4
+ ],
+ [
+ "sights",
+ 1
+ ],
+ [
+ "stock",
+ 1
+ ],
+ [
+ "underbarrel",
+ 1
+ ]
+ ]
+ }, {
+ "id": "blood_sprayer",
+ "type": "GUN",
+ "symbol": "(",
+ "color": "red",
+ "name": "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_postapoc": 423500,
+ "price": 0,
+ "material": [
+ "steel",
+ "compactblood"
+ ],
+ "flags": [
+ "NEVER_JAMS"
+ ],
+ "skill": "smg",
+ "ammo": "ammoblood",
+ "weight": 1805,
+ "volume": 6,
+ "bashing": 4,
+ "to_hit": 0,
+ "modes": [
+ [
+ "DEFAULT",
+ "semi-auto",
+ 1
+ ],
+ [
+ "BURST",
+ "5 rd.",
+ 5
+ ],
+ [
+ "AUTO",
+ "auto",
+ 20
+ ]
+ ],
+ "dispersion": 185,
+ "sight_dispersion": 95,
+ "aim_speed": 3,
+ "recoil": 10,
+ "durability": 8,
+ "clip_size": 100,
+ "reload": 75,
+ "loudness": 3,
+ "ranged_damage": { "damage_type": "stab", "amount": 3 },
+ "valid_mod_locations": [
+ [
+ "accessories",
+ 4
+ ],
+ [
+ "grip",
+ 1
+ ],
+ [
+ "mechanism",
+ 4
+ ],
+ [
+ "muzzle",
+ 1
+ ],
+ [
+ "rail",
+ 1
+ ],
+ [
+ "sights",
+ 1
+ ],
+ [
+ "stock",
+ 1
+ ],
+ [
+ "underbarrel",
+ 1
+ ]
+ ]
+ }
+]
diff --git a/vamp_stuff/Modification Files/Items/Weapons/ranged_weapon_mod.json b/vamp_stuff/Modification Files/Items/Weapons/ranged_weapon_mod.json
new file mode 100644
index 0000000..ce78a89
--- /dev/null
+++ b/vamp_stuff/Modification Files/Items/Weapons/ranged_weapon_mod.json
@@ -0,0 +1,20 @@
+{
+ "id": "bloodstinger_barrel",
+ "type": "GUNMOD",
+ "name": "bloodstinger barrel",
+ "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,
+ "volume": 4,
+ "price": 0,
+ "to_hit": 2,
+ "bashing": 5,
+ "material": ["steel", "compactblood"],
+ "symbol": ":",
+ "color": "red",
+ "location": "barrel",
+ "mod_targets": ["rifle"],
+ "ranged_damage": { "damage_type": "stab", "amount": 1 },
+ "dispersion_modifier": -70,
+ "flags": ["IRREMOVABLE"],
+ "min_skills": [["weapon", 6]]
+}