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 | |
| 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')
4 files changed, 34 insertions, 34 deletions
| diff --git a/vamp_stuff/Modification_Files/Books/spellbooks.json b/vamp_stuff/Modification_Files/Books/spellbooks.json index 17bbda4..53af7a5 100644 --- a/vamp_stuff/Modification_Files/Books/spellbooks.json +++ b/vamp_stuff/Modification_Files/Books/spellbooks.json @@ -57,7 +57,7 @@      "price": "3 USD",      "symbol": "#",      "color": "brown", -    "use_action": { "type": "learn_spell", "spells": [ "t5_blood_vampiricoutrage", "t5_blood_essencepull" ] } +    "use_action": { "type": "learn_spell", "spells": [ "t5_blood_vampiricoutrage", "t5_blood_essencepull", "t5_blood_crimsoncoat" ] }    },    {      "id": "v_blood_T6_tome", @@ -69,7 +69,7 @@      "price": "3 USD",      "symbol": "?",      "color": "white", -    "use_action": { "type": "learn_spell", "spells": [ "t6_blood_desolation", "t6_blood_crimsoncoat", "t6_blood_leechswhip" ] } +    "use_action": { "type": "learn_spell", "spells": [ "t6_blood_desolation", "t6_blood_leechswhip" ] }    },    {      "id": "v_blood_T7_tome", diff --git a/vamp_stuff/Modification_Files/Books/v_scrolls.json b/vamp_stuff/Modification_Files/Books/v_scrolls.json index 3e77e0d..6ae666d 100644 --- a/vamp_stuff/Modification_Files/Books/v_scrolls.json +++ b/vamp_stuff/Modification_Files/Books/v_scrolls.json @@ -34,7 +34,7 @@          "t5_blood_vampiricoutrage",          "t5_blood_essencepull",          "t6_blood_desolation", -        "t6_blood_crimsoncoat", +        "t5_blood_crimsoncoat",          "t6_blood_leechswhip",          "t7_blood_form_orus",          "t1_mana_darkbolt", @@ -180,18 +180,18 @@    {      "type": "GENERIC",      "copy-from": "v_spell_scroll", -    "id": "v_spell_scroll_t6_blood_desolation", -    "name": { "str": "Scroll of Desolation", "str_pl": "Scrolls of Desolation" }, -    "description": "Expend a large amount of your life force to summon a ravenous mist.", -    "use_action": { "type": "learn_spell", "spells": [ "t6_blood_desolation" ] } +    "id": "v_spell_scroll_t5_blood_crimsoncoat", +    "name": { "str": "Scroll of Crimson Coat", "str_pl": "Scrolls of Crimson Coat" }, +    "description": "Convert a portion of your blood into a thick flexible armour.", +    "use_action": { "type": "learn_spell", "spells": [ "t5_blood_crimsoncoat" ] }    },    {      "type": "GENERIC",      "copy-from": "v_spell_scroll", -    "id": "v_spell_scroll_t6_blood_crimsoncoat", -    "name": { "str": "Scroll of Crimson Coat", "str_pl": "Scrolls of Crimson Coat" }, -    "description": "Convert a portion of your blood into a thick flexible armour.", -    "use_action": { "type": "learn_spell", "spells": [ "t6_blood_crimsoncoat" ] } +    "id": "v_spell_scroll_t6_blood_desolation", +    "name": { "str": "Scroll of Desolation", "str_pl": "Scrolls of Desolation" }, +    "description": "Expend a large amount of your life force to summon a ravenous mist.", +    "use_action": { "type": "learn_spell", "spells": [ "t6_blood_desolation" ] }    },    {      "type": "GENERIC", 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" }, | 
