From 287353e93e297e8b24b2cb7fcd867ace5062081d Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 30 Apr 2021 20:07:46 -0700 Subject: Add Very Quick Pain Recovery to vampires --- vamp_stuff/Modification_Files/Mutation/mutations.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (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 401c220..b5f7f94 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations.json @@ -74,7 +74,15 @@ "healing_awake": 2.0, "healing_resting": 1.5, "mending_modifier": 16.0 - }, + }{ + "type": "mutation", + "id": "PAINREC3", + "name": { "str": "Very Quick Pain Recovery" }, + "points": 8, + "description": "You recover from pain much faster than normal.", + "prereqs": [ "PAINREC2" ], + "category": [ "MEDICAL", "VAMP" ] + },, { "type": "mutation", "id": "PAINRESIST", -- cgit v1.2.1