Metamorphosis: Difference between revisions
No edit summary |
m →Formulas: -currently, slight rephrase |
||
Line 22: | Line 22: | ||
Despite the description, the player is able to use Metamorphosis to transform into any creature regardless of level. Even if prerelease content is disabled, [[Crowsong]] will always spawn with metamorphosis at level 6, which the player can then obtain via [[Permanent Domination|permanent domination]]. | Despite the description, the player is able to use Metamorphosis to transform into any creature regardless of level. Even if prerelease content is disabled, [[Crowsong]] will always spawn with metamorphosis at level 6, which the player can then obtain via [[Permanent Domination|permanent domination]]. | ||
== Formulas == | == Formulas == | ||
The following formulas are used to determine cooldown and transformation level limit based on mutation level. | The following formulas are used to determine cooldown and transformation level limit based on mutation level. However, transformation level limit is not actually enforced and is only displayed in the description.{{Code Reference|namespace=XRL.World.Parts.Mutation|class=Metamorphosis}} | ||
{|class="wikitable" | {|class="wikitable" | ||
! Cooldown | ! Cooldown | ||
Line 30: | Line 30: | ||
| {{simple formula| (1 + Level) * 5 }} | | {{simple formula| (1 + Level) * 5 }} | ||
|} | |} | ||
Note that the cooldown can be a negative number. If this is the case, the mutation will essentially have no cooldown and can be used again instantly. | Note that the cooldown can be a negative number. If this is the case, the mutation will essentially have no cooldown and can be used again instantly. | ||
== Advancement Table == | == Advancement Table == | ||