diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-24 21:16:47 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-24 21:16:47 -0800 |
commit | 911c4fcfb8243d1c9d837850ea1c17b673bf98ac (patch) | |
tree | 26ef0e125a1c7851cafa48b8a11382ccdfed836f /vamp_stuff/Modification_Files/Mutation | |
parent | Change mod from misc to content pack. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-911c4fcfb8243d1c9d837850ea1c17b673bf98ac.tar.xz |
Port back a number of fixes and cleanups from my attempt to port the mod to DDA.
Diffstat (limited to 'vamp_stuff/Modification_Files/Mutation')
-rw-r--r-- | vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | 4 | ||||
-rw-r--r-- | vamp_stuff/Modification_Files/Mutation/vamp-desc-extra.txt | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json index 14fa1d9..ef71767 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json @@ -27,7 +27,7 @@ { "type": "mutation", "id": "VAMP_SIBLING", - "note": "Consanguinor, Sireling, Embracemate, Siremate, Bloodmate, Kin", + "//": "Consanguinor, Sireling, Embracemate, Siremate, Bloodmate, Kin", "name": { "str": "Your Kin" }, "points": 0, "description": "This Vampire has the same sire as you.", @@ -150,7 +150,7 @@ "id": "VAMP_SKIN", "name": "Deadened Body", "points": 4, - "description": "Your corpse-like body is not as vulnerable to temperature, or to damage, as mortals are.", + "description": "You look very pale and your skin is cold to the touch, and you no longer breathe nor does your heart beat. On the other hand you are immune to most conditions that would debilitate the living, as well as being resistant to regular injuries.", "valid": false, "purifiable": false, "threshreq": [ "THRESH_VAMP" ], diff --git a/vamp_stuff/Modification_Files/Mutation/vamp-desc-extra.txt b/vamp_stuff/Modification_Files/Mutation/vamp-desc-extra.txt new file mode 100644 index 0000000..385904f --- /dev/null +++ b/vamp_stuff/Modification_Files/Mutation/vamp-desc-extra.txt @@ -0,0 +1,2 @@ + "description": "In these dark times, only a being of darkness like yourself is fit to rule.", + "description": "They say these are dark times. Fortunately darkness is just your forte.", |