Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restricted Genetics and possibly other Alpha traits #74117

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions data/json/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@
"RESISTCHILL_RESISTWARM",
"RESISTWARM",
"ROBUST",
"RESTRICTED",
Maleclypse marked this conversation as resolved.
Show resolved Hide resolved
"STOCKY_TROGLO",
"STRONGBACK",
"TUNNEL_FIGHTER",
Expand Down Expand Up @@ -1202,9 +1203,20 @@
"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" ]
},
{
"type": "mutation",
"id": "RESTRICTED",
"name": { "str": "Restricted Genetics" },
"points": 3,
Maleclypse marked this conversation as resolved.
Show resolved Hide resolved
"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" ],
"category": [ "ALPHA" ]
},
{
"type": "mutation",
"id": "EAGLEEYED",
Expand Down Expand Up @@ -2087,7 +2099,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 ] ]
},
Expand Down
Loading