From 4544ec0d05aadfed8ee25978c7f7f64ef5ccd2d0 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 23 Feb 2022 01:38:01 -0800 Subject: Move Crimson Coat to Tier 5. --- .../Spells/Hemomancer/v_blood_T5.json | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json') 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 tier 6 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" ] } ] -- cgit v1.2.1