From 782a5082e9769fce67b7d142026c6ead5733b1c1 Mon Sep 17 00:00:00 2001 From: Maleclypse <54345792+Maleclypse@users.noreply.github.com> Date: Sun, 26 May 2024 13:11:55 -0500 Subject: [PATCH 1/6] Restricted Genetics --- data/json/mutations/mutations.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data/json/mutations/mutations.json b/data/json/mutations/mutations.json index 34a80120bb39c..af68ab638b9b2 100644 --- a/data/json/mutations/mutations.json +++ b/data/json/mutations/mutations.json @@ -1205,6 +1205,16 @@ "cancels": [ "CHAOTIC_BAD" ], "category": [ "FISH", "SLIME", "MEDICAL", "PLANT" ] }, + { + "type": "mutation", + "id": "RESTRICTED", + "name": { "str": "Restricted Genetics" }, + "points": 3, + "description": "Your genome has become an impregnable fortress to lesser genetic deviations. You are no longer able to mutate traits that are outside of the Alpha category. Any that you previously developed are safe, for now.", + "allowed_category": [ "ALPHA" ], + "cancels": [ "CHAOTIC_BAD", "ROBUST" ], + "category": [ "ALPHA" ] + }, { "type": "mutation", "id": "EAGLEEYED", From 479fc05c053df9dc71a3a9bc8f56f1406228a51c Mon Sep 17 00:00:00 2001 From: Maleclypse <54345792+Maleclypse@users.noreply.github.com> Date: Sun, 26 May 2024 16:05:25 -0500 Subject: [PATCH 2/6] Update mutations.json --- data/json/mutations/mutations.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/json/mutations/mutations.json b/data/json/mutations/mutations.json index af68ab638b9b2..d77ecbc97c60a 100644 --- a/data/json/mutations/mutations.json +++ b/data/json/mutations/mutations.json @@ -238,6 +238,7 @@ "RESISTCHILL_RESISTWARM", "RESISTWARM", "ROBUST", + "RESTRICTED", "STOCKY_TROGLO", "STRONGBACK", "TUNNEL_FIGHTER", @@ -2097,7 +2098,7 @@ "purifiable": false, "description": "The events of the Cataclysm have damaged your DNA beyond repair. You mutate frequently, all mutations you receive (from any source) are negative, and your instability is rapidly growing out of control.", "starting_trait": true, - "cancels": [ "ROBUST" ], + "cancels": [ "ROBUST", "RESTRICTED" ], "valid": false, "vitamin_rates": [ [ "instability", -60 ] ] }, From 95181267d5186638d178748c3d85bca32340cfac Mon Sep 17 00:00:00 2001 From: Maleclypse <54345792+Maleclypse@users.noreply.github.com> Date: Sat, 1 Jun 2024 21:32:05 -0500 Subject: [PATCH 3/6] Update data/json/mutations/mutations.json --- data/json/mutations/mutations.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/mutations/mutations.json b/data/json/mutations/mutations.json index d77ecbc97c60a..1bb9e2bf9d477 100644 --- a/data/json/mutations/mutations.json +++ b/data/json/mutations/mutations.json @@ -238,7 +238,7 @@ "RESISTCHILL_RESISTWARM", "RESISTWARM", "ROBUST", - "RESTRICTED", + "RESTRICTED" "STOCKY_TROGLO", "STRONGBACK", "TUNNEL_FIGHTER", From 4aea4fdd878c47eb82a8a4409c7059a19aa1f639 Mon Sep 17 00:00:00 2001 From: Maleclypse <54345792+Maleclypse@users.noreply.github.com> Date: Sat, 1 Jun 2024 21:32:24 -0500 Subject: [PATCH 4/6] Update data/json/mutations/mutations.json --- data/json/mutations/mutations.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/mutations/mutations.json b/data/json/mutations/mutations.json index 1bb9e2bf9d477..d77ecbc97c60a 100644 --- a/data/json/mutations/mutations.json +++ b/data/json/mutations/mutations.json @@ -238,7 +238,7 @@ "RESISTCHILL_RESISTWARM", "RESISTWARM", "ROBUST", - "RESTRICTED" + "RESTRICTED", "STOCKY_TROGLO", "STRONGBACK", "TUNNEL_FIGHTER", From 5d2cc7bfcc696268b1d809ad00c065d9ba568aa5 Mon Sep 17 00:00:00 2001 From: Maleclypse <54345792+Maleclypse@users.noreply.github.com> Date: Sat, 1 Jun 2024 21:33:09 -0500 Subject: [PATCH 5/6] Update data/json/mutations/mutations.json --- data/json/mutations/mutations.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/json/mutations/mutations.json b/data/json/mutations/mutations.json index d77ecbc97c60a..a4e7522e55401 100644 --- a/data/json/mutations/mutations.json +++ b/data/json/mutations/mutations.json @@ -1211,6 +1211,7 @@ "id": "RESTRICTED", "name": { "str": "Restricted Genetics" }, "points": 3, + "vitamin_cost": 160, "description": "Your genome has become an impregnable fortress to lesser genetic deviations. You are no longer able to mutate traits that are outside of the Alpha category. Any that you previously developed are safe, for now.", "allowed_category": [ "ALPHA" ], "cancels": [ "CHAOTIC_BAD", "ROBUST" ], From dd88bd8cf1b09a4b39ea55488e6cf8ed234e940f Mon Sep 17 00:00:00 2001 From: Maleclypse <54345792+Maleclypse@users.noreply.github.com> Date: Tue, 18 Jun 2024 00:26:20 -0500 Subject: [PATCH 6/6] Update mutations.json --- data/json/mutations/mutations.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/mutations/mutations.json b/data/json/mutations/mutations.json index a4e7522e55401..46c5048078d17 100644 --- a/data/json/mutations/mutations.json +++ b/data/json/mutations/mutations.json @@ -1203,7 +1203,7 @@ "points": 3, "description": "Your genome has rapidly adapted to the Cataclysm and can handle the strain of mutation better. Taking different kinds of mutagen won't result in more defective mutations than normal.", "starting_trait": true, - "cancels": [ "CHAOTIC_BAD" ], + "cancels": [ "CHAOTIC_BAD", "RESTRICTED" ], "category": [ "FISH", "SLIME", "MEDICAL", "PLANT" ] }, {