From 18c14bbeb62e7c706a3748138630855126ba9ca9 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 18 Sep 2021 00:26:35 -0700 Subject: Clean up description for Vampire threshold mutation. Add +2 all stats to vampire threshold. Rename VAMP_SIBLING Clean up Damned description. --- vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (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 88fd3a4..6630c2d 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json @@ -4,12 +4,13 @@ "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.", + "description": "Easy prey are few these days. But if you play your cards right, you'll finally get a shot at ruling your own domain.", "valid": false, "purifiable": false, "threshold": true, "cancels": [ "ASTHMA", "VAMP_GHOUL", "VAMP_BLOODDOLL" ], "enchantments": [ "VAMP_ench" ], + "passive_mods": { "str_mod": 2, "dex_mod": 2, "int_mod": 2, "per_mod": 2 }, "vitamin_rates": [ [ "vitA", -1200 ], [ "vitB", -1200 ], [ "vitC", -1200 ], [ "calcium", -1200 ], [ "iron", -1200 ] ] }, { @@ -26,8 +27,8 @@ { "type": "mutation", "id": "VAMP_SIBLING", - "note": "Consanguinor, Sireling, Embracemate, Siremate, Bloodmate", - "name": { "str": "Your Siremate" }, + "note": "Consanguinor, Sireling, Embracemate, Siremate, Bloodmate, Kin", + "name": { "str": "Your Kin" }, "points": 0, "description": "This Vampire has the same sire as you.", "valid": false, @@ -202,7 +203,7 @@ "id": "VAMP_CURSE", "name": "Damned", "points": -10, - "description": "Your unholy vampiric nature has marked you as forever banished from the divine light. Exposure to natural sunlight or fire can kill you in seconds. Artificial sunlight, such as from a SAD lamp or tanning bad, is harmless.", + "description": "Your unholy nature has marked you as forever banished from the divine light. Exposure to natural sunlight or fire can kill you in seconds. Artificial sunlight, such as from a SAD lamp or tanning bad, is harmless.", "valid": false, "purifiable": false, "threshreq": [ "THRESH_VAMP" ], -- cgit v1.2.1