summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Mutation
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-09 02:24:03 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-09 02:24:03 -0700
commitd4a5a9792a0730db5e008bb4352e4944b13d0ff8 (patch)
tree2c3b3d6552f4bf73f9381b308f63bd269e49a97c /vamp_stuff/Modification_Files/Mutation
parentRemove many lesser traits (diff)
downloadcataclysm-bn-mod_vampire-stuff-redone-d4a5a9792a0730db5e008bb4352e4944b13d0ff8.tar.xz
Add vampire vision to replace nightvision3
Add some roleplaying traits
Diffstat (limited to 'vamp_stuff/Modification_Files/Mutation')
-rw-r--r--vamp_stuff/Modification_Files/Mutation/mutations_vamp.json67
1 files changed, 66 insertions, 1 deletions
diff --git a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
index 4317aba..e86812d 100644
--- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
+++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
@@ -8,12 +8,63 @@
"valid": false,
"purifiable": false,
"threshold": true,
- "cancels": [ "ASTHMA" ],
+ "cancels": [ "ASTHMA", "VAMP_GHOUL", "VAMP_BLOODDOLL" ],
"enchantments": [ "VAMP_ench" ],
"vitamin_rates": [ [ "vitA", -1200 ], [ "vitB", -1200 ], [ "vitC", -1200 ], [ "calcium", -1200 ], [ "iron", -1200 ] ]
},
{
"type": "mutation",
+ "id": "VAMP_SIRE",
+ "name": { "str": "Your Sire" },
+ "points": 0,
+ "description": "This is the Vampire that embraced you. You will always feel a bond with them.",
+ "valid": false,
+ "purifiable": false,
+ "cancels": [ "VAMP_CHILDE", "VAMP_GHOUL", "VAMP_BLOODDOLL" ]
+ },
+ {
+ "type": "mutation",
+ "id": "VAMP_CHILDE",
+ "name": { "str": "Your Childe" },
+ "points": 0,
+ "description": "You embraced this Vampire. They will always feel a bond with you.",
+ "valid": false,
+ "purifiable": false,
+ "cancels": [ "VAMP_SIRE", "VAMP_GHOUL", "VAMP_BLOODDOLL" ]
+ },
+ {
+ "type": "mutation",
+ "id": "VAMP_THRALL",
+ "name": { "str": "Your Thrall" },
+ "points": 0,
+ "description": "You have enslaved this Vampire to your will.",
+ "valid": false,
+ "purifiable": false,
+ "cancels": [ "VAMP_GHOUL", "VAMP_BLOODDOLL" ]
+ },
+ {
+ "type": "mutation",
+ "id": "VAMP_GHOUL",
+ "name": { "str": "Your Ghoul" },
+ "points": 0,
+ "description": "You have enslaved this Human to your will.",
+ "valid": false,
+ "purifiable": false,
+ "cancels": [ "VAMP_SIRE", "VAMP_CHILDE", "VAMP_BLOODDOLL" ]
+ },
+ {
+ "type": "mutation",
+ "id": "VAMP_BLOODDOLL",
+ "name": { "str": "Blood Doll" },
+ "points": 0,
+ "description": "You gain a twisted pleasure letting vampires feed on you.",
+ "valid": false,
+ "purifiable": false,
+ "prereqs": [ "MASOCHIST" ],
+ "cancels": [ "VAMP_SIRE", "VAMP_CHILDE", "VAMP_THRALL" ]
+ },
+ {
+ "type": "mutation",
"id": "SHMELD",
"name": "Shadow Meld",
"points": 4,
@@ -56,6 +107,20 @@
},
{
"type": "mutation",
+ "id": "VAMP_VISION",
+ "name": { "str": "Vampire Vision" },
+ "points": 6,
+ "description": "You are a creature of the night and your eyes are tuned to function in total darkness. Activate to toggle NV-visible areas on or off.",
+ "prereqs": [ "VAMPEYES" ],
+ "leads_to": [ "INFRARED" ],
+ "cancels": [ "ELFA_NV", "ELFA_FNV", "FEL_NV", "URSINE_EYE", "NIGHTVISION", "NIGHTVISION2", "NIGHTVISION3" ],
+ "category": [ "VAMP" ],
+ "active": true,
+ "starts_active": true,
+ "night_vision_range": 15
+ },
+ {
+ "type": "mutation",
"id": "VAMPSKIN",
"name": "Deadened Body",
"points": 4,