From 94b4357eac4c40cb1557dac6454dc1d04db1d1f8 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Wed, 23 Feb 2022 17:04:50 -0800
Subject: Rebalance the Blood Sword.

---
 .../Modification_Files/Others/v_techniques.json    | 18 +++++-----
 .../Spells/Misc/v_spell_item.json                  | 39 ++++++++++++++--------
 2 files changed, 33 insertions(+), 24 deletions(-)

(limited to 'vamp_stuff')

diff --git a/vamp_stuff/Modification_Files/Others/v_techniques.json b/vamp_stuff/Modification_Files/Others/v_techniques.json
index 137c133..5512e92 100644
--- a/vamp_stuff/Modification_Files/Others/v_techniques.json
+++ b/vamp_stuff/Modification_Files/Others/v_techniques.json
@@ -44,19 +44,17 @@
   },
   {
     "type": "technique",
-    "id": "VAMP_WRATH",
-    "name": "Vampire's Wrath",
-    "description": "Swift attacks, 33% movecost, 66% damage.",
-    "unarmed_allowed": false,
+    "id": "RAPID_2",
+    "name": "Swift Strike",
+    "description": "33% moves, 66% damage",
+    "unarmed_allowed": true,
     "melee_allowed": true,
-    "crit_tec": false,
-    "weighting": 1,
-    "messages": [ "Quick strike", "%s was immediately struck", "<npcname> attacked %s quickly" ],
+    "messages": [ "You swiftly strike %s", "<npcname> swiftly strikes %s" ],
     "mult_bonuses": [
       { "stat": "movecost", "scale": 0.33 },
-      { "stat": "damage", "type": "bash", "scaling-stat": "str", "scale": 0.66 },
-      { "stat": "damage", "type": "cut", "scaling-stat": "str", "scale": 0.66 },
-      { "stat": "damage", "type": "stab", "scaling-stat": "str", "scale": 0.66 }
+      { "stat": "damage", "type": "bash", "scale": 0.66 },
+      { "stat": "damage", "type": "cut", "scale": 0.66 },
+      { "stat": "damage", "type": "stab", "scale": 0.66 }
     ]
   },
   {
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 0f26ef2..2faa3f7 100644
--- a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json
+++ b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json
@@ -2,16 +2,23 @@
   {
     "id": "v_hemo_whip",
     "type": "GENERIC",
-    "symbol": "/",
-    "color": "light_red",
+    "category": "weapons",
     "name": { "str": "blood sword" },
-    "description": "A vicious dire broadsword that serves its creator with an unbreakable loyalty. Wounds inflicted by the blade siphon the life-force of the victim to the wielder.",
+    "description": "A vicious dire broadsword that serves its creator with an unbreakable loyalty. It pulses with life and radiates a faint, black aura.",
     "weight": "2110 g",
     "volume": "1500 ml",
+    "price": 0,
+    "to_hit": 3,
+    "bashing": 3,
+    "cutting": 40,
     "material": [ "blood" ],
-    "techniques": [ "PRECISE", "RAPID", "WBLOCK_2" ],
+    "symbol": "/",
+    "color": "light_red",
+    "techniques": [ "PRECISE", "RAPID_2", "WBLOCK_2" ],
+    "qaulities": [ [ "CUT", 1 ] , [ "BUTCHER", 9 ] ],
     "flags": [
       "UNBREAKABLE_MELEE",
+      "SHEATH_SWORD",
       "NONCONDUCTIVE",
       "MAGIC_FOCUS",
       "NO_REPAIR",
@@ -24,16 +31,12 @@
         {
           "has": "WIELD",
           "condition": "ALWAYS",
-          "hit_you_effect": [
-            { "id": "v_hemo_whip_spell_d_yes" }
-          ],
-          "values": [ { "value": "STRENGTH", "add": 1 }, { "value": "SPEED", "add": 5 } ]
+          "values": [
+            { "value": "SPEED", "add": 10 }
+          ]
         }
       ]
-    },
-    "bashing": 3,
-    "cutting": 30,
-    "category": "weapons"
+    }
   },
   {
     "id": "v_hemo_crimsoncoat_coat",
@@ -92,7 +95,7 @@
     "relic_data": {
       "passive_effects": [
         {
-          "has": "HELD",
+          "has": "WORN",
           "condition": "ALWAYS",
           "hit_you_effect": [
             { "id": "v_hemo_orusform_bloodling_strike", "once_in": 5 },
@@ -113,6 +116,13 @@
         }
       ]
     },
+    "armor": [
+      {
+        "encumbrance": 0,
+        "coverage": 100,
+        "covers": [ "head", "mouth", "eyes", "torso", "arm_l", "arm_r", "hand_l", "hand_r", "leg_l", "leg_r", "foot_l", "foot_r" ]
+      }
+    ],
     "flags": [
       "SEMITANGIBLE",
       "NO_TAKEOFF",
@@ -120,7 +130,8 @@
       "NO_REPAIR",
       "NO_SALVAGE",
       "TRADER_AVOID",
-      "ONLY_ONE"
+      "ONLY_ONE",
+      "AURA"
     ],
     "category": "v_form"
   },
-- 
cgit v1.2.1