From 4544ec0d05aadfed8ee25978c7f7f64ef5ccd2d0 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Wed, 23 Feb 2022 01:38:01 -0800
Subject: Move Crimson Coat to Tier 5.

---
 .../Spells/Hemomancer/v_blood_T5.json              | 23 ++++++++++++++++++++++
 .../Spells/Hemomancer/v_blood_T6.json              | 23 ----------------------
 2 files changed, 23 insertions(+), 23 deletions(-)

(limited to 'vamp_stuff/Modification_Files/Spells')

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 f9c24a1..94c34b2 100644
--- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json
+++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json
@@ -65,5 +65,28 @@
     "casting_time_increment": -7.5,
     "final_casting_time": 150,
     "flags": [ "NO_LEGS", "CONCENTRATE" ]
+  },
+  {
+    "id": "t5_blood_crimsoncoat",
+    "type": "SPELL",
+    "name": { "str": "Crimson Coat" },
+    "note": "Timed countering tactic. Useful for preventing high damage attacks like SMASH or gunshots.",
+    "description": "Convert a portion of your blood into a thick flexible armour that covers your entire body for a short time.\n\nThis is a <color_magenta>tier 6</color> spell.",
+    "sound_id": "misc",
+    "sound_variant": "inhale",
+    "spell_class": "VAMP_BLOOD_spellcaster",
+    "difficulty": 6,
+    "max_level": 10,
+    "energy_source": "HP",
+    "base_energy_cost": 2,
+    "effect": "spawn_item",
+    "effect_str": "v_hemo_crimsoncoat_coat",
+    "valid_targets": [ "self" ],
+    "min_damage": 1,
+    "max_damage": 1,
+    "min_duration": 200,
+    "duration_increment": 30,
+    "max_duration": 500,
+    "flags": [ "NO_LEGS" ]
   }
 ]
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 3cdb133..cf06ddc 100644
--- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json
+++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json
@@ -22,29 +22,6 @@
     "base_casting_time": 3000,
     "flags": [ "NO_LEGS", "CONCENTRATE" ]
   },
-  {
-    "id": "t6_blood_crimsoncoat",
-    "type": "SPELL",
-    "name": { "str": "Crimson Coat" },
-    "note": "Timed countering tactic. Useful for preventing high damage attacks like SMASH or gunshots.",
-    "description": "Convert a portion of your blood into a thick flexible armour that covers your entire body for a short time.\n\nThis is a <color_magenta>tier 6</color> spell.",
-    "sound_id": "misc",
-    "sound_variant": "inhale",
-    "spell_class": "VAMP_BLOOD_spellcaster",
-    "difficulty": 6,
-    "max_level": 10,
-    "energy_source": "HP",
-    "base_energy_cost": 2,
-    "effect": "spawn_item",
-    "effect_str": "v_hemo_crimsoncoat_coat",
-    "valid_targets": [ "self" ],
-    "min_damage": 1,
-    "max_damage": 1,
-    "min_duration": 200,
-    "duration_increment": 30,
-    "max_duration": 500,
-    "flags": [ "NO_LEGS" ]
-  },
   {
     "id": "t6_blood_leechswhip",
     "type": "SPELL",
-- 
cgit v1.2.1