From 873bd00487a751cf396481b3187def998eb1c3e8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 21 Sep 2020 17:12:43 -0700 Subject: Fix folder layout --- .../Modification Files/Mutation/v_classes.json | 37 ---------------------- 1 file changed, 37 deletions(-) delete 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 deleted file mode 100644 index 55506ef..0000000 --- a/vamp_stuff/Modification Files/Mutation/v_classes.json +++ /dev/null @@ -1,37 +0,0 @@ -[{ - "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 ] ] - } -] \ No newline at end of file -- cgit v1.2.1