From 66ffd7038cf10566bd35bb6713677a5f8de3b6ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 22:40:36 -0700 Subject: Initial commit --- .../Modification_Files/Mutation/v_classes.json | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 vamp_stuff/Modification_Files/Mutation/v_classes.json (limited to 'vamp_stuff/Modification_Files/Mutation/v_classes.json') 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 ] ] + } +] -- cgit v1.2.1