diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-02-23 01:38:01 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-02-23 01:38:01 -0800 |
commit | 4544ec0d05aadfed8ee25978c7f7f64ef5ccd2d0 (patch) | |
tree | a12755dc43aafa09881d85f3a3f39ee1cc78eab1 /vamp_stuff/Modification_Files/Spells | |
parent | NO_DROP is a flag, not an effect. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-4544ec0d05aadfed8ee25978c7f7f64ef5ccd2d0.tar.xz |
Move Crimson Coat to Tier 5.
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells')
-rw-r--r-- | vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json | 23 | ||||
-rw-r--r-- | vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json | 23 |
2 files changed, 23 insertions, 23 deletions
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 @@ -23,29 +23,6 @@ "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", "name": { "str": "Blood Sword" }, |