Mutations: Difference between revisions

397 bytes added ,  22:58, 17 December 2020
m
(→‎Randomizing Mutation Buys: add items; editing; add cleanup note)
Line 23: Line 23:


==== Randomizing Mutation Buys ====
==== Randomizing Mutation Buys ====
{{Cleanup | These bullet points need sources.}}


Normally, simply using [[Precognition]] will not allow you to change the set of offered mutations whenever you buy a new one; you will be offered the same three each time. However, there are certain conditions under which they can be rerandomized:
Normally, simply using [[Precognition]] will not allow you to change the set of offered mutations whenever you buy a new one; you will be offered the same three each time. However, there are certain conditions under which they can be rerandomized:
Line 30: Line 28:
* Gaining a permanent (not meal- or relic-based) mutation that could have been rolled, regardless of whether it was one of the next three choices.
* Gaining a permanent (not meal- or relic-based) mutation that could have been rolled, regardless of whether it was one of the next three choices.
** For example, if a character permanently gains a ''positive'' mental mutation using {{Favilink | brain brine}}, the choices will change, but not if it was a negative one.
** For example, if a character permanently gains a ''positive'' mental mutation using {{Favilink | brain brine}}, the choices will change, but not if it was a negative one.
* Injecting an {{favilink|eaters' nectar injector}}.
* Injecting an {{favilink|eaters' nectar injector}}.{{Code Reference | class = Nectar_Tonic_Applicator | method = FireEvent | case = "ApplyTonic"}}
* Cooking with a {{favilink|drop of nectar}} (the drop of nectar need not succeed in granting the boost).
* Cooking with a {{favilink|drop of nectar}} (the drop of nectar need not succeed in granting the boost).{{Code Reference | namespace = XRL.World.Effects | class = XRL.World.Effects.CookingDomainAttributes_UnitPermanentAllStats_25Percent | method = Apply}}
* Cooking with a {{favilink|Canned have-it-all}}, and getting the drop of nectar cooking effect. (The same considerations apply; this is also relatively rare.)
* Cooking with a {{favilink|Canned have-it-all}}, and getting the drop of nectar cooking effect. (The same considerations apply; this is also relatively rare.)
* Halfway through the duration of the [[Mutating]] effect from a {{Favilink | gamma moth}}. (This is ''in addition'' to the fact that it may grant a permanent mutation and thus change the offerings for that reason.)
* Halfway through the duration of the [[Mutating]] effect from a {{Favilink | gamma moth}}. (This is ''in addition'' to the fact that it may grant a permanent mutation and thus change the offerings for that reason.){{Code Reference | namespace = XRL.World.Effects | class = Mutating | method = FireEvent | case = "EndTurn"}}
* Gaining a [[Chimera | Chimeric]] limb.
* Gaining a [[Chimera | Chimeric]] limb.{{Code Reference | namespace = XRL.UI | class = StatusScreen | method = BuyRandomMutation}}


== Physical Mutations ==
== Physical Mutations ==