summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Mutation/v_classes.json
blob: 55506ef32ef3b432493f8eeb40dd7ac7edff911c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[{
    "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 ] ]
  }
]