summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Mutation/v_classes.json
blob: 03b81ed520bb5983f994d6bc4e6d34038a4476d0 (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
[
  {
    "type": "mutation",
    "id": "VAMP_MANA_spellcaster",
    "name": { "str": "Warlock" },
    "points": 0,
    "description": "Warlocks follow the tennets of the ancient chaos gods and thus draw from their power. They are known for having destructive influence over magic, and sometimes falling victim to the whims their own fickle gods.",
    "starting_trait": false,
    "purifiable": false,
    "valid": false,
    "cancels": [ "VAMP_BLOOD_spellcaster", "VAMP_ELEM_spellcaster" ]
  },
  {
    "type": "mutation",
    "id": "VAMP_ELEM_spellcaster",
    "name": { "str": "Profane Conjurer" },
    "points": 0,
    "description": "Profane Conjurers harness the power of elements for their own desires. Their spells are further imbued with dark magicks that can corrupt their opponents, or themselves if they are weak of spirit.",
    "starting_trait": false,
    "purifiable": false,
    "valid": false,
    "cancels": [ "VAMP_MANA_spellcaster", "VAMP_BLOOD_spellcaster" ]
  },
  {
    "type": "mutation",
    "id": "VAMP_BLOOD_spellcaster",
    "name": { "str": "Hemomancer" },
    "points": 0,
    "description": "Hemomancers manipulate the flow of life force, harnessing their own and exploiting that of others. A powerful and deadly art, countered by the everpresent risk of sacrficing too much of their own life force in the attempt.",
    "starting_trait": false,
    "purifiable": false,
    "valid": false,
    "cancels": [ "VAMP_ELEM_spellcaster", "VAMP_MANA_spellcaster" ]
  }
]