From 8670c0c87765cde2da24ab9ac8984edb5d145016 Mon Sep 17 00:00:00 2001 From: Kamejeir <99511880+Kamejeir@users.noreply.github.com> Date: Thu, 23 May 2024 17:45:09 +0200 Subject: [PATCH 1/8] Saving your mutagens --- data/json/mutations/mutations.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/data/json/mutations/mutations.json b/data/json/mutations/mutations.json index bbd0cca5b7646..342bf34e9b3c6 100644 --- a/data/json/mutations/mutations.json +++ b/data/json/mutations/mutations.json @@ -1945,7 +1945,8 @@ "starting_trait": true, "enchantments": [ { "values": [ { "value": "VOMIT_MUL", "multiply": 1 } ] } ], "types": [ "CONSTITUTION" ], - "changes_to": [ "NAUSEA" ], + "leads_to": [ "NAUSEA" ], + "changes_to": [ "EATPOISON" ], "category": [ "ALPHA", "SLIME", @@ -4459,9 +4460,9 @@ "description": "Your guts have developed the ability to handle the toxic elements of mutated flesh. Mostly.", "types": [ "CONSTITUTION" ], "changes_to": [ "EATDEAD" ], - "prereqs": [ "POISRESIST" ], + "prereqs": [ "WEAKSTOMACH" ], + "prereqs2": [ "VOMITOUS" ], "//": "Yes, you eventually got over the massive digestive upset. Mutations aren't easy on a system!", - "prereqs2": [ "SAPROVORE", "TOLERANCE" ], "threshreq": [ "THRESH_TROGLOBITE", "THRESH_CHIMERA", @@ -6803,7 +6804,8 @@ "description": "You have a major digestive disorder. Though it causes you to vomit frequently, you have found that you can trigger your vomit reflex on demand, too.", "enchantments": [ { "values": [ { "value": "VOMIT_MUL", "multiply": 2 } ] } ], "types": [ "CONSTITUTION" ], - "prereqs": [ "NAUSEA" ], + "prereqs": [ "WEAKSTOMACH" ], + "prereqs2": [ "NAUSEA" ], "changes_to": [ "EATPOISON" ], "category": [ "ALPHA", From f066ba50332e187ea3d4b1004c998b1cf5739d23 Mon Sep 17 00:00:00 2001 From: Kamejeir <99511880+Kamejeir@users.noreply.github.com> Date: Thu, 23 May 2024 20:36:35 +0200 Subject: [PATCH 2/8] Update 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 342bf34e9b3c6..7a7fa633d3156 100644 --- a/data/json/mutations/mutations.json +++ b/data/json/mutations/mutations.json @@ -6995,6 +6995,7 @@ "prereqs": [ "ROT1" ], "changes_to": [ "ROT3" ], "category": [ "CHIMERA", "ALPHA" ], + "threshreq": [ "THRESH_CHIMERA", "THRESH_ALPHA" ], "enchantments": [ { "values": [ { "value": "REGEN_HP", "multiply": -0.25 }, { "value": "REGEN_HP_AWAKE", "multiply": -0.266 } ] } ] }, { From de51ba76f0cd77ddf9f5508b348e3b0cac39818d Mon Sep 17 00:00:00 2001 From: Maleclypse <54345792+Maleclypse@users.noreply.github.com> Date: Sat, 25 May 2024 13:12:25 -0500 Subject: [PATCH 3/8] Update data/json/mutations/mutations.json --- data/json/mutations/mutations.json | 1 - 1 file changed, 1 deletion(-) diff --git a/data/json/mutations/mutations.json b/data/json/mutations/mutations.json index 7a7fa633d3156..342bf34e9b3c6 100644 --- a/data/json/mutations/mutations.json +++ b/data/json/mutations/mutations.json @@ -6995,7 +6995,6 @@ "prereqs": [ "ROT1" ], "changes_to": [ "ROT3" ], "category": [ "CHIMERA", "ALPHA" ], - "threshreq": [ "THRESH_CHIMERA", "THRESH_ALPHA" ], "enchantments": [ { "values": [ { "value": "REGEN_HP", "multiply": -0.25 }, { "value": "REGEN_HP_AWAKE", "multiply": -0.266 } ] } ] }, { From e6b54f0ce33e4a8fcefc271d34b5496c92ea3e62 Mon Sep 17 00:00:00 2001 From: Maleclypse <54345792+Maleclypse@users.noreply.github.com> Date: Sat, 25 May 2024 13:13:12 -0500 Subject: [PATCH 4/8] Will this change the test value to 60 instead of 61? --- 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 342bf34e9b3c6..2034bf798633a 100644 --- a/data/json/mutations/mutations.json +++ b/data/json/mutations/mutations.json @@ -6988,7 +6988,7 @@ "type": "mutation", "id": "ROT2", "name": { "str": "Deterioration" }, - "points": -8, + "points": -7, "bodytemp_modifiers": [ -750, -750 ], "description": "Your body is very slowly wasting away.", "types": [ "HEALING" ], From c7e0389f1eca4f0a711fa5b0a276587a8793d7c1 Mon Sep 17 00:00:00 2001 From: Maleclypse <54345792+Maleclypse@users.noreply.github.com> Date: Sat, 25 May 2024 18:13:30 -0500 Subject: [PATCH 5/8] Apply suggestions from code review --- data/json/mutations/mutations.json | 1 - 1 file changed, 1 deletion(-) diff --git a/data/json/mutations/mutations.json b/data/json/mutations/mutations.json index 2034bf798633a..4a5b793264c19 100644 --- a/data/json/mutations/mutations.json +++ b/data/json/mutations/mutations.json @@ -6988,7 +6988,6 @@ "type": "mutation", "id": "ROT2", "name": { "str": "Deterioration" }, - "points": -7, "bodytemp_modifiers": [ -750, -750 ], "description": "Your body is very slowly wasting away.", "types": [ "HEALING" ], From f92e8b84ea7459cc6c4ce9e75e3200b895edfb52 Mon Sep 17 00:00:00 2001 From: Maleclypse <54345792+Maleclypse@users.noreply.github.com> Date: Sat, 25 May 2024 18:14:59 -0500 Subject: [PATCH 6/8] 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 4a5b793264c19..caf6329a2c043 100644 --- a/data/json/mutations/mutations.json +++ b/data/json/mutations/mutations.json @@ -4456,7 +4456,7 @@ "type": "mutation", "id": "EATPOISON", "name": { "str": "Intestinal Fortitude" }, - "points": 3, + "points": 2, "description": "Your guts have developed the ability to handle the toxic elements of mutated flesh. Mostly.", "types": [ "CONSTITUTION" ], "changes_to": [ "EATDEAD" ], From 41f21cc53b99cc0de9249dd9e4765cfc74e9472a Mon Sep 17 00:00:00 2001 From: Maleclypse <54345792+Maleclypse@users.noreply.github.com> Date: Sun, 26 May 2024 00:02:29 -0500 Subject: [PATCH 7/8] Update 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 caf6329a2c043..9e9477acb5868 100644 --- a/data/json/mutations/mutations.json +++ b/data/json/mutations/mutations.json @@ -6988,6 +6988,7 @@ "type": "mutation", "id": "ROT2", "name": { "str": "Deterioration" }, + "points": -8, "bodytemp_modifiers": [ -750, -750 ], "description": "Your body is very slowly wasting away.", "types": [ "HEALING" ], From 26c223b9c6f6fec2eebe6969e18c8e660f2993b0 Mon Sep 17 00:00:00 2001 From: Maleclypse <54345792+Maleclypse@users.noreply.github.com> Date: Sun, 26 May 2024 00:42:04 -0500 Subject: [PATCH 8/8] Remove Robust Genetics Robust Genetics no longer makes sense in Alpha. In fact I would argue that Alpha needs a mutation that makes it harder to get non alpha mutations. Tier 1 Alpha mutation that is most likely your first mutation to get in Alpha and a post thresh version that randomly removes non-alpha mutations once a month. --- 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 9e9477acb5868..e1f34361993fe 100644 --- a/data/json/mutations/mutations.json +++ b/data/json/mutations/mutations.json @@ -1203,7 +1203,7 @@ "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" ], - "category": [ "FISH", "SLIME", "ALPHA", "MEDICAL", "PLANT" ] + "category": [ "FISH", "SLIME", "MEDICAL", "PLANT" ] }, { "type": "mutation",