diff options
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json')
-rw-r--r-- | vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json | 65 |
1 files changed, 65 insertions, 0 deletions
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..fbe2cb0 --- /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 <color_light_brown>lingering aura</color> that <color_yellow>saps life</color> from all surrounding creatures, dealing constant <color_green>bio damage</color>.\n\nThis is a <color_magenta>tier 6</color> 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 <color_light_brown>thick blood layer</color> that nullifies most physical damage. This thick layer does not burden you in any way.\n\nThis is a <color_magenta>tier 6</color> 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 <color_light_brown>leech's whip</color>, a bio 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 <color_magenta>tier 6</color> 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" ] + } +] |