summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T1.json
diff options
context:
space:
mode:
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T1.json')
-rw-r--r--vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T1.json49
1 files changed, 49 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T1.json b/vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T1.json
new file mode 100644
index 0000000..a3bf153
--- /dev/null
+++ b/vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T1.json
@@ -0,0 +1,49 @@
+[
+ {
+ "id": "t1_mana_darkbolt",
+ "type": "SPELL",
+ "name": "Dark Bolt",
+ "description": "A magical burst of profane mana strikes at your foe, dealing <color_gray>pure damage</color>.\n\nThis is a <color_gray>tier 1</color> spell.",
+ "valid_targets": [ "hostile" ],
+ "effect": "projectile_attack",
+ "base_energy_cost": 100,
+ "final_energy_cost": 300,
+ "energy_source": "MANA",
+ "spell_class": "VAMP_MANA_spellcaster",
+ "difficulty": 2,
+ "min_damage": 25,
+ "max_damage": 65,
+ "damage_increment": 2,
+ "max_level": 30,
+ "min_range": 5,
+ "max_range": 15,
+ "flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ],
+ "base_casting_time": 125,
+ "damage_type": "none"
+ },
+ {
+ "id": "t1_mana_arcanebinding",
+ "type": "SPELL",
+ "name": "Arcane Binding",
+ "description": "Hits your foe with your weapon imbued in etherean arcane binding, striking its inner self that deals <color_gray>pure damage</color> and <color_yellow>immobilizes</color> them.\n\nThis is a <color_gray>tier 1</color> spell.",
+ "valid_targets": [ "hostile" ],
+ "effect": "target_attack",
+ "effect_str": "v_spell_arcanebinding",
+ "base_energy_cost": 150,
+ "final_energy_cost": 300,
+ "energy_source": "MANA",
+ "spell_class": "VAMP_MANA_spellcaster",
+ "difficulty": 3,
+ "min_damage": 30,
+ "max_damage": 60,
+ "damage_increment": 3,
+ "max_level": 10,
+ "min_range": 1,
+ "max_range": 1,
+ "flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ],
+ "base_casting_time": 100,
+ "min_duration": 500,
+ "max_duration": 1000,
+ "damage_type": "none"
+ }
+]