summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/v_spell.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-24 21:16:47 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-24 21:16:47 -0800
commit911c4fcfb8243d1c9d837850ea1c17b673bf98ac (patch)
tree26ef0e125a1c7851cafa48b8a11382ccdfed836f /vamp_stuff/Modification_Files/Spells/v_spell.json
parentChange mod from misc to content pack. (diff)
downloadcataclysm-bn-mod_vampire-stuff-redone-911c4fcfb8243d1c9d837850ea1c17b673bf98ac.tar.xz
Port back a number of fixes and cleanups from my attempt to port the mod to DDA.
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells/v_spell.json')
-rw-r--r--vamp_stuff/Modification_Files/Spells/v_spell.json43
1 files changed, 43 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/v_spell.json b/vamp_stuff/Modification_Files/Spells/v_spell.json
new file mode 100644
index 0000000..f23faf8
--- /dev/null
+++ b/vamp_stuff/Modification_Files/Spells/v_spell.json
@@ -0,0 +1,43 @@
+[
+ {
+ "id": "t0_vampire_bite",
+ "type": "SPELL",
+ "name": { "str": "Vampire Bite" },
+ "message": "You bite and drink their blood!",
+ "sound_description": "slurp!",
+ "description": "Bite the target and drink their blood.",
+ "difficulty": 1,
+ "max_level": 10,
+ "energy_source": "STAMINA",
+ "base_energy_cost": 5000,
+ "effect": "target_attack",
+ "extra_effects": [ { "id": "t0_vampire_bite_spell_blood" } ],
+ "valid_targets": [ "ally", "hostile" ],
+ "min_damage": 20,
+ "max_damage": 60,
+ "damage_increment": 4,
+ "damage_type": "stab",
+ "affected_body_parts": [ "head"],
+ "min_range": 1,
+ "max_range": 1,
+ "base_casting_time": 150,
+ "casting_time_increment": -25,
+ "final_casting_time": 25,
+ "flags": [ "NO_LEGS", "VERBAL" ]
+ },
+ {
+ "id": "t0_vampire_bite_spell_blood",
+ "type": "SPELL",
+ "name": { "str": "Vampire Drink" },
+ "description": "Creates blood.",
+ "difficulty": 1,
+ "max_level": 10,
+ "flags": [ "SILENT", "PERMANENT" ],
+ "valid_targets": [ "self" ],
+ "effect": "spawn_item",
+ "effect_str": "blood",
+ "min_damage": 1,
+ "max_damage": 1,
+ "damage_type": "none"
+ }
+]