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_T1.json | 69 ++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T1.json (limited to 'vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T1.json') diff --git a/vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T1.json b/vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T1.json new file mode 100644 index 0000000..30e1b9b --- /dev/null +++ b/vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T1.json @@ -0,0 +1,69 @@ +[ +{ + "id": "t1_blood_transfusion", + "type": "SPELL", + "name": "Transfusion", + "description": "The basic spell of a hemomancer, draining a random hostile's life force within reach.\n* For every damage, it deals up to 2 biological damage and heals you by 1.\n\nThis is a tier 1 spell.", + "valid_targets": [ "none" ], + "effect": "target_attack", + "extra_effects": [{ + "id": "t1_blood_transfusion_spell" + } + ], + "note": "Uses MANA, just to prevent spamming.", + "base_energy_cost": 25, + "final_energy_cost": 250, + "energy_source": "MANA", + "spell_class": "VAMP_BLOOD_spellcaster", + "difficulty": 1, + "max_level": 10, + "min_damage": 0, + "max_damage": 10, + "damage_increment": 1, + "min_range": 10, + "max_range": 10, + "flags": [ "NO_LEGS", "WONDER" ], + "base_casting_time": 150, + "final_casting_time": 25, + "damage_type": "bio" +}, + { + "id": "t1_blood_bcurl", + "type": "SPELL", + "name": "Blood Curl", + "description": "Immobilizes the target by manipulating its life force to bind onto itself.\n\nThis is a tier 1 spell.", + "valid_targets": [ "hostile" ], + "effect": "target_attack", + "effect_str": "v_spell_bloodcurl", + "base_energy_cost": 150, + "energy_source": "MANA", + "spell_class": "VAMP_BLOOD_spellcaster", + "difficulty": 2, + "max_level": 10, + "min_range": 6, + "max_range": 15, + "min_duration": 0, + "max_duration": 500, + "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ], + "base_casting_time": 100, + "final_casting_time": 75 +}, +{ + "id": "t1_blood_clot", + "type": "SPELL", + "name": "Clot", + "description": "You use your blood to send towards the bleeding body part and mend it immediately. While active, it'll block further bleeding.\n\nThis is a tier 1 spell.", + "valid_targets": [ "self" ], + "effect": "target_attack", + "effect_str": "v_spell_clot", + "base_energy_cost": 2, + "final_energy_cost": 2, + "energy_source": "HP", + "spell_class": "VAMP_BLOOD_spellcaster", + "difficulty": 2, + "max_level": 5, + "min_duration": 1000, + "max_duration": 5000, + "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ] +} +] \ No newline at end of file -- cgit v1.2.1