summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Mutation/mutations.json
blob: 5964cc8cf1770564e60aa83f98336f0e4c368123 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[
  {
    "type": "mutation",
    "id": "GOODHEARING",
    "copy-from": "GOODHEARING",
    "extend": { "category": [ "REAL_VAMP"] }
  },
  {
    "type": "mutation",
    "id": "GOODCARDIO",
    "copy-from": "GOODCARDIO",
    "extend": { "category": [ "REAL_VAMP"] }
  },
  {
    "type": "mutation",
    "id": "REGEN",
    "copy-from": "REGEN",
    "extend": { "category": [ "REAL_VAMP"] }
  },
  {
    "type": "mutation",
    "id": "PAINREC3",
    "name": { "str": "Very Quick Pain Recovery" },
    "points": 3,
    "description": "You recover from pain much faster than normal.",
    "prereqs": [ "PAINREC2" ],
    "category": [ "MEDICAL", "REAL_VAMP" ],
    "pain_recovery": 1.0
  },
  {
    "type": "mutation",
    "id": "PAINRESIST",
    "copy-from": "PAINRESIST",
    "extend": { "category": [ "REAL_VAMP"] }
  },
  {
    "type": "mutation",
    "id": "INFRESIST",
    "name": { "str": "Infection Resistant" },
    "points": 2,
    "description": "Your immune system is particularly good at resisting infections.  You have an increased chance for bad wounds and infections to heal on their own, and only suffer reduced penalties from them.",
    "starting_trait": true,
    "changes_to": [ "INFIMMUNE" ],
    "category": [ "TROGLOBITE", "RAT", "MEDICAL", "REAL_VAMP" ]
  },
  {
    "type": "mutation",
    "id": "PARAIMMUNE",
    "copy-from": "PARAIMMUNE",
    "extend": { "category": [ "REAL_VAMP"] }
  },
  {
    "type": "mutation",
    "id": "INFRARED",
    "copy-from": "INFRARED",
    "extend": { "category": [ "REAL_VAMP"] }
  },
  {
    "type": "mutation",
    "id": "TERRIFYING",
    "copy-from": "TERRIFYING",
    "extend": { "category": [ "REAL_VAMP"] }
  },
  {
    "type": "mutation",
    "id": "WEAKSCENT",
    "copy-from": "WEAKSCENT",
    "extend": { "category": [ "REAL_VAMP"] }
  }
]