Gamma moth: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
m (→‎Mutating Result: this is more properly a subheading of the previous heading)
(broad editing and rewriting pass)
Line 42: Line 42:
}}
}}
<!-- END QBE -->
<!-- END QBE -->
The {{name}} is a high tier insect that appears deep underground. It has a unique weapon called the {{favilink|Mutating gaze}} that causes the [[Mutating]] effect.
A {{Name}} is a high-tier [[insect]] that generally appears deep underground. Its unique {{favilink | mutating gaze}} attack can cause creatures to gain random mutations (usually defects) or mutation points.
==Mutating Gaze==
 
{{Main|mutating gaze}}
== Mutating Gaze ==
The mutating gaze has a unique property of mutating any creature that is hit by this gaze. Each successful attack has a 20% chance to inflict [[Mutating]] with a [[toughness]] save with difficulty 20. If the save fails, the creature will begin [[mutating]]. The projectile does not need to penetrate to mutate. The mutating gaze is [[Properties#EMP Sensitive|EMP Sensitive]], so anything that causes EMP can prevent any mutating attacks.
 
A creature struck by a mutating gaze attack, whether or not the attack [[penetration | penetrates]] their armor, must succeed at a [[Toughness]] save with a target of 20, or else gain the [[mutating]] effect.{{Code Reference | class = MutateOnHit | method = FireEvent}} The effect is not applied if the creature is already mutating from a mutating gaze.{{Code Reference | namespace = XRL.World.Effects | class = Mutating | method = Apply}}
 
Mutating gazes are [[EMP-sensitive]]. They will be unable to fire if [[EMP]]'d.
 
=== Mutating Effect ===
 
[[Mutating]] has an incubation period of 100 game turns. Halfway through this duration, the mutating creature's mutation buys are permuted.{{Code Reference | namespace = XRL.World.Effects | class = Mutating | method = FireEvent | name = MutatingFireEvent}} At the end, one of the following effects happens:<ref name="MutatingFireEvent" /><ref>Population <code>MutatingResults</code> in <code>PopulationTables.xml</code></ref>


=== Mutating Result ===
{{main|mutating}}
[[Mutating]] has an incubation period of 100 player turns. Once these 100 turns are up, there is a chance of either gaining a new [[mutations|mutation]], [[:category:Defects|defect]], or mutation points.
{| class="wikitable"
{| class="wikitable"
!Chance
!Effect
!Effect
!Chance
|-
|-
|Mutation
| 10%
|10%
| The creature gains a random positive [[mutation]].
|-
|-
|Defect
| 80%
|80%
| The creature gains a random [[defect]].
|-
|-
|{{dice tooltip|1d4}} mutation points
| 10%
|10%
| The creature gains {{dice tooltip|1d4}} [[mutation points]].
|}
|}
:<small>from population <code>MutatingResults</code> in PopulationTables.xml.</small>


These results do not check if the player is a [[Chimera]], [[Esper]], or [[True Kin]], so  true kin are able to gain mutations, defects, and mutation points. True kin can gain mutation points, but it can only be spent on a mutation not granted through cooking or items. Currently, the gamma moth is the only way for true kin to gain levellable mutations.
These results do not check if the player is a [[Chimera]], [[Esper]], or [[True Kin]], so  true kin are able to gain mutations, defects, and mutation points. True kin can gain mutation points, but it can only be spent on a mutation not granted through cooking or items. Currently, the gamma moth is the only way for true kin to gain levellable mutations.


If the creature has all mutations in a category, such as all defects, landing on that result will have no outcome instead of rerolling. [[Precognition]] (via mutation or a true kin using {{favilink|sphynx salt injector|plural}}) can reroll the mutating result.
If the creature has all mutations in a category, such as all defects, landing on that result will have no outcome instead of rerolling.


==Tips==
== Tips ==
{{Opinion}}
{{Opinion}}
* High [[DV]] can assist in dodging a {{name|possessive}} missile attacks, but will not completely mitigate them since a critical will guarantee a hit.
 
* The best way to avoid being mutated by a gamma moth is to have high [[Toughness]], high [[DV]], or preferably both.
* It's possible to gain positive mutations from a gamma moth, but it's less common than gaining defects. To avoid undesireable results, use a source of [[Precognition]], such as a {{Favilink | sphynx salt injector}} if you are playing a [[True Kin]].
 
{{Creature Navbox|Insects}}
{{Creature Navbox|Insects}}
{{References}}

Revision as of 07:14, 4 January 2021

gamma moth
Gamma moth.png
Character

@

ID?Use this ID to Wish for gamma moth

Gamma Moth

Faction

insects (Loved100 Reputation)

Demeanor

neutral

Gender

neuter

Inventory
Inventory
Mutations
Mutations
Experience?The XP granted when killed. Click
"toggle detailed stats" above for
a level-based breakdown.

975 XP

XP Tier

7

Role

Artillery


Extra info:
  • Weighs 200 lbs
gamma moth

Vast diaphanous wings painted in the furcate patterns of fractalized geometry bat the air.

Perfect

A gamma moth is a high-tier insect that generally appears deep underground. Its unique mutating gaze attack can cause creatures to gain random mutations (usually defects) or mutation points.

Mutating Gaze

A creature struck by a mutating gaze attack, whether or not the attack penetrates their armor, must succeed at a Toughness save with a target of 20, or else gain the mutating effect.[1] The effect is not applied if the creature is already mutating from a mutating gaze.[2]

Mutating gazes are EMP-sensitive. They will be unable to fire if EMP'd.

Mutating Effect

Mutating has an incubation period of 100 game turns. Halfway through this duration, the mutating creature's mutation buys are permuted.[3] At the end, one of the following effects happens:[3][4]

Chance Effect
10% The creature gains a random positive mutation.
80% The creature gains a random defect.
10% The creature gains 1d41-4 (Avg: 2.5) mutation points.

These results do not check if the player is a Chimera, Esper, or True Kin, so true kin are able to gain mutations, defects, and mutation points. True kin can gain mutation points, but it can only be spent on a mutation not granted through cooking or items. Currently, the gamma moth is the only way for true kin to gain levellable mutations.

If the creature has all mutations in a category, such as all defects, landing on that result will have no outcome instead of rerolling.

Tips

This section is opinion-based. Your mileage may vary.
  • The best way to avoid being mutated by a gamma moth is to have high Toughness, high DV, or preferably both.
  • It's possible to gain positive mutations from a gamma moth, but it's less common than gaining defects. To avoid undesireable results, use a source of Precognition, such as a sphynx salt injector if you are playing a True Kin.


References

  1. XRL.World.Parts.MutateOnHit, method FireEvent
  2. XRL.World.Effects.Mutating, method Apply
  3. 3.0 3.1 XRL.World.Effects.Mutating, method FireEvent
  4. Population MutatingResults in PopulationTables.xml