From 911c4fcfb8243d1c9d837850ea1c17b673bf98ac Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 24 Jan 2022 21:16:47 -0800 Subject: Port back a number of fixes and cleanups from my attempt to port the mod to DDA. --- vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | 4 ++-- vamp_stuff/Modification_Files/Mutation/vamp-desc-extra.txt | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 vamp_stuff/Modification_Files/Mutation/vamp-desc-extra.txt (limited to 'vamp_stuff/Modification_Files/Mutation') 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.", -- cgit v1.2.1