From 66ffd7038cf10566bd35bb6713677a5f8de3b6ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 22:40:36 -0700 Subject: Initial commit --- .../Spells/Hemomancer/v_blood_T7.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T7.json (limited to 'vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T7.json') diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T7.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T7.json new file mode 100644 index 0000000..b8abc4c --- /dev/null +++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T7.json @@ -0,0 +1,21 @@ +[ + { + "id": "t7_blood_form_orus", + "type": "SPELL", + "name": "Form: Orus", + "description": "Impersonates one of ancient hemomancers - Orus, the zealous manipulator - who possesses the ability to rise the impure beings from the blood of their victim.\n* While actively 'having' this form, gains a negative flat bonus to stat (SPD -15), but increases your maximum health by 50.\n\nThis is a tier 7 spell.", + "valid_targets": [ "hostile" ], + "effect": "spawn_item", + "effect_str": "v_hemo_form_orus", + "base_energy_cost": 5000, + "energy_source": "MANA", + "spell_class": "VAMP_BLOOD_spellcaster", + "difficulty": 10, + "max_level": 10, + "min_duration": 14000, + "max_duration": 68000, + "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ], + "base_casting_time": 100, + "final_casting_time": 75 + } +] -- cgit v1.2.1