summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Mutation/mutation_category_vamp.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-14 14:49:41 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-14 14:49:41 -0700
commit3af5cf638538e6d96a05a61910367a0a2f51e996 (patch)
tree3a76ebb0b51edcb66e0ef9a515054fb43439409a /vamp_stuff/Modification_Files/Mutation/mutation_category_vamp.json
parentFix vampire npcs having only one item at a time. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-3af5cf638538e6d96a05a61910367a0a2f51e996.tar.xz
Actually add the new vampire mutation
Clean up the mutations folder
Diffstat (limited to 'vamp_stuff/Modification_Files/Mutation/mutation_category_vamp.json')
-rw-r--r--vamp_stuff/Modification_Files/Mutation/mutation_category_vamp.json54
1 files changed, 54 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/Mutation/mutation_category_vamp.json b/vamp_stuff/Modification_Files/Mutation/mutation_category_vamp.json
new file mode 100644
index 0000000..d86818f
--- /dev/null
+++ b/vamp_stuff/Modification_Files/Mutation/mutation_category_vamp.json
@@ -0,0 +1,54 @@
+[
+ {
+ "type": "mutation_category",
+ "id": "VAMP",
+ "name": "Vampire",
+ "threshold_mut": "THRESH_VAMP",
+ "mutagen_message": "Nearby shadows seem to bend towards you for a moment and then reality warps back into place.",
+ "iv_message": "You twitch and pant randomly as your desire to slake your inhuman thirst becomes overwhelming.",
+ "iv_min_mutations": 1,
+ "iv_additional_mutations": 2,
+ "iv_additional_mutations_chance": 3,
+ "iv_hunger": 15,
+ "iv_thirst": 20,
+ "iv_pain": 5,
+ "iv_fatigue": -5,
+ "memorial_message": "Dispersed into the shadows."
+ },
+ {
+ "type": "dream",
+ "messages": [
+ "You have a strange dream about the shadows.",
+ "Your dreams give you a peculiar feeling of sinking into the dark."
+ ],
+ "category": "VAMP",
+ "strength": 1
+ },
+ {
+ "type": "dream",
+ "messages": [
+ "You have a vivid dream of talking a midnight stroll.",
+ "You dream of drinking copious amounts of warm water."
+ ],
+ "category": "VAMP",
+ "strength": 2
+ },
+ {
+ "type": "dream",
+ "messages": [
+ "You have a dream of being chased by dogs as something warm drips from your mouth.",
+ "Snippets of stalking something in the star-lit night shakes you awake."
+ ],
+ "category": "VAMP",
+ "strength": 3
+ },
+ {
+ "type": "dream",
+ "messages": [
+ "You dream of sinking your fangs into more and more enemies.",
+ "You have a lucid dream where streams of blood are slowly pooling around your feet."
+ ],
+ "category": "VAMP",
+ "strength": 4
+ }
+]