Mutations: Difference between revisions
More actions
Created the page. |
Aurelianus (talk | contribs) Replace raw mutation weight with calculated chance and remove display-only columns |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div class="hw-archive-banner hw-archive-banner--mutations"> | |||
<div class="hw-record-code">ALTERATION ARCHIVE · MUTATION INDEX</div> | |||
<div class="hw-record-name">Mutations</div> | |||
<div class="hw-record-summary">A centralized archive of standard mutation multipliers, calculated occurrence chances, and priority.</div> | |||
<div class="hw-archive-stats"><span>{{#cargo_query:tables=Mutations|fields=COUNT(*)=Count|format=plainlist}} standard mutations</span><span>3 age mutations</span><span>2 independent modifiers</span></div> | |||
</div> | |||
<div class="hw-page-nav">[[Main Page|Main Page]] [[Herbs|Herb Compendium]] [[Crystals|Crystal Archive]]</div> | |||
== Overview == | == Overview == | ||
Mutations alter the appearance and value of [[Herbs|herbs]]. They operate independently from Universal Luck and Preferred Luck, so those bonuses do not increase mutation chances. | |||
The system is layered. A herb may receive a standard mutation, an age mutation, and an independent modifier. Their value multipliers are applied multiplicatively when more than one layer is present. | |||
== Standard Mutation Index == | |||
Standard mutations are selected from a weighted pool totaling 625. Each displayed chance is calculated as <code>(Weight ÷ 625) ÷ 10</code>, then converted to a percentage. | |||
== | <div class="hw-mutation-catalog"> | ||
{{#cargo_query: | |||
tables=Mutations | |||
|fields=_pageName=Mutation,Multiplier=Multiplier,Chance=Chance,Priority=Priority | |||
|order by=OrderIndex | |||
|format=table | |||
|class=wikitable hw-table sortable | |||
}} | |||
</div> | |||
== Age Mutations == | == Age Mutations == | ||
Age mutations | Age mutations form a separate layer and are intentionally excluded from the standard mutation Cargo table. | ||
<div class="hw-special-mutation-grid"> | |||
<div class="hw-special-mutation" style="--hw-mutation-color:#5369FF">[[Century]]<span>Age · ×1.5</span></div> | |||
<div class="hw-special-mutation" style="--hw-mutation-color:#6C47FF">[[Millenium]]<span>Age · ×2</span></div> | |||
<div class="hw-special-mutation" style="--hw-mutation-color:#7F15FF">[[Eon]]<span>Age · ×3</span></div> | |||
</div> | |||
== Modifiers == | == Modifiers == | ||
Sovereign and Supreme form an independent modifier layer. They are also excluded from the standard mutation Cargo table. | |||
<div class="hw-special-mutation-grid"> | |||
<div class="hw-special-mutation" style="--hw-mutation-color:#FF26A5">[[Sovereign]]<span>Modifier · ×2</span></div> | |||
<div class="hw-special-mutation" style="--hw-mutation-color:#ED13FF">[[Supreme]]<span>Modifier · ×2</span></div> | |||
</div> | |||
[[Category:Mutations]] | |||
Latest revision as of 02:56, 28 July 2026
Overview
Mutations alter the appearance and value of herbs. They operate independently from Universal Luck and Preferred Luck, so those bonuses do not increase mutation chances.
The system is layered. A herb may receive a standard mutation, an age mutation, and an independent modifier. Their value multipliers are applied multiplicatively when more than one layer is present.
Standard Mutation Index
Standard mutations are selected from a weighted pool totaling 625. Each displayed chance is calculated as (Weight ÷ 625) ÷ 10, then converted to a percentage.
Age Mutations
Age mutations form a separate layer and are intentionally excluded from the standard mutation Cargo table.
Modifiers
Sovereign and Supreme form an independent modifier layer. They are also excluded from the standard mutation Cargo table.