diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-18 00:26:35 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-18 00:26:35 -0700 |
commit | 18c14bbeb62e7c706a3748138630855126ba9ca9 (patch) | |
tree | ddadf7a4204a16e5883317742574c9f601c4a832 /vamp_stuff | |
parent | Increase the rate at which blood tide/wave scale up blood splatter. (diff) | |
download | cataclysm-bn-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')
-rw-r--r-- | vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | 9 | ||||
-rw-r--r-- | vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json | 4 |
2 files changed, 7 insertions, 6 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" ], diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json index 45e97d8..f8b98e1 100644 --- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json +++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json @@ -17,8 +17,8 @@ "damage_increment": 3.25, "max_damage": 90, "damage_type": "bash", - "min_aoe": 60, - "max_aoe": 60, + "min_aoe": 6, + "max_aoe": 6, "min_range": 5, "range_increment": 0.27, "max_range": 10, |