Skip to content

Commit

Permalink
fix CleverRaven#73907 Stop Flip Flopping mutations in Alpha stomach c…
Browse files Browse the repository at this point in the history
…hain (CleverRaven#74022)

* Saving your mutagens

* Update mutations.json

* Update data/json/mutations/mutations.json

* Will this change the test value to 60 instead of 61?

* Apply suggestions from code review

* Update mutations.json

* Update mutations.json

* 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.

---------

Co-authored-by: Maleclypse <[email protected]>
  • Loading branch information
Kamejeir and Maleclypse authored May 26, 2024
1 parent 903ade8 commit cd60b6b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions data/json/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -4455,13 +4456,13 @@
"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" ],
"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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit cd60b6b

Please sign in to comment.