summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Mutation
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-09-18 00:26:35 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-09-18 00:26:35 -0700
commit18c14bbeb62e7c706a3748138630855126ba9ca9 (patch)
treeddadf7a4204a16e5883317742574c9f601c4a832 /vamp_stuff/Modification_Files/Mutation
parentIncrease the rate at which blood tide/wave scale up blood splatter. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-18c14bbeb62e7c706a3748138630855126ba9ca9.tar.xz
Clean up description for Vampire threshold mutation.
Add +2 all stats to vampire threshold. Rename VAMP_SIBLING Clean up Damned description.
Diffstat (limited to 'vamp_stuff/Modification_Files/Mutation')
-rw-r--r--vamp_stuff/Modification_Files/Mutation/mutations_vamp.json9
1 files changed, 5 insertions, 4 deletions
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" ],