summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Mutation/mutation_category_vamp.json
blob: d86818fe722b01b405935fe87bc4d8358054c0be (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
[
  {
    "type": "mutation_category",
    "id": "VAMP",
    "name": "Vampire",
    "threshold_mut": "THRESH_VAMP",
    "mutagen_message": "Nearby shadows seem to bend towards you for a moment and then reality warps back into place.",
    "iv_message": "You twitch and pant randomly as your desire to slake your inhuman thirst becomes overwhelming.",
    "iv_min_mutations": 1,
    "iv_additional_mutations": 2,
    "iv_additional_mutations_chance": 3,
    "iv_hunger": 15,
    "iv_thirst": 20,
    "iv_pain": 5,
    "iv_fatigue": -5,
    "memorial_message": "Dispersed into the shadows."
  },
  {
    "type": "dream",
    "messages": [
      "You have a strange dream about the shadows.",
      "Your dreams give you a peculiar feeling of sinking into the dark."
    ],
    "category": "VAMP",
    "strength": 1
  },
  {
    "type": "dream",
    "messages": [
      "You have a vivid dream of talking a midnight stroll.",
      "You dream of drinking copious amounts of warm water."
    ],
    "category": "VAMP",
    "strength": 2
  },
  {
    "type": "dream",
    "messages": [
      "You have a dream of being chased by dogs as something warm drips from your mouth.",
      "Snippets of stalking something in the star-lit night shakes you awake."
    ],
    "category": "VAMP",
    "strength": 3
  },
  {
    "type": "dream",
    "messages": [
      "You dream of sinking your fangs into more and more enemies.",
      "You have a lucid dream where streams of blood are slowly pooling around your feet."
    ],
    "category": "VAMP",
    "strength": 4
  }
]