From 6257fd46cdd23262557ccbb154a1039ab0148bae Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 9 Mar 2021 00:53:46 -0800 Subject: Many updates to get this mod working properly. See the readme. --- .../Mutation/crt-lift/vamp_mut_cat.json | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 vamp_stuff/Modification_Files/Mutation/crt-lift/vamp_mut_cat.json (limited to 'vamp_stuff/Modification_Files/Mutation/crt-lift/vamp_mut_cat.json') diff --git a/vamp_stuff/Modification_Files/Mutation/crt-lift/vamp_mut_cat.json b/vamp_stuff/Modification_Files/Mutation/crt-lift/vamp_mut_cat.json new file mode 100644 index 0000000..f0e07e6 --- /dev/null +++ b/vamp_stuff/Modification_Files/Mutation/crt-lift/vamp_mut_cat.json @@ -0,0 +1,48 @@ +[ + { + "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 + } +] -- cgit v1.2.1