From 3af5cf638538e6d96a05a61910367a0a2f51e996 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 14 Mar 2021 14:49:41 -0700 Subject: Actually add the new vampire mutation Clean up the mutations folder --- .../Mutation/mutation_category_vamp.json | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 vamp_stuff/Modification_Files/Mutation/mutation_category_vamp.json (limited to 'vamp_stuff/Modification_Files/Mutation/mutation_category_vamp.json') 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 + } +] -- cgit v1.2.1