From 60bee5f26050e466e35332031958734c25e03df5 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 13 Jun 2021 02:55:22 -0700 Subject: Replace Solar Sensitivity mutation with Damned --- vamp_stuff/Modification_Files/Mutation/mutations.json | 10 ---------- vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | 11 +++++++++++ 2 files changed, 11 insertions(+), 10 deletions(-) (limited to 'vamp_stuff/Modification_Files/Mutation') diff --git a/vamp_stuff/Modification_Files/Mutation/mutations.json b/vamp_stuff/Modification_Files/Mutation/mutations.json index ffef075..81b9605 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations.json @@ -148,15 +148,5 @@ "category": [ "ALPHA", "VAMP" ], "scent_intensity": 300, "types": [ "SCENT" ] - }, - { - "type": "mutation", - "id": "SUNBURN", - "name": { "str": "Solar Sensitivity" }, - "points": -3, - "description": "Your skin simply cannot handle ultraviolet radiation, such as sunlight. It will seriously burn you.", - "prereqs": [ "ALBINO" ], - "prereqs2": [ "TROGLO2", "TROGLO3" ], - "category": [ "TROGLOBITE", "VAMP" ] } ] diff --git a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json index 06fe25c..a1d36d4 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json @@ -193,6 +193,17 @@ "cancels": [ "ARM_TENTACLES", "ARM_TENTACLES_4", "ARM_TENTACLES_8" ], "category": [ "VAMP" ] }, + { + "type": "mutation", + "id": "VAMP_CURSE", + "name": "Damned", + "points": -10, + "description": "Your unholy vampiric nature has marked you as forever banished from the divine light. Exposure to natural sunlight or fire can kill you in seconds. Artificial sunlight, such as from a SAD lamp or tanning bad, is harmless.", + "valid": false, + "purifiable": false, + "threshreq": [ "THRESH_VAMP" ], + "category": [ "VAMP" ] + }, { "type": "mutation", "id": "VAMP_HUNGER", -- cgit v1.2.1