From c1732796317073ccf2314eda36b08b8e2490e766 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 4 Jan 2022 20:50:49 -0800 Subject: Convert blood weapons to use vanilla martial arts instead of custom techniques. --- .../Items/Weapons/melee_weapon.json | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'vamp_stuff/Modification_Files/Items/Weapons/melee_weapon.json') diff --git a/vamp_stuff/Modification_Files/Items/Weapons/melee_weapon.json b/vamp_stuff/Modification_Files/Items/Weapons/melee_weapon.json index a0a6716..d321e7f 100644 --- a/vamp_stuff/Modification_Files/Items/Weapons/melee_weapon.json +++ b/vamp_stuff/Modification_Files/Items/Weapons/melee_weapon.json @@ -15,7 +15,7 @@ "cutting": 33, "material": [ "steel" ], "color": "red", - "techniques": [ "WBLOCK_2", "UPRIGHT_SLASH", "DOWNWARD_SLASH" ], + "techniques": [ "WBLOCK_1", "WIDE", "BRUTAL", "SWEEP" ], "flags": [ "SHEATH_SWORD", "DURABLE_MELEE" ], "qualities": [ [ "CUT", 1 ], [ "BUTCHER", 20 ] ] }, @@ -34,7 +34,7 @@ "cutting": 35, "material": [ "steel", "compactblood" ], "color": "red", - "techniques": [ "WBLOCK_2", "UPRIGHT_SLASH", "DOWNWARD_SLASH" ], + "techniques": [ "WBLOCK_1", "WIDE", "BRUTAL", "SWEEP" ], "flags": [ "SHEATH_SWORD", "DURABLE_MELEE" ], "qualities": [ [ "CUT", 1 ], [ "BUTCHER", 22 ] ] }, @@ -53,7 +53,7 @@ "bashing": 2, "material": [ "steel" ], "color": "red", - "techniques": [ "VAMP_WRATH", "WEAK_HITCRIT", "VAMP_TRICK" ], + "techniques": [ "RAPID" ], "flags": [ "SHEATH_KNIFE", "DURABLE_MELEE", "STAB" ], "qualities": [ [ "CUT", 1 ], [ "CUT_FINE", 1 ], [ "BUTCHER", 35 ] ] }, @@ -72,7 +72,7 @@ "bashing": 3, "material": [ "steel", "compactblood" ], "color": "red", - "techniques": [ "VAMP_WRATH", "WEAK_HITCRIT", "STRONG_HITCRIT", "VAMP_TRICK" ], + "techniques": [ "RAPID" ], "flags": [ "SHEATH_KNIFE", "DURABLE_MELEE", "STAB" ], "qualities": [ [ "CUT", 1 ], [ "CUT_FINE", 1 ], [ "BUTCHER", 37 ] ] }, @@ -91,8 +91,7 @@ "bashing": 4, "material": [ "steel" ], "color": "red", - "techniques": [ "VAMP_WRATH" ], - "flags": [ "UNARMED_WEAPON", "DURABLE_MELEE" ] + "flags": [ "UNARMED_WEAPON", "DURABLE_MELEE", "STAB" ] }, { "id": "punchie_bitieplus", @@ -109,8 +108,7 @@ "bashing": 5, "material": [ "steel", "compactblood" ], "color": "red", - "techniques": [ "VAMP_WRATH" ], - "flags": [ "UNARMED_WEAPON", "DURABLE_MELEE" ] + "flags": [ "UNARMED_WEAPON", "DURABLE_MELEE", "STAB" ] }, { "id": "hammerius", @@ -127,7 +125,7 @@ "cutting": 12, "material": [ "steel" ], "color": "red", - "techniques": [ "WBLOCK_1", "UPRIGHT_BASH", "DOWNWARD_BASH" ], + "techniques": [ "WBLOCK_1", "BRUTAL", "SWEEP" ], "flags": [ "STAB", "DURABLE_MELEE" ] }, { @@ -145,7 +143,7 @@ "cutting": 14, "material": [ "steel", "compactblood" ], "color": "red", - "techniques": [ "WBLOCK_1", "UPRIGHT_BASH", "DOWNWARD_BASH" ], + "techniques": [ "WBLOCK_1", "BRUTAL", "SWEEP" ], "flags": [ "STAB", "DURABLE_MELEE" ] }, { @@ -163,7 +161,7 @@ "cutting": 24, "material": [ "steel" ], "color": "red", - "techniques": [ "WBLOCK_2", "UPRIGHT_SLASH", "DOWNWARD_SLASH" ], + "techniques": [ "WBLOCK_2" ], "flags": [ "SHEATH_SWORD", "DURABLE_MELEE" ], "qualities": [ [ "CUT", 1 ], [ "BUTCHER", 20 ] ] }, @@ -182,7 +180,7 @@ "cutting": 26, "material": [ "steel" ], "color": "red", - "techniques": [ "WBLOCK_2", "UPRIGHT_SLASH", "DOWNWARD_SLASH" ], + "techniques": [ "WBLOCK_2" ], "flags": [ "SHEATH_SWORD", "DURABLE_MELEE" ], "qualities": [ [ "CUT", 1 ], [ "BUTCHER", 22 ] ] } -- cgit v1.2.1