summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-06 22:10:53 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-06 22:10:53 -0700
commit26d36bd84dcb0e0249a664809d618ca9b523d5a7 (patch)
treecb6b5500ccc155972def4088c2b429738716e1c0
parentPort to Bright Nights (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-26d36bd84dcb0e0249a664809d618ca9b523d5a7.tar.xz
Updating body part names, prices, some flags for BN
-rw-r--r--vamp_stuff/Modification_Files/Items/Armor_Set/Infused/v_bloodinfusedset.json26
-rw-r--r--vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json26
-rw-r--r--vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json8
-rw-r--r--vamp_stuff/Modification_Files/Items/Misc/v_currency.json4
-rw-r--r--vamp_stuff/Modification_Files/Items/Misc/v_materials.json30
-rw-r--r--vamp_stuff/Modification_Files/Items/Tools/v_tools.json12
-rw-r--r--vamp_stuff/Modification_Files/Items/Weapons/ammo.json8
-rw-r--r--vamp_stuff/Modification_Files/Items/Weapons/melee_weapon.json40
-rw-r--r--vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json26
-rw-r--r--vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon_mod.json2
-rw-r--r--vamp_stuff/Modification_Files/Monsters/monster_attacks.json62
-rw-r--r--vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json8
-rw-r--r--vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json2
-rw-r--r--vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json2
-rw-r--r--vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json6
-rw-r--r--vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json2
-rw-r--r--vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json8
17 files changed, 136 insertions, 136 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 0bba40f..d58075a 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
@@ -8,20 +8,20 @@
"description": "An improved hood combined with leather, kevlar and blood compact sheet. The protection it used to provide has increased.",
"weight": "920 g",
"volume": "2 L",
- "price": 0,
+ "price": "0 cent",
"to_hit": -1,
"bashing": 9,
"material": [ "compactblood", "kevlar", "leather" ],
"symbol": "[",
"color": "red",
- "covers": [ "HEAD" ],
+ "covers": [ "head" ],
"coverage": 100,
"encumbrance": 25,
"warmth": 15,
"material_thickness": 3,
"environmental_protection": 4,
"techniques": [ "WBLOCK_1" ],
- "flags": [ "VARSIZE", "WATERPROOF", "STURDY", "OUTER", "HELMET_COMPAT" ]
+ "flags": [ "VARSIZE", "WATERPROOF", "STURDY", "OUTER", "HOOD" ]
},
{
"id": "bloodinfused_survivorpants",
@@ -31,11 +31,11 @@
"description": "A pair of pants consisting of leather, kevlar and blood compact sheet, pouches and pockets are covered with excess materials for better protection. It is comfortable and warm.",
"weight": "2200 g",
"volume": "3 L",
- "price": 0,
+ "price": "0 cent",
"material": [ "compactblood", "kevlar", "cotton" ],
"symbol": "[",
"color": "red",
- "covers": [ "LEG_L", "LEG_R" ],
+ "covers": [ "leg_l", "leg_r" ],
"coverage": 100,
"encumbrance": 20,
"storage": "3500 ml",
@@ -52,12 +52,12 @@
"description": "Customize kevlar duster with sleeves improved with blood compact sheets for increased protection. The storage remains high.",
"weight": "2692 g",
"volume": "97 L",
- "price": 0,
+ "price": "0 cent",
"to_hit": -1,
"material": [ "compactblood", "kevlar", "cotton" ],
"symbol": "[",
"color": "red",
- "covers": [ "TORSO", "ARM_L", "ARM_R", "LEG_L", "LEG_R" ],
+ "covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ],
"coverage": 85,
"encumbrance": 15,
"storage": "9 L",
@@ -74,12 +74,12 @@
"description": "Customized pair of kevlar, leather and blood sheet compact gloves. It provides protection in extreme situations.",
"weight": "315 g",
"volume": "500 ml",
- "price": 0,
+ "price": "0 cent",
"to_hit": 2,
"material": [ "compactblood", "kevlar", "leather" ],
"symbol": "[",
"color": "red",
- "covers": [ "HAND_L", "HAND_R" ],
+ "covers": [ "hand_l", "hand_r" ],
"coverage": 100,
"encumbrance": 20,
"warmth": 20,
@@ -95,13 +95,13 @@
"description": "Kevlar, leather and blood compact sheets arranged into the boots, granting maximum damage protection against all odds.",
"weight": "1430 g",
"volume": "2500 ml",
- "price": 0,
+ "price": "0 cent",
"to_hit": -1,
"bashing": 1,
"material": [ "compactblood", "kevlar", "leather" ],
"symbol": "[",
"color": "red",
- "covers": [ "FOOT_L", "FOOT_R" ],
+ "covers": [ "foot_l", "foot_r" ],
"coverage": 100,
"encumbrance": 25,
"warmth": 20,
@@ -117,12 +117,12 @@
"description": "A trenchcoat built for both protection and storage using kevlar and blood compact sheet. Comfortable to wear.",
"weight": "2120 g",
"volume": "7250 ml",
- "price": 0,
+ "price": "0 cent",
"to_hit": -1,
"material": [ "compactblood", "kevlar", "cotton" ],
"symbol": "[",
"color": "red",
- "covers": [ "TORSO", "ARM_L", "ARM_R" ],
+ "covers": [ "torso", "arm_l", "arm_r" ],
"coverage": 85,
"encumbrance": 15,
"storage": "9 L",
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 47b59e7..bb5cafe 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
@@ -7,13 +7,13 @@
"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",
"volume": "750 ml",
- "price": 0,
+ "price": "0 cent",
"to_hit": -1,
"bashing": 3,
"material": [ "compactblood" ],
"symbol": "[",
"color": "red",
- "covers": [ "TORSO", "ARM_L", "ARM_R", "LEG_L", "LEG_R" ],
+ "covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ],
"coverage": 100,
"encumbrance": 5,
"warmth": 10,
@@ -29,19 +29,19 @@
"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,
+ "price": "0 cent",
"to_hit": -1,
"bashing": 9,
"material": [ "compactblood", "leather" ],
"symbol": "[",
"color": "red",
- "covers": [ "HEAD" ],
+ "covers": [ "head" ],
"coverage": 100,
"encumbrance": 15,
"warmth": 20,
"material_thickness": 1,
"environmental_protection": 1,
- "flags": [ "VARSIZE", "WATERPROOF", "STURDY", "OUTER", "HELMET_COMPAT" ]
+ "flags": [ "VARSIZE", "WATERPROOF", "STURDY", "OUTER", "HOOD" ]
},
{
"id": "blood_duster",
@@ -51,12 +51,12 @@
"description": "Consists of compacted blood sheets and leather. This duster provides good storage and warmth.",
"weight": "1997 g",
"volume": "8500 ml",
- "price": 0,
+ "price": "0 cent",
"to_hit": -1,
"material": [ "compactblood", "leather" ],
"symbol": "[",
"color": "red",
- "covers": [ "TORSO", "ARM_L", "ARM_R", "LEG_L", "LEG_R" ],
+ "covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ],
"coverage": 85,
"encumbrance": 10,
"storage": "8 L",
@@ -73,12 +73,12 @@
"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,
+ "price": "0 cent",
"to_hit": 2,
"material": [ "compactblood", "leather" ],
"symbol": "[",
"color": "red",
- "covers": [ "HAND_L", "HAND_R" ],
+ "covers": [ "hand_l", "hand_r" ],
"coverage": 100,
"encumbrance": 10,
"warmth": 15,
@@ -94,11 +94,11 @@
"description": "A pair of pants created from leather and compacted blood sheets. Offers decent protection.",
"weight": "1920 g",
"volume": "2250 ml",
- "price": 0,
+ "price": "0 cent",
"material": [ "compactblood", "leather" ],
"symbol": "[",
"color": "red",
- "covers": [ "LEG_L", "LEG_R" ],
+ "covers": [ "leg_l", "leg_r" ],
"coverage": 100,
"encumbrance": 10,
"warmth": 15,
@@ -114,13 +114,13 @@
"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,
+ "price": "0 cent",
"to_hit": -1,
"bashing": 2,
"material": [ "compactblood", "leather" ],
"symbol": "[",
"color": "red",
- "covers": [ "FOOT_L", "FOOT_R" ],
+ "covers": [ "foot_l", "foot_r" ],
"coverage": 100,
"encumbrance": 15,
"warmth": 20,
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 3a8279c..af50722 100644
--- a/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json
+++ b/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json
@@ -11,7 +11,7 @@
"material": [ "compactblood" ],
"symbol": "[",
"color": "red",
- "covers": [ "foot_l", "foot_r" ],
+ "covers": [ "leg_either" ],
"coverage": 10,
"encumbrance": 0,
"material_thickness": 1,
@@ -67,7 +67,7 @@
"symbol": "[",
"looks_like": "backpack",
"color": "red",
- "covers": [ "TORSO" ],
+ "covers": [ "torso" ],
"coverage": 30,
"encumbrance": 4,
"max_encumbrance": 17,
@@ -84,13 +84,13 @@
"//": "Rebased on a military rucksack.",
"weight": "1250 g",
"volume": "4 L",
- "price": 0,
+ "price": "0 cent",
"rigid": false,
"material": [ "compactblood" ],
"symbol": "[",
"looks_like": "rucksack",
"color": "red",
- "covers": [ "TORSO" ],
+ "covers": [ "torso" ],
"coverage": 40,
"encumbrance": 2,
"max_encumbrance": 20,
diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_currency.json b/vamp_stuff/Modification_Files/Items/Misc/v_currency.json
index b84bd2b..773d534 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": "VelvetyToken" },
"description": "A well-made, seemingly handcrafted crimson coin produced merely of blood from unknown creature. Its one side is adorned in astounding etched decorations, and the other shows an image of a man, with undecipherable text below it.",
- "price": 50,
- "price_postapoc": 10,
+ "price": "50 cent",
+ "price_postapoc": "10 cent",
"weight": "12 g",
"volume": "5 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 2a2d994..f655910 100644
--- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
+++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
@@ -14,7 +14,7 @@
"healthy": 4,
"calories": 300,
"description": "Blood, possibly that of a human. Disgusting!",
- "price": 100,
+ "price": "1 USD",
"material": [ "hflesh" ],
"volume": "250 ml",
"phase": "liquid",
@@ -29,8 +29,8 @@
"description": "Fine powder made from heating and refining a bloodrune. It generates a stable faint glow.",
"weight": "750 g",
"volume": "250 ml",
- "price": 0,
- "price_postapoc": 0,
+ "price": "0 cent",
+ "price_postapoc": "0 cent",
"material": [ "compactblood" ],
"symbol": "~",
"color": "red"
@@ -43,8 +43,8 @@
"description": "A stone similar to a fist-sized ruby, the final remains of a slain vampire. Its core mimics a heartbeat with unreadable marks appearing again and again from its outside layer.",
"weight": "750 g",
"volume": "250 ml",
- "price": 0,
- "price_postapoc": 500000,
+ "price": "0 cent",
+ "price_postapoc": "5 kUSD",
"count": 3,
"material": [ "compactblood" ],
"symbol": ".",
@@ -58,8 +58,8 @@
"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,
- "price_postapoc": 2500000,
+ "price": "0 cent",
+ "price_postapoc": "25 kUSD",
"material": [ "compactblood" ],
"symbol": ".",
"color": "red"
@@ -72,8 +72,8 @@
"description": "A sticky glob of concentrated human blood.",
"weight": "250 g",
"volume": "250 ml",
- "price": 0,
- "price_postapoc": 200000,
+ "price": "0 cent",
+ "price_postapoc": "2 kUSD",
"material": [ "compactblood" ],
"symbol": "o",
"color": "red"
@@ -87,7 +87,7 @@
"description": "Powdered human blood. Useful as a crafting material, or a snack if you are so inclined.",
"weight": "10 g",
"volume": "3 ml",
- "price": 1,
+ "price": "1 cent",
"count": 10,
"quench": 0,
"healthy": 1,
@@ -105,7 +105,7 @@
"description": "A sticky sap leftover from the process of dehydrating blood.",
"weight": "40 g",
"volume": "250 ml",
- "price": 0,
+ "price": "0 cent",
"quench": 5,
"healthy": 2,
"nutrition": 2,
@@ -122,7 +122,7 @@
"description": "A patch of fabric made from compacted blood. While initially known for its aesthetic qualities, blood leather has proven comparable to kevlar for use use in body armor.",
"weight": "250 g",
"volume": "250 ml",
- "price": 0,
+ "price": "0 cent",
"material": [ "compactblood" ],
"symbol": "#",
"color": "red"
@@ -135,7 +135,7 @@
"description": "A tiny blood pellet, sparkling like a sanguine ruby.",
"weight": "10 g",
"volume": "3 ml",
- "price": 0,
+ "price": "0 cent",
"count": 2,
"material": [ "compactblood" ],
"symbol": ".",
@@ -158,7 +158,7 @@
"healthy": 2,
"calories": 150,
"description": "Synthetic blood, not possibly that of a human. Still disgusting!",
- "price": 100,
+ "price": "1 USD",
"material": [ "hflesh" ],
"volume": "250 ml",
"phase": "liquid",
@@ -174,7 +174,7 @@
"description": "Powdered synthetic human blood. It lacks the supernatural potency of real blood for crafting, but can still be used as a snack if you are so inclined.",
"weight": "10 g",
"volume": "3 ml",
- "price": 1,
+ "price": "1 cent",
"count": 10,
"quench": 0,
"healthy": 0,
diff --git a/vamp_stuff/Modification_Files/Items/Tools/v_tools.json b/vamp_stuff/Modification_Files/Items/Tools/v_tools.json
index 13143c4..8788234 100644
--- a/vamp_stuff/Modification_Files/Items/Tools/v_tools.json
+++ b/vamp_stuff/Modification_Files/Items/Tools/v_tools.json
@@ -9,8 +9,8 @@
"looks_like": "forge",
"material": [ "steel", "glass" ],
"name": { "str": "blood infusion forge" },
- "price": 0,
- "price_postapoc": 150000,
+ "price": "0 cent",
+ "price_postapoc": "1500 USD",
"qualities": [ [ "BINFUSING", 1 ], [ "HAMMER", 3 ], [ "CHISEL", 3 ] ],
"symbol": "Q",
"to_hit": -2,
@@ -34,8 +34,8 @@
"looks_like": "tailors_kit",
"material": [ "steel", "glass" ],
"name": { "str": "blood compactor" },
- "price": 0,
- "price_postapoc": 150000,
+ "price": "0 cent",
+ "price_postapoc": "1500 USD",
"qualities": [ [ "BCOMPRESSING", 1 ], [ "CUT", 3 ] ],
"symbol": "H",
"to_hit": -1,
@@ -59,8 +59,8 @@
"looks_like": "chemistry_set",
"material": [ "steel", "glass" ],
"name": { "str": "blood chemistry set" },
- "price": 0,
- "price_postapoc": 150000,
+ "price": "0 cent",
+ "price_postapoc": "1500 USD",
"qualities": [ [ "BCHEMISTRY", 1 ], [ "DISTILL", 1 ], [ "CHEM", 3 ], [ "BOIL", 1 ] ],
"symbol": "&",
"to_hit": -1,
diff --git a/vamp_stuff/Modification_Files/Items/Weapons/ammo.json b/vamp_stuff/Modification_Files/Items/Weapons/ammo.json
index 923a2bc..8e4bde0 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": 2000,
- "price_postapoc": 300,
+ "price": "20 USD",
+ "price_postapoc": "3 USD",
"material": [ "hflesh" ],
"symbol": "=",
"color": "red",
@@ -53,8 +53,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_postapoc": 6000,
- "price": 31500,
+ "price": "315 USD",
+ "price_postapoc": "60 USD",
"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 437ffbf..a0a6716 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_postapoc": 78000,
- "price": 247000,
+ "price": "2470 USD",
+ "price_postapoc": "780 USD",
"to_hit": 1,
"bashing": 11,
"cutting": 33,
@@ -27,8 +27,8 @@
"weight": "3300 g",
"volume": "4 L",
"symbol": "!",
- "price": 0,
- "price_postapoc": 0,
+ "price": "0 cent",
+ "price_postapoc": "0 cent",
"to_hit": 1,
"bashing": 12,
"cutting": 35,
@@ -46,8 +46,8 @@
"weight": "475 g",
"volume": "250 ml",
"symbol": "f",
- "price_postapoc": 49000,
- "price": 190500,
+ "price": "1905 USD",
+ "price_postapoc": "490 USD",
"to_hit": 2,
"cutting": 14,
"bashing": 2,
@@ -65,8 +65,8 @@
"weight": "725 g",
"volume": "250 ml",
"symbol": "f",
- "price": 0,
- "price_postapoc": 0,
+ "price": "0 cent",
+ "price_postapoc": "0 cent",
"to_hit": 2,
"cutting": 16,
"bashing": 3,
@@ -84,8 +84,8 @@
"weight": "850 g",
"volume": "500 ml",
"symbol": "f",
- "price_postapoc": 58500,
- "price": 166500,
+ "price": "1665 USD",
+ "price_postapoc": "585 USD",
"to_hit": 2,
"cutting": 8,
"bashing": 4,
@@ -102,8 +102,8 @@
"weight": "1000 g",
"volume": "500 ml",
"symbol": "f",
- "price": 0,
- "price_postapoc": 0,
+ "price": "0 cent",
+ "price_postapoc": "0 cent",
"to_hit": 2,
"cutting": 10,
"bashing": 5,
@@ -120,8 +120,8 @@
"weight": "4520 g",
"volume": "5 L",
"symbol": "T",
- "price_postapoc": 103500,
- "price": 310500,
+ "price": "3105 USD",
+ "price_postapoc": "1035 USD",
"to_hit": 1,
"bashing": 30,
"cutting": 12,
@@ -138,8 +138,8 @@
"weight": "3705 g",
"volume": "5 L",
"symbol": "T",
- "price": 0,
- "price_postapoc": 0,
+ "price": "0 cent",
+ "price_postapoc": "0 cent",
"to_hit": 1,
"bashing": 31,
"cutting": 14,
@@ -156,8 +156,8 @@
"weight": "2680 g",
"volume": "3 L",
"symbol": "!",
- "price_postapoc": 78000,
- "price": 2050000,
+ "price": "20500 USD",
+ "price_postapoc": "780 USD",
"to_hit": 2,
"bashing": 4,
"cutting": 24,
@@ -175,8 +175,8 @@
"weight": "2785 g",
"volume": "3 L",
"symbol": "!",
- "price_postapoc": 0,
- "price": 0,
+ "price_postapoc": "0 cent",
+ "price": "0 cent",
"to_hit": 2,
"bashing": 5,
"cutting": 26,
diff --git a/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json b/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json
index 7240e79..6d4215f 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,
- "price_postapoc": 0,
+ "price": "0 cent",
+ "price_postapoc": "0 cent",
"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.",
@@ -18,7 +18,7 @@
"volume": "3000 ml",
"bashing": 4,
"cutting": 14,
- "armor_data": { "covers": [ "TORSO" ], "coverage": 15, "material_thickness": 1, "encumbrance": 27 },
+ "armor_data": { "covers": [ "torso" ], "coverage": 15, "material_thickness": 1, "encumbrance": 27 },
"ranged_damage": { "damage_type": "stab", "amount": 16 },
"range": 21,
"dispersion": 185,
@@ -34,8 +34,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 3-shot burst mode for barraging shots with its improved accuracy.",
- "price_postapoc": 1318500,
- "price": 0,
+ "price": "0 cent",
+ "price_postapoc": "13185 USD",
"material": [ "steel", "compactblood" ],
"flags": [ "MODE_BURST", "RELOAD_ONE" ],
"skill": "shotgun",
@@ -71,8 +71,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_postapoc": 22500,
- "price": 0,
+ "price": "0 cent",
+ "price_postapoc": "225 USD",
"material": [ "steel", "compactblood" ],
"flags": [ "NEVER_JAMS" ],
"skill": "pistol",
@@ -107,8 +107,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_postapoc": 730500,
- "price": 0,
+ "price": "0 cent",
+ "price_postapoc": "7305 USD",
"material": [ "steel", "compactblood" ],
"flags": [ "NEVER_JAMS" ],
"skill": "rifle",
@@ -147,8 +147,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_postapoc": 1182900,
- "price": 0,
+ "price": "0 cent",
+ "price_postapoc": "11829 USD",
"material": [ "steel", "compactblood" ],
"flags": [ "NEVER_JAMS" ],
"skill": "smg",
@@ -184,8 +184,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_postapoc": 423500,
- "price": 0,
+ "price": "0 cent",
+ "price_postapoc": "4235 USD",
"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 dc28df0..ee975c1 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,
+ "price": "0 cent",
"to_hit": 2,
"bashing": 5,
"material": [ "steel", "compactblood" ],
diff --git a/vamp_stuff/Modification_Files/Monsters/monster_attacks.json b/vamp_stuff/Modification_Files/Monsters/monster_attacks.json
index 54ca73a..9f48d20 100644
--- a/vamp_stuff/Modification_Files/Monsters/monster_attacks.json
+++ b/vamp_stuff/Modification_Files/Monsters/monster_attacks.json
@@ -23,18 +23,18 @@
{ "damage_type": "stab", "amount": 5, "armor_multiplier": 0.7 }
],
"body_parts": [
- [ "HEAD", 3 ],
- [ "EYES", 2 ],
- [ "MOUTH", 1 ],
- [ "TORSO", 4 ],
- [ "ARM_L", 3 ],
- [ "ARM_R", 3 ],
- [ "HAND_L", 2 ],
- [ "HAND_R", 2 ],
- [ "LEG_L", 3 ],
- [ "LEG_R", 3 ],
- [ "FOOT_L", 2 ],
- [ "FOOT_R", 2 ]
+ [ "head", 3 ],
+ [ "eyes", 2 ],
+ [ "mouth", 1 ],
+ [ "torso", 4 ],
+ [ "arm_l", 3 ],
+ [ "arm_r", 3 ],
+ [ "hand_l", 2 ],
+ [ "hand_r", 2 ],
+ [ "leg_l", 3 ],
+ [ "leg_r", 3 ],
+ [ "foot_l", 2 ],
+ [ "foot_r", 2 ]
],
"hit_dmg_u": "The %1$s latches its mouth and crunches at you!",
"hit_dmg_npc": "The %1$s latches its mouth and crunches <npcname>!",
@@ -61,8 +61,8 @@
"cooldown": 20,
"move_cost": 120,
"damage_max_instance": [ { "damage_type": "bash", "amount": 15, "armor_penetration": 25, "armor_multiplier": 0.6 } ],
- "body_parts": [ [ "TORSO", 1 ] ],
- "effects": [ { "id": "grabbed", "duration": 250, "bp": "TORSO" }, { "id": "downed", "duration": 10 } ],
+ "body_parts": [ [ "torso", 1 ] ],
+ "effects": [ { "id": "grabbed", "duration": 250, "bp": "torso" }, { "id": "downed", "duration": 10 } ],
"hit_dmg_u": "The %1$s hugs you to the floor!",
"hit_dmg_npc": "The %1$s is hugging <npcname>!",
"no_dmg_msg_u": "The %1$s tries to hug you, but fails to do it!",
@@ -75,8 +75,8 @@
"cooldown": 30,
"move_cost": 100,
"damage_max_instance": [ { "damage_type": "cut", "amount": 3, "armor_penetration": 20, "armor_multiplier": 0.5 } ],
- "body_parts": [ [ "TORSO", 1 ] ],
- "effects": [ { "id": "bleed", "duration": 50000, "bp": "TORSO" } ],
+ "body_parts": [ [ "torso", 1 ] ],
+ "effects": [ { "id": "bleed", "duration": 50000, "bp": "torso" } ],
"hit_dmg_u": "The %1$s bit your torso with hemorrhage!",
"hit_dmg_npc": "The %1$s bit <npcname>'s torso with hemorrhage!",
"no_dmg_msg_u": "The %1$s tries to bite your torso, but fails to penetrate your armor!",
@@ -149,10 +149,10 @@
"cooldown": 25,
"move_cost": 1000,
"damage_max_instance": [ { "damage_type": "cut", "amount": 3, "armor_penetration": 20, "armor_multiplier": 0.5 } ],
- "body_parts": [ [ "TORSO", 1 ] ],
+ "body_parts": [ [ "torso", 1 ] ],
"effects": [
- { "id": "bleed", "duration": 100, "bp": "TORSO" },
- { "id": "grabbed", "duration": 100, "bp": "TORSO" },
+ { "id": "bleed", "duration": 100, "bp": "torso" },
+ { "id": "grabbed", "duration": 100, "bp": "torso" },
{ "id": "stunned", "duration": 5 }
],
"hit_dmg_u": "The %1$s is sucking your torso!",
@@ -171,18 +171,18 @@
{ "damage_type": "stab", "amount": 13, "armor_multiplier": 0.5 }
],
"body_parts": [
- [ "HEAD", 3 ],
- [ "EYES", 2 ],
- [ "MOUTH", 1 ],
- [ "TORSO", 4 ],
- [ "ARM_L", 3 ],
- [ "ARM_R", 3 ],
- [ "HAND_L", 2 ],
- [ "HAND_R", 2 ],
- [ "LEG_L", 3 ],
- [ "LEG_R", 3 ],
- [ "FOOT_L", 2 ],
- [ "FOOT_R", 2 ]
+ [ "head", 3 ],
+ [ "eyes", 2 ],
+ [ "mouth", 1 ],
+ [ "torso", 4 ],
+ [ "arm_l", 3 ],
+ [ "arm_r", 3 ],
+ [ "hand_l", 2 ],
+ [ "hand_r", 2 ],
+ [ "leg_l", 3 ],
+ [ "leg_r", 3 ],
+ [ "foot_l", 2 ],
+ [ "foot_r", 2 ]
],
"hit_dmg_u": "The %1$s tentacle bones stabs you!",
"hit_dmg_npc": "The %1$s tentacle bones stabs <npcname>!",
diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json
index 2f69440..37dd292 100644
--- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json
+++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json
@@ -19,10 +19,10 @@
"damage_increment": 1,
"min_range": 10,
"max_range": 10,
- "flags": [ "NO_LEGS", "WONDER" ],
+ "flags": [ "NO_LEGS", "WONDER", "NO_PROJECTILE" ],
"base_casting_time": 150,
"final_casting_time": 25,
- "damage_type": "bio"
+ "damage_type": "biological"
},
{
"id": "t1_blood_bcurl",
@@ -41,7 +41,7 @@
"max_range": 15,
"min_duration": 0,
"max_duration": 500,
- "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ],
+ "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS", "NO_PROJECTILE" ],
"base_casting_time": 100,
"final_casting_time": 75
},
@@ -61,6 +61,6 @@
"max_level": 5,
"min_duration": 1000,
"max_duration": 5000,
- "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ]
+ "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS", "NO_PROJECTILE" ]
}
]
diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json
index e1c11c4..1b4fce9 100644
--- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json
+++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json
@@ -45,6 +45,6 @@
"min_duration": 300,
"max_duration": 1500,
"base_casting_time": 125,
- "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ]
+ "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS", "NO_PROJECTILE" ]
}
]
diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json
index f48c11c..85e470b 100644
--- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json
+++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json
@@ -39,7 +39,7 @@
"spell_class": "VAMP_BLOOD_spellcaster",
"difficulty": 5,
"max_level": 5,
- "flags": [ "SOMATIC", "NO_LEGS" ],
+ "flags": [ "SOMATIC", "NO_LEGS", "NO_PROJECTILE" ],
"base_casting_time": 300,
"min_duration": 3000,
"max_duration": 7000,
diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json
index 5d2f488..c4712b6 100644
--- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json
+++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json
@@ -28,7 +28,7 @@
"min_damage": 0,
"max_damage": 0,
"damage_increment": 3,
- "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS", "WONDER" ],
+ "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS", "WONDER", "NO_PROJECTILE" ],
"base_casting_time": 500
},
{
@@ -50,8 +50,8 @@
"damage_increment": 125,
"min_range": 1,
"max_range": 1,
- "flags": [ "SOMATIC", "NO_LEGS" ],
+ "flags": [ "SOMATIC", "NO_LEGS", "NO_PROJECTILE" ],
"base_casting_time": 125,
- "damage_type": "bio"
+ "damage_type": "biological"
}
]
diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json
index fa19b2b..d0aadda 100644
--- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json
+++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json
@@ -19,7 +19,7 @@
"min_duration": 8000,
"max_duration": 24000,
"base_casting_time": 3000,
- "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ]
+ "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS", "NO_PROJECTILE" ]
},
{
"id": "t6_blood_crimsoncoat",
diff --git a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json
index 2a7237f..8299acc 100644
--- a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json
+++ b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json
@@ -31,7 +31,7 @@
"description": "A thick and flexible layer of blood that protects your body from harm and retaliates against attackers.",
"weight": "3 g",
"volume": "3 ml",
- "price": 0,
+ "price": "0 cent",
"material": [ "flesh" ],
"coverage": 100,
"symbol": "0",
@@ -56,7 +56,7 @@
"description": "You have become a pure avatar of blood. Now unhindered by a physical body, you are more resiient to injury and freely able to manipulate blood to your will.",
"weight": "3 g",
"volume": "3 ml",
- "price": 0,
+ "price": "0 cent",
"material": [ "flesh" ],
"symbol": "0",
"color": "red",
@@ -82,7 +82,7 @@
"description": "Enshrouds your wielded weapon (or even bare fists) in ghastly mists.\n* 5% to summon an <color_light_blue>etherean silhouette</color> for 15-25 turns while attacking.",
"weight": "3 g",
"volume": "3 ml",
- "price": 0,
+ "price": "0 cent",
"material": [ "ethereal" ],
"coverage": 0,
"symbol": "0",
@@ -97,7 +97,7 @@
}
]
},
- "covers": [ "ARM_R", "ARM_L" ],
+ "covers": [ "arm_r", "arm_l" ],
"flags": [ "AURA", "ONLY_ONE", "SEMITANGIBLE", "NO_DROP" ]
}
]