summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-31 12:13:36 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-31 12:13:36 -0700
commit3dfb4cdfbaf30c3824f7eaf370105bc137f1b743 (patch)
tree1e4517bcc786e83cae27bf3ae98d1e5c0c7fe21e /vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json
parentBackport some of the optimizations and bugfixes from my work porting to DDA. (diff)
downloadcataclysm-bn-mod_vampire-stuff-redone-3dfb4cdfbaf30c3824f7eaf370105bc137f1b743.tar.xz
Convert to weapon categories.
Add custom category for vampiric weapons.
Diffstat (limited to 'vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json')
-rw-r--r--vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json b/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json
index ab40a41..3a50c40 100644
--- a/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json
+++ b/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json
@@ -2,6 +2,7 @@
{
"id": "invy_bow",
"type": "GUN",
+ "weapon_category": [ "BOWS", "ELASTIC", "VAMPIRE_WEAPONS" ],
"symbol": "{",
"price": 0,
"price_postapoc": 0,
@@ -29,6 +30,7 @@
{
"id": "b11_striker",
"type": "GUN",
+ "weapon_category": [ "SHOTGUNS", "AUTOLOADING", "VAMPIRE_WEAPONS" ],
"symbol": "(",
"color": "red",
"name": { "str": "blood striker" },
@@ -66,6 +68,7 @@
{
"id": "blood_slinger",
"type": "GUN",
+ "weapon_category": [ "PISTOLS", "AUTOLOADING", "VAMPIRE_WEAPONS" ],
"symbol": "(",
"color": "red",
"name": { "str": "blood slinger" },
@@ -102,6 +105,7 @@
{
"id": "blood_stinger",
"type": "GUN",
+ "weapon_category": [ "RIFLES", "AUTOLOADING", "VAMPIRE_WEAPONS" ],
"symbol": "(",
"color": "red",
"name": { "str": "blood stinger" },
@@ -142,6 +146,7 @@
{
"id": "blood_stream_shooter",
"type": "GUN",
+ "weapon_category": [ "MACHINE_GUNS", "AUTOLOADING", "VAMPIRE_WEAPONS" ],
"symbol": "(",
"color": "red",
"name": { "str": "blood stream shooter" },
@@ -178,6 +183,7 @@
{
"id": "blood_sprayer",
"type": "GUN",
+ "weapon_category": [ "SUBMACHINE_GUNS", "AUTOLOADING", "VAMPIRE_WEAPONS" ],
"symbol": "(",
"color": "red",
"name": { "str": "blood sprayer" },