summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items
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
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')
-rw-r--r--vamp_stuff/Modification_Files/Items/Armor_Set/Infused/v_bloodinfusedset.json24
-rw-r--r--vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json36
-rw-r--r--vamp_stuff/Modification_Files/Items/Armor_Set/v_FANCIES.json41
-rw-r--r--vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json10
-rw-r--r--vamp_stuff/Modification_Files/Items/Misc/v_currency.json4
-rw-r--r--vamp_stuff/Modification_Files/Items/Misc/v_materials.json20
-rw-r--r--vamp_stuff/Modification_Files/Items/Tools/v_tools.json4
-rw-r--r--vamp_stuff/Modification_Files/Items/Weapons/ammo.json8
-rw-r--r--vamp_stuff/Modification_Files/Items/Weapons/melee_weapon.json80
-rw-r--r--vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json24
-rw-r--r--vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon_mod.json16
11 files changed, 117 insertions, 150 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Armor_Set/Infused/v_bloodinfusedset.json b/vamp_stuff/Modification_Files/Items/Armor_Set/Infused/v_bloodinfusedset.json
index 257bfa3..a3ebd04 100644
--- a/vamp_stuff/Modification_Files/Items/Armor_Set/Infused/v_bloodinfusedset.json
+++ b/vamp_stuff/Modification_Files/Items/Armor_Set/Infused/v_bloodinfusedset.json
@@ -4,9 +4,9 @@
"type": "ARMOR",
"name": { "str": "blood-infused survivor hood" },
"description": "A customized, heavily armored leather and Kevlar hood, designed to provide comfort and protection from harm. It has been augmented with blood leather sheets for increased protection.",
- "weight": "920 g",
+ "weight": "820 g",
"volume": "2 L",
- "price": "0 cent",
+ "price": 0,
"to_hit": -1,
"bashing": 10,
"material": [ "compactblood", "kevlar", "leather" ],
@@ -27,9 +27,9 @@
"type": "ARMOR",
"name": { "str": "blood-infused survivor cargo pants", "str_pl": "blood-infused survivor cargo pants" },
"description": "A pair of Kevlar armored pants covered with pouches and pockets. Custom-built to be durable, comfortable, and easy to wear. They have been augmented with blood leather sheets for increased protection.",
- "weight": "2200 g",
+ "weight": "2100 g",
"volume": "3 L",
- "price": "0 cent",
+ "price": 0,
"material": [ "compactblood", "cotton", "kevlar" ],
"symbol": "[",
"looks_like": "pants_survivor",
@@ -50,9 +50,9 @@
"type": "ARMOR",
"name": { "str": "blood-infused survivor duster" },
"description": "A Kevlar armored custom full-length duster, covered with pouches and pockets. Comfortable, durable, and great for storage. It has been augmented with blood leather sheets for increased protection.",
- "weight": "2692 g",
+ "weight": "2592 g",
"volume": "9500 ml",
- "price": "0 cent",
+ "price": 0,
"to_hit": -1,
"material": [ "compactblood", "cotton", "kevlar" ],
"symbol": "[",
@@ -74,9 +74,9 @@
"type": "ARMOR",
"name": { "str": "pair of blood-infused survivor gloves", "str_pl": "pairs of blood-infused survivor gloves" },
"description": "A pair of customized, Kevlar armored leather gloves, modified to be easy to wear while providing maximum protection under extreme conditions. They have been augmented with blood leather sheets for increased protection.",
- "weight": "330 g",
+ "weight": "230 g",
"volume": "750 ml",
- "price": "0 cent",
+ "price": 0,
"to_hit": 2,
"material": [ "compactblood", "kevlar", "leather" ],
"symbol": "[",
@@ -95,9 +95,9 @@
"type": "ARMOR",
"name": { "str": "pair of blood-infused survivor boots", "str_pl": "pairs of blood-infused survivor boots" },
"description": "A pair of customized leather boots, armored with Kevlar and modified to provide maximum protection from harm, even when knee-deep in the dead. They have been augmented with blood leather sheets for increased protection.",
- "weight": "1430 g",
+ "weight": "1330 g",
"volume": "2500 ml",
- "price": "0 cent",
+ "price": 0,
"to_hit": -1,
"bashing": 1,
"material": [ "compactblood", "kevlar", "leather" ],
@@ -117,9 +117,9 @@
"type": "ARMOR",
"name": { "str": "blood-infused survivor trenchcoat" },
"description": "A Kevlar armored custom trenchcoat, covered with pouches and pockets. Comfortable, durable, and great for storage. It has been augmented with blood leather sheets for increased protection.",
- "weight": "2120 g",
+ "weight": "1920 g",
"volume": "7 L",
- "price": "0 cent",
+ "price": 0,
"to_hit": -1,
"material": [ "compactblood", "cotton", "kevlar" ],
"symbol": "[",
diff --git a/vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json b/vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json
index 02a3b1c..f799884 100644
--- a/vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json
+++ b/vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json
@@ -4,21 +4,21 @@
"type": "ARMOR",
"name": { "str": "blood leather suit" },
"description": "A lightweight, blood red suit made completely of flexible compacted blood sheets and designed to be worn under your clothes. Protects vital extremeties.",
- "weight": "685 g",
+ "weight": "610 g",
"volume": "750 ml",
- "price": "0 cent",
+ "price": 0,
"to_hit": -1,
"bashing": 3,
- "material": [ "compactblood" ],
+ "material": [ "compactblood", "leather" ],
"symbol": "[",
"color": "red",
"covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ],
"coverage": 100,
- "encumbrance": 5,
+ "encumbrance": 6,
"warmth": 10,
"material_thickness": 1,
"environmental_protection": 1,
- "flags": [ "WATERPROOF", "STURDY", "SKINTIGHT" ]
+ "flags": [ "VARSIZE", "WATERPROOF", "STURDY", "SKINTIGHT" ]
},
{
"id": "blood_hood",
@@ -27,9 +27,9 @@
"description": "Hood made from compacted blood and leather, this is tough and provides decent protection from damage.",
"weight": "745 g",
"volume": "1250 ml",
- "price": "0 cent",
+ "price": 0,
"to_hit": -1,
- "bashing": 9,
+ "bashing": 10,
"material": [ "compactblood", "leather" ],
"symbol": "[",
"color": "red",
@@ -39,7 +39,7 @@
"warmth": 20,
"material_thickness": 1,
"environmental_protection": 1,
- "flags": [ "VARSIZE", "WATERPROOF", "STURDY", "OUTER", "HOOD" ]
+ "flags": [ "VARSIZE", "WATERPROOF", "STURDY", "OUTER", "HELMET_COMPAT" ]
},
{
"id": "blood_duster",
@@ -47,8 +47,8 @@
"name": { "str": "blood leather duster" },
"description": "Consists of compacted blood sheets and leather. This duster provides good storage and warmth.",
"weight": "1997 g",
- "volume": "8500 ml",
- "price": "0 cent",
+ "volume": "7 L",
+ "price": 0,
"to_hit": -1,
"material": [ "compactblood", "leather" ],
"symbol": "[",
@@ -61,16 +61,16 @@
"warmth": 20,
"material_thickness": 1,
"environmental_protection": 1,
- "flags": [ "VARSIZE", "POCKETS", "HOOD", "COLLAR", "STURDY", "WATERPROOF", "RAINPROOF", "OUTER" ]
+ "flags": [ "VARSIZE", "POCKETS", "OUTER", "WATERPROOF", "RAINPROOF", "HOOD", "COLLAR", "STURDY" ]
},
{
"id": "blood_gloves",
"type": "ARMOR",
"name": { "str": "pair of blood leather gloves", "str_pl": "pairs of blood leather gloves" },
"description": "A combination of compacted blood sheets and leather. This pair of gloves offer great protection against environment.",
- "weight": "230 g",
- "volume": "500 ml",
- "price": "0 cent",
+ "weight": "160 g",
+ "volume": "250 ml",
+ "price": 0,
"to_hit": 2,
"material": [ "compactblood", "leather" ],
"symbol": "[",
@@ -88,9 +88,9 @@
"type": "ARMOR",
"name": { "str": "blood leather pants", "str_pl": "blood leather pants" },
"description": "A pair of pants created from leather and compacted blood sheets. Offers decent protection.",
- "weight": "1920 g",
- "volume": "2250 ml",
- "price": "0 cent",
+ "weight": "980 g",
+ "volume": "2500 ml",
+ "price": 0,
"material": [ "compactblood", "leather" ],
"symbol": "[",
"color": "red",
@@ -109,7 +109,7 @@
"description": "Pair of boots made from tough leather and compacted blood sheets. It's a great choice for rough journeys.",
"weight": "1030 g",
"volume": "2500 ml",
- "price": "0 cent",
+ "price": 0,
"to_hit": -1,
"bashing": 2,
"material": [ "compactblood", "leather" ],
diff --git a/vamp_stuff/Modification_Files/Items/Armor_Set/v_FANCIES.json b/vamp_stuff/Modification_Files/Items/Armor_Set/v_FANCIES.json
index 7c72d1f..4de9452 100644
--- a/vamp_stuff/Modification_Files/Items/Armor_Set/v_FANCIES.json
+++ b/vamp_stuff/Modification_Files/Items/Armor_Set/v_FANCIES.json
@@ -1,47 +1,46 @@
[
{
- "id": "blood_necklace",
+ "abstract": "v_jewelery_template",
"looks_like": "ruby_silver_pendant_necklace",
"type": "ARMOR",
"category": "clothing",
- "name": { "str": "bloodrune necklace" },
- "description": "A shiny, silver necklace adorned with a bloodrune pendant. It mimics a heartbeat with unreadable markings on the interior that appear and disappear like clockwork.",
- "weight": "250 g",
- "volume": "250 ml",
+ "name": { "str": "jewelery template" },
+ "description": "This jewelery is a template for reducing duplicate code on jewelery. It should never appear in game, obviously.",
+ "weight": "70 g",
+ "volume": "15 ml",
+ "price": 0,
"material": [ "compactblood", "silver" ],
"symbol": "[",
"color": "red",
- "flags": [ "SUPER_FANCY" ]
+ "flags": [ "SUPER_FANCY", "TRADER_AVOID" ]
+ },
+ {
+ "id": "blood_necklace",
+ "copy-from": "v_jewelery_template",
+ "type": "ARMOR",
+ "category": "clothing",
+ "name": { "str": "bloodrune necklace" },
+ "description": "A shiny, silver necklace adorned with a bloodrune pendant. It mimics a heartbeat with unreadable markings on the interior that appear and disappear like clockwork."
},
{
"id": "blood_talisman",
- "looks_like": "ruby_silver_pendant_necklace",
+ "copy-from": "v_jewelery_template",
"type": "ARMOR",
"category": "clothing",
"name": { "str": "bloodrune talisman" },
- "description": "A shiny, silver necklace adorned with a bloodrune pendant carved in the shape of an vampire fang. If you prick your fingertip on its sharp point, you can feel your blood rushing towards the wound.",
- "weight": "80 g",
- "volume": "3 ml",
- "price": "0 cent",
- "price_postapoc": "25 kUSD",
- "material": [ "compactblood", "silver" ],
- "symbol": "(",
- "color": "red",
- "flags": [ "SUPER_FANCY" ]
+ "description": "A shiny, silver necklace adorned with a bloodrune pendant carved in the shape of an vampire fang. If you prick your fingertip on its sharp point, you can feel your blood rushing towards the wound."
},
{
"id": "blood_cring",
+ "copy-from": "v_jewelery_template",
"looks_like": "ruby_silver_ring",
"type": "ARMOR",
"category": "clothing",
"name": { "str": "bloodrune ring" },
"description": "A silver ring with a bloodrune mounted on top of it. The bloodrune has a symbol etched into it. It was given to you by the Vampire Cove Commander as proof of your loyalty.",
- "weight": "55 g",
- "volume": "3 ml",
- "price": "0 cent",
- "material": [ "compactblood", "silver" ],
+ "weight": "10 mg",
+ "volume": "1 ml",
"symbol": "(",
- "color": "red",
"flags": [ "FANCY" ]
}
]
diff --git a/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json b/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json
index 8fdf73b..df0215a 100644
--- a/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json
+++ b/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json
@@ -9,7 +9,7 @@
"description": "A small concealed knife sheath worn on the ankle. It is awkward to use without practice. Activate to sheathe/draw a weapon.",
"weight": "180 g",
"volume": "500 ml",
- "price": "0 cent",
+ "price": 0,
"to_hit": -1,
"material": [ "compactblood" ],
"symbol": "[",
@@ -39,7 +39,7 @@
"description": "A small concealed knife sheath worn on the wrist. It is awkward to use without practice. Activate to sheathe/draw a weapon.",
"weight": "180 g",
"volume": "500 ml",
- "price": "0 cent",
+ "price": 0,
"to_hit": -1,
"material": [ "compactblood" ],
"symbol": "[",
@@ -67,9 +67,9 @@
"category": "clothing",
"name": { "str": "blood leather backpack" },
"description": "A small backpack handmade from blood leather. Good durable storage for a little encumbrance.",
- "weight": "950 g",
+ "weight": "818 g",
"volume": "2 L",
- "price": "0 cent",
+ "price": 0,
"rigid": false,
"material": [ "compactblood" ],
"symbol": "[",
@@ -93,7 +93,7 @@
"description": "A large blood leather rucksack, provides a lot of storage and is quite durable.",
"weight": "1250 g",
"volume": "4 L",
- "price": "0 cent",
+ "price": 0,
"rigid": false,
"material": [ "compactblood" ],
"symbol": "[",
diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_currency.json b/vamp_stuff/Modification_Files/Items/Misc/v_currency.json
index af7c4b1..9e14fd0 100644
--- a/vamp_stuff/Modification_Files/Items/Misc/v_currency.json
+++ b/vamp_stuff/Modification_Files/Items/Misc/v_currency.json
@@ -4,8 +4,8 @@
"id": "bloodcoin",
"name": { "str": "Velvet Token" },
"description": "A well-made, handcrafted crimson coin produced from the blood of an unknown creature. Its one side is adorned in impressive etched decorations, and the other shows the image of a man, with undecipherable text below it.",
- "price": "50 cent",
- "price_postapoc": "1000 cent",
+ "price": 50,
+ "price_postapoc": 1000,
"weight": "2 g",
"volume": "2 ml",
"to_hit": -3,
diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
index ee0dbd1..0a7b73e 100644
--- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
+++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
@@ -6,9 +6,9 @@
"copy-from": "blood",
"name": { "str": "blood", "str_pl": "blood" },
"description": "Blood, possibly that of a human. Disgusting!",
- "weight": "265 g",
+ "weight": "262 g",
"volume": "250 ml",
- "price": "0 cent",
+ "price": 0,
"material": [ "blood" ],
"phase": "liquid",
"symbol": "~",
@@ -61,7 +61,7 @@
"description": "Dehydrated blood powder. Mix with water to make drinkable blood.",
"weight": "3 g",
"volume": "3 ml",
- "price": "0 cent",
+ "price": 0,
"material": [ "powder", "blood" ],
"primary_material": "powder",
"symbol": "'",
@@ -90,7 +90,7 @@
"description": "A patch of fabric made from powdered blood. While initially known for its aesthetic qualities, blood leather has proven comparable to kevlar for use in body armor.",
"weight": "250 g",
"volume": "250 ml",
- "price": "0 cent",
+ "price": 0,
"material": [ "compactblood" ],
"symbol": "#",
"color": "red"
@@ -103,7 +103,7 @@
"description": "A sticky glob of concentrated blood.",
"weight": "250 g",
"volume": "250 ml",
- "price": "0 cent",
+ "price": 0,
"material": [ "compactblood" ],
"symbol": "o",
"color": "red"
@@ -116,7 +116,7 @@
"description": "A tiny blood pellet, sparkling like a sanguine ruby.",
"weight": "10 g",
"volume": "3 ml",
- "price": "0 cent",
+ "price": 0,
"material": [ "compactblood" ],
"symbol": ".",
"color": "red"
@@ -129,7 +129,7 @@
"description": "Fine powder made from heating and refining a bloodrune. It generates a stable faint glow.",
"weight": "750 g",
"volume": "250 ml",
- "price": "0 cent",
+ "price": 0,
"material": [ "compactblood" ],
"symbol": "~",
"color": "red"
@@ -142,7 +142,7 @@
"description": "A stone similar to a fist-sized ruby, the final remains of a slain vampire. It mimics a heartbeat with unreadable markings on the interior that appear and disappear like clockwork.",
"weight": "750 g",
"volume": "250 ml",
- "price": "0 cent",
+ "price": 0,
"material": [ "compactblood" ],
"symbol": ".",
"color": "red"
@@ -155,7 +155,7 @@
"description": "A stone similar to a head-sized ruby, the final remains of a powerful vampire. It trembles of its own volition, as if the power inside is eager to escape.",
"weight": "3000 g",
"volume": "1750 ml",
- "price": "0 cent",
+ "price": 0,
"material": [ "compactblood" ],
"symbol": ".",
"color": "red"
@@ -169,7 +169,7 @@
"description": "This is a sealed IV bag containing blood. Use to open.",
"weight": "540 g",
"volume": "550 ml",
- "price": "0 cent",
+ "price": 0,
"to_hit": -1,
"material": [ "plastic", "blood" ],
"symbol": ")",
diff --git a/vamp_stuff/Modification_Files/Items/Tools/v_tools.json b/vamp_stuff/Modification_Files/Items/Tools/v_tools.json
index 5d8bbe2..0d35f20 100644
--- a/vamp_stuff/Modification_Files/Items/Tools/v_tools.json
+++ b/vamp_stuff/Modification_Files/Items/Tools/v_tools.json
@@ -7,8 +7,8 @@
"description": "A large compaction tool essential to make blood compacts from powders. The tiny tissue filaments of human cells will be reinforced into strong and tough leathery sheets, which can then be tailored into clothing.",
"weight": "5350 g",
"volume": "3250 ml",
- "price": "0 cent",
- "price_postapoc": "1500 USD",
+ "price": 0,
+ "price_postapoc": 150000,
"to_hit": -1,
"bashing": 3,
"material": [ "steel", "glass" ],
diff --git a/vamp_stuff/Modification_Files/Items/Weapons/ammo.json b/vamp_stuff/Modification_Files/Items/Weapons/ammo.json
index 59627a2..4631c46 100644
--- a/vamp_stuff/Modification_Files/Items/Weapons/ammo.json
+++ b/vamp_stuff/Modification_Files/Items/Weapons/ammo.json
@@ -6,8 +6,8 @@
"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",
+ "price": 2000,
+ "price_postapoc": 300,
"material": [ "hflesh" ],
"symbol": "=",
"color": "red",
@@ -62,8 +62,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",
diff --git a/vamp_stuff/Modification_Files/Items/Weapons/melee_weapon.json b/vamp_stuff/Modification_Files/Items/Weapons/melee_weapon.json
index f2a7575..60d4c43 100644
--- a/vamp_stuff/Modification_Files/Items/Weapons/melee_weapon.json
+++ b/vamp_stuff/Modification_Files/Items/Weapons/melee_weapon.json
@@ -8,8 +8,8 @@
"weight": "3150 g",
"volume": "4 L",
"symbol": "!",
- "price": "2470 USD",
- "price_postapoc": "780 USD",
+ "price": 247000,
+ "price_postapoc": 78000,
"to_hit": 1,
"bashing": 11,
"cutting": 33,
@@ -21,21 +21,16 @@
},
{
"id": "sword_sipplus",
+ "copy-from": "sword_sip",
"type": "GENERIC",
"name": { "str": "blood sipper+", "str_pl": "blood sippers+" },
"description": "A large, dual-handed, heavily serrated sword, textured in red hue. The blade retracts into a horizontal closed maw when not in use.",
"weight": "3300 g",
- "volume": "4 L",
- "symbol": "!",
- "price": "0 cent",
- "price_postapoc": "0 cent",
- "to_hit": 1,
+ "price": 0,
+ "price_postapoc": 0,
"bashing": 12,
"cutting": 35,
"material": [ "steel", "compactblood" ],
- "color": "red",
- "techniques": [ "WBLOCK_1", "WIDE", "BRUTAL", "SWEEP" ],
- "flags": [ "SHEATH_SWORD", "DURABLE_MELEE", "ALWAYS_TWOHAND" ],
"qualities": [ [ "CUT", 1 ], [ "BUTCHER", 22 ] ]
},
{
@@ -46,8 +41,8 @@
"weight": "475 g",
"volume": "250 ml",
"symbol": "f",
- "price": "1905 USD",
- "price_postapoc": "490 USD",
+ "price": 190500,
+ "price_postapoc": 49000,
"to_hit": 2,
"cutting": 14,
"bashing": 2,
@@ -59,21 +54,16 @@
},
{
"id": "sword_diveplus",
+ "copy-from": "sword_dive",
"type": "GENERIC",
"name": { "str": "blood diver+", "str_pl": "blood divers+" },
"description": "A small, serrated dagger, textured in red hue. Its handle is made for quick precise cuts, and the light weight of this weapon makes it versatile to use. The blade is also great for skinning, but it was made for combat",
"weight": "725 g",
- "volume": "250 ml",
- "symbol": "f",
- "price": "0 cent",
- "price_postapoc": "0 cent",
- "to_hit": 2,
+ "price": 0,
+ "price_postapoc": 0,
"cutting": 16,
"bashing": 3,
"material": [ "steel", "compactblood" ],
- "color": "red",
- "techniques": [ "RAPID" ],
- "flags": [ "SHEATH_KNIFE", "DURABLE_MELEE", "STAB" ],
"qualities": [ [ "CUT", 1 ], [ "CUT_FINE", 1 ], [ "BUTCHER", 37 ] ]
},
{
@@ -84,8 +74,8 @@
"weight": "850 g",
"volume": "500 ml",
"symbol": "f",
- "price": "1665 USD",
- "price_postapoc": "585 USD",
+ "price": 166500,
+ "price_postapoc": 58500,
"to_hit": 2,
"cutting": 8,
"bashing": 4,
@@ -95,20 +85,16 @@
},
{
"id": "punchie_bitieplus",
+ "copy-from": "punchie_bitie",
"type": "GENERIC",
"name": { "str": "pair of knuckle biters+", "str_pl": "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 impact will cause it to bite into its prey.",
"weight": "1000 g",
- "volume": "500 ml",
- "symbol": "f",
- "price": "0 cent",
- "price_postapoc": "0 cent",
- "to_hit": 2,
+ "price": 0,
+ "price_postapoc": 0,
"cutting": 10,
"bashing": 5,
- "material": [ "steel", "compactblood" ],
- "color": "red",
- "flags": [ "UNARMED_WEAPON", "DURABLE_MELEE", "STAB" ]
+ "material": [ "steel", "compactblood" ]
},
{
"id": "hammerius",
@@ -118,8 +104,8 @@
"weight": "4520 g",
"volume": "5 L",
"symbol": "T",
- "price": "3105 USD",
- "price_postapoc": "1035 USD",
+ "price": 310500,
+ "price_postapoc": 103500,
"to_hit": 1,
"bashing": 30,
"cutting": 12,
@@ -130,21 +116,16 @@
},
{
"id": "hammeriusplus",
+ "copy-from": "hammerius",
"type": "GENERIC",
"name": { "str": "hammerius+", "str_pl": "hammeriuses+" },
"description": "A huge, fearsome battle hammer, textured in red hue. Its flattened surface has symmetrical holes, concealing teeth that deploy just before impact.",
"weight": "3705 g",
- "volume": "5 L",
- "symbol": "T",
- "price": "0 cent",
- "price_postapoc": "0 cent",
- "to_hit": 1,
+ "price": 0,
+ "price_postapoc": 0,
"bashing": 31,
"cutting": 14,
- "material": [ "steel", "compactblood" ],
- "color": "red",
- "techniques": [ "WBLOCK_1", "BRUTAL", "SWEEP" ],
- "flags": [ "STAB", "DURABLE_MELEE", "ALWAYS_TWOHAND" ]
+ "material": [ "steel", "compactblood" ]
},
{
"id": "falc_crimsword",
@@ -154,8 +135,8 @@
"weight": "2680 g",
"volume": "3 L",
"symbol": "!",
- "price": "20500 USD",
- "price_postapoc": "780 USD",
+ "price": 2050000,
+ "price_postapoc": 78000,
"to_hit": 2,
"bashing": 4,
"cutting": 24,
@@ -167,21 +148,16 @@
},
{
"id": "falc_crimswordplus",
+ "copy-from": "falc_crimsword",
"type": "GENERIC",
"name": { "str": "fanged falchion+", "str_pl": "fanged falchions+" },
"description": "A longsword hued in crimson with peculiar hilt and forked tip mimicking a pair of fangs.",
"weight": "2785 g",
- "volume": "3 L",
- "symbol": "!",
- "price_postapoc": "0 cent",
- "price": "0 cent",
- "to_hit": 2,
+ "price": 0,
+ "price_postapoc": 0,
"bashing": 5,
"cutting": 26,
- "material": [ "steel" ],
- "color": "red",
- "techniques": [ "WBLOCK_2" ],
- "flags": [ "SHEATH_SWORD", "DURABLE_MELEE" ],
+ "material": [ "steel", "compactblood" ],
"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
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",
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" ]
}
]