From 7cd3691b97b08e9f65b0b2a090f42e6a4a763d66 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 8 Jan 2024 19:11:41 -0800 Subject: Add cold resistance to VAMP_SKIN. --- vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vamp_stuff') diff --git a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json index 53b0d1f..f31a0ba 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json @@ -164,7 +164,7 @@ "purifiable": false, "threshreq": [ "THRESH_REAL_VAMP" ], "category": [ "REAL_VAMP" ], - "armor": [ { "parts": "ALL", "bash": 10, "bullet": 5, "cut": 5, "stab": 5, "electric": 5 } ], + "armor": [ { "parts": "ALL", "bash": 10, "bullet": 5, "cut": 5, "stab": 5, "electric": 5, "cold": 5 } ], "cancels": [ "ASTHMA", "ALBINO", "PALE", "SUNBURN", -- cgit v1.2.1