summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-06-08 23:45:24 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-06-08 23:45:24 -0700
commitaadd779ce2b38ff643fe9347b31f0bf12f955f57 (patch)
tree7c9027a635489b6f90ca481f3751c4e31b4b19cc
parentRemove Infection Resist due to it being made Infection Immune (diff)
downloadcataclysm-bn-mod_vampire-stuff-redone-aadd779ce2b38ff643fe9347b31f0bf12f955f57.tar.xz
Add trait to link thirst and hunger. And later to indicate blood addiction.
-rw-r--r--vamp_stuff/Modification_Files/Mutation/mutations_vamp.json12
-rw-r--r--vamp_stuff/Modification_Files/NPC/v_classes.json8
2 files changed, 20 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
index 0c087e3..02e5265 100644
--- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
+++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
@@ -192,5 +192,17 @@
"prereqs": [ "NAILS" ],
"cancels": [ "ARM_TENTACLES", "ARM_TENTACLES_4", "ARM_TENTACLES_8" ],
"category": [ "VAMP" ]
+ },
+ {
+ "type": "mutation",
+ "id": "VAMP_HUNGER",
+ "name": { "str": "Blood Drinker" },
+ "points": 6,
+ "description": "Your undead metabolism requires the regular consumption of blood, both as sustinance and as an addiction. You find it hard to focus when you are hungry, and consuming anything else will cause you to vomit it back up.",
+ "threshreq": [ "THRESH_VAMP" ],
+ "category": [ "VAMP" ],
+ "cancels": [ "THIRST", "THIRST2", "THIRST3" ],
+ "valid": false,
+ "purifiable": false
}
]
diff --git a/vamp_stuff/Modification_Files/NPC/v_classes.json b/vamp_stuff/Modification_Files/NPC/v_classes.json
index 1270b1e..6204b42 100644
--- a/vamp_stuff/Modification_Files/NPC/v_classes.json
+++ b/vamp_stuff/Modification_Files/NPC/v_classes.json
@@ -46,6 +46,7 @@
[ "VAMPFANGS", 100 ],
[ "VAMPCLAWS", 100 ],
[ "SUNBURN", 100 ],
+ [ "VAMP_HUNGER", 100 ],
[ "hair_white_long", 100 ],
[ "BGSS_VAMPIRE_ISOLATED_1", 100 ]
]
@@ -97,6 +98,7 @@
[ "VAMPFANGS", 100 ],
[ "VAMPCLAWS", 100 ],
[ "SUNBURN", 100 ],
+ [ "VAMP_HUNGER", 100 ],
[ "hair_white_medium", 100 ]
]
},
@@ -148,6 +150,7 @@
[ "VAMPFANGS", 100 ],
[ "VAMPCLAWS", 100 ],
[ "SUNBURN", 100 ],
+ [ "VAMP_HUNGER", 100 ],
[ "hair_white_short", 100 ]
]
},
@@ -204,6 +207,7 @@
[ "VAMPFANGS", 100 ],
[ "VAMPCLAWS", 100 ],
[ "SUNBURN", 100 ],
+ [ "VAMP_HUNGER", 100 ],
[ "hair_white_crewcut", 100 ]
]
},
@@ -254,6 +258,7 @@
[ "VAMPFANGS", 100 ],
[ "VAMPCLAWS", 100 ],
[ "SUNBURN", 100 ],
+ [ "VAMP_HUNGER", 100 ],
[ "hair_white_medium", 100 ]
]
},
@@ -304,6 +309,7 @@
[ "VAMPFANGS", 100 ],
[ "VAMPCLAWS", 100 ],
[ "SUNBURN", 100 ],
+ [ "VAMP_HUNGER", 100 ],
[ "hair_white_crewcut", 100 ]
]
},
@@ -354,6 +360,7 @@
[ "VAMPFANGS", 100 ],
[ "VAMPCLAWS", 100 ],
[ "SUNBURN", 100 ],
+ [ "VAMP_HUNGER", 100 ],
[ "hair_white_short", 100 ]
]
},
@@ -411,6 +418,7 @@
[ "VAMPFANGS", 100 ],
[ "VAMPCLAWS", 100 ],
[ "SUNBURN", 100 ],
+ [ "VAMP_HUNGER", 100 ],
[ "hair_white_short", 100 ]
]
},