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_T6.json | 65 ++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T6.json (limited to 'vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T6.json') diff --git a/vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T6.json b/vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T6.json new file mode 100644 index 0000000..05a62d5 --- /dev/null +++ b/vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T6.json @@ -0,0 +1,65 @@ +[ +{ + "id": "t6_blood_desolation", + "type": "SPELL", + "name": "Desolation", + "description": "Sacrifices a massive amount of life force to summon a lingering aura that saps life from all surrounding creatures, dealing constant biological damage.\n\nThis is a tier 6 spell.", + "valid_targets": [ "self" ], + "effect": "summon", + "effect_str": "mon_desolation_aura", + "base_energy_cost": 55, + "energy_source": "HP", + "spell_class": "VAMP_BLOOD_spellcaster", + "difficulty": 6, + "max_level": 5, + "min_damage": 1, + "max_damage": 1, + "min_aoe": 3, + "max_aoe": 3, + "min_duration": 8000, + "max_duration": 24000, + "base_casting_time": 3000, + "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ] +}, +{ + "id": "t6_blood_crimsoncoat", + "type": "SPELL", + "name": "Crimson Coat", + "note": "Timed countering tactic. Useful for preventing high damage attacks like SMASH or gunshots.", + "description": "You withdraw for a very short moment, covering your whole body with thick blood layer that nullifies most physical damage. This thick layer does not burden you in any way.\n\nThis is a tier 6 spell.", + "valid_targets": [ "self" ], + "effect": "spawn_item", + "effect_str": "v_hemo_crimsoncoat_coat", + "base_energy_cost": 10, + "energy_source": "HP", + "spell_class": "VAMP_BLOOD_spellcaster", + "difficulty": 6, + "max_level": 5, + "min_damage": 1, + "max_damage": 1, + "min_duration": 500, + "max_duration": 1500, + "flags": [ "SOMATIC", "NO_LEGS" ] +}, +{ + "id": "t6_blood_leechswhip", + "type": "SPELL", + "name": "Leech's Whip", + "description": "Summons the leech's whip, a biological melee weapon.\n* If wielded while active, provides positives flat bonuses to stats (STR +1, SPD +5) and increases your maximum health by 10.\n\nThis is a tier 6 spell.", + "valid_targets": [ "self" ], + "effect": "spawn_item", + "effect_str": "v_hemo_whip", + "base_energy_cost": 25, + "energy_source": "HP", + "spell_class": "VAMP_BLOOD_spellcaster", + "difficulty": 4, + "max_level": 30, + "min_damage": 1, + "max_damage": 1, + "min_duration": 4500, + "max_duration": 18000, + "duration_increment": 200, + "base_casting_time": 200, + "flags": [ "SOMATIC", "NO_LEGS" ] +} +] \ No newline at end of file -- cgit v1.2.1