summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
blob: d0a0664555a15b4faee344b91d7c566768a8d9f6 (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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
[
  {
    "type": "mutation",
    "id": "THRESH_VAMP",
    "name": { "str": "Vampire" },
    "points": 1,
    "description": "You are proof of immortality. The living nightmare of the dark days, is now a scavenger of the Cataclysm.",
    "valid": false,
    "purifiable": false,
    "threshold": true,
    "cancels": [ "ASTHMA" ],
    "enchantments": [ "VAMP_ench" ]
  },
  {
    "type": "mutation",
    "id": "SHMELD",
    "name": "Shadow Meld",
    "points": 4,
    "description": "The light around you bends strangely, making it harder for enemies to notice you.",
    "valid": false,
    "prereqs": [ "WEAKSCENT" ],
    "threshreq": [ "THRESH_VAMP" ],
    "category": [ "VAMP" ],
    "stealth_modifier": 25
  },
  {
    "type": "mutation",
    "id": "BEAUTIFULVAMP",
    "name": "Moon-lit Grace",
    "points": 6,
    "visibility": -7,
    "ugliness": -7,
    "description": "Aside from your appearances, your movements are incredibly graceful and allow you to seemingly glide through every task.",
    "prereqs": [ "BEAUTIFUL3" ],
    "threshreq": [ "THRESH_VAMP" ],
    "category": [ "VAMP" ],
    "stealth_modifier": 5,
    "noise_modifier": 0.2,
    "movecost_modifier": 0.9,
    "attackcost_modifier": 0.9
  },
  {
    "type": "mutation",
    "id": "VAMPEYES",
    "name": "Red Iris",
    "mixed_effect": true,
    "points": 4,
    "visibility": -1,
    "ugliness": -1,
    "description": "You eyes are a pleasant shade of hypnotic scarlet.  People feel mildly persuaded by you.",
    "prereqs": [ "BEAUTIFUL" ],
    "cancels": [ "BIRD_EYE", "CEPH_EYES", "COMPOUND_EYES", "ELFAEYES", "FEL_EYE", "LIZ_EYE", "URSINE_EYE" ],
    "category": [ "VAMP" ],
    "social_modifiers": { "lie": 5, "persuade": 10, "intimidate": 1 }
  },
  {
    "type": "mutation",
    "id": "VAMPSKIN",
    "name": "Deadened Body",
    "points": 4,
    "description": "Your corpse-like body is not as vulnerable to temperature, or to damage, as mortals are.",
    "valid": false,
    "purifiable": false,
    "threshreq": [ "THRESH_VAMP" ],
    "category": [ "VAMP" ],
    "armor": [ { "parts": "ALL", "bash": 10, "cut": 5 } ],
    "types": [ "skin_tone" ]
  },
  {
    "type": "mutation",
    "id": "VAMPFANGS",
    "name": "Vampire Fangs",
    "points": 2,
    "visibility": 0,
    "ugliness": 0,
    "description": "Your canine teeth have grown into fangs, which can be retracted at will. This enables you to avoid looking any differently, while still allowing you to make an extra attack when conditions favor it.",
    "purifiable": false,
    "types": [ "TEETH" ],
    "threshreq": [ "THRESH_VAMP" ],
    "category": [ "VAMP" ],
    "attacks": [
      {
        "attack_text_u": "You sink your fangs into %s",
        "attack_text_npc": "%1$s sinks their fangs into %2$s",
        "body_part": "MOUTH",
        "chance": 20,
        "base_damage": { "damage_type": "stab", "amount": 25 }
      }
    ]
  },
  {
    "type": "mutation",
    "id": "VAMPCLAWS",
    "name": { "str": "Vampire Claws" },
    "points": 2,
    "visibility": 0,
    "ugliness": 0,
    "cut_dmg_bonus": 5,
    "description": "Your fingernails have grown into sharp claws, which can be retracted at will.  If you aren't wearing gloves, your unarmed attacks deal additional cutting damage.",
    "types": [ "CLAWS" ],
    "threshreq": [ "THRESH_VAMP" ],
    "prereqs": [ "NAILS" ],
    "cancels": [ "ARM_TENTACLES", "ARM_TENTACLES_4", "ARM_TENTACLES_8" ],
    "category": [ "VAMP" ]
  }
]