summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Mutation/v_classes.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 22:40:36 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 22:40:36 -0700
commit66ffd7038cf10566bd35bb6713677a5f8de3b6ef (patch)
tree1d1118242801f876c27f7566c0258184aafd440a /vamp_stuff/Modification_Files/Mutation/v_classes.json
downloadcataclysm-dda-mod_vampire-stuff-redone-66ffd7038cf10566bd35bb6713677a5f8de3b6ef.tar.xz
Initial commit
Diffstat (limited to 'vamp_stuff/Modification_Files/Mutation/v_classes.json')
-rw-r--r--vamp_stuff/Modification_Files/Mutation/v_classes.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/Mutation/v_classes.json b/vamp_stuff/Modification_Files/Mutation/v_classes.json
new file mode 100644
index 0000000..52595ab
--- /dev/null
+++ b/vamp_stuff/Modification_Files/Mutation/v_classes.json
@@ -0,0 +1,38 @@
+[
+ {
+ "type": "mutation",
+ "id": "VAMP_MANA_spellcaster",
+ "name": "Warlock",
+ "points": 0,
+ "description": "Warlocks follow the rules of the ancient chaotic idols, idols that were said to lived before the existence of the world. They are also called as dark magus, known for their destructive influence over magic. Though it is from the depths of history, their potency remains immeasurable.",
+ "starting_trait": false,
+ "purifiable": false,
+ "valid": false,
+ "cancels": [ "VAMP_BLOOD_spellcaster", "VAMP_ELEM_spellcaster" ],
+ "spells_learned": [ [ "t1_blood_transfusion", 1 ] ]
+ },
+ {
+ "type": "mutation",
+ "id": "VAMP_ELEM_spellcaster",
+ "name": "Profane Conjurer",
+ "points": 0,
+ "description": "Profane conjurers reside far from the world, harnessing the dark elements and take control for their own desires. Their magic is imbued with pure evil, infused with elements lead to the corruption of the weak.",
+ "starting_trait": false,
+ "purifiable": false,
+ "valid": false,
+ "cancels": [ "VAMP_MANA_spellcaster", "VAMP_BLOOD_spellcaster" ],
+ "spells_learned": [ [ "t1_blood_transfusion", 1 ] ]
+ },
+ {
+ "type": "mutation",
+ "id": "VAMP_BLOOD_spellcaster",
+ "name": "Hemomancer",
+ "points": 0,
+ "description": "Hemomancers tend to be resourceful in their environment, manipulating the life force of one's self and seize other's to bind for their own will. They risk their lives in order to overwhelm those who opposes.",
+ "starting_trait": false,
+ "purifiable": false,
+ "valid": false,
+ "cancels": [ "VAMP_ELEM_spellcaster", "VAMP_MANA_spellcaster" ],
+ "spells_learned": [ [ "t1_blood_transfusion", 1 ] ]
+ }
+]