Bureaucrats, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Administrators
10,686
edits
(gifs) |
|||
Line 1: | Line 1: | ||
Limit breaking raises the level cap of a character while unlocking a new skill | Limit breaking raises the level cap of a character while unlocking a new skill. | ||
However, you must be at the maximum level in order to do so, as well as use up specific materials. | |||
Limit breaking is required for unlocking [[Character Quest|Character Quests]] for that specific character. | Limit breaking is required for unlocking [[Character Quest|Character Quests]] for that specific character. | ||
Line 5: | Line 7: | ||
=== Coins === | === Coins === | ||
{| class="wikitable floatright" | {| class="wikitable floatright" | ||
|[[File:Coins.png]] | |||
| [[File:Coins.png]] | |||
|} | |} | ||
So far, each unit requires an amount of coin proportional to their rarity and stage. | So far, each unit requires an amount of coin proportional to their rarity and stage. | ||
This can be expressed as <math>2 * \text{rarity} * 10 ^ \text{stage}</math> <!--code>2*[rarity]*10^[stage+1]</code-->, where stage is the stage of limit breaking (1 for the first time, 2 for second, and 3 for the last). | This can be expressed as <math>2 * \text{rarity} * 10 ^ \text{stage}</math> <!--code>2*[rarity]*10^[stage+1]</code-->, where stage is the stage of limit breaking (1 for the first time, 2 for second, and 3 for the last). | ||
=== {{Item|Spell Token|link=false}} === | === {{Item|Spell Token|link=false}} === | ||
{| class="wikitable floatright" | {| class="wikitable floatright" | ||
|[[File:Spell_Token_portraits.gif]] | |||
| [[File: | |||
|} | |} | ||
Every stage of limit breaking requires spell tokens, also proportional to their rarity and stage | Every stage of limit breaking requires spell tokens, also proportional to their rarity and stage. | ||
You can acquire Spell Tokens by completing a specific [[Daily Quest|Daily Quests]]. | |||
This relation can be also expressed as <!-- | This relation can be also expressed as <!--code>3 * rarity * stage</code--> <math>3 * \text{rarity} * \text{stage}</math> | ||
=== {{Item|God Shard|link=false}} === | === {{Item|God Shard|link=false}} === | ||
{| class="wikitable floatright | {| class="wikitable floatright" | ||
|[[File:God_Shard_1star_portraits.gif]] | |||
|[[File:God_Shard_2star_portraits.gif]] | |||
|[[File:God_Shard_3star_portraits.gif]] | |||
| [[File: | |||
| [[File: | |||
|} | |} | ||
While any attribute-matching Spell Token will do for any stage, each stage of limit breaking requires a specific kind of God Shard. | |||
As of the time of writing, the God Shard for stage 3 limit breaking is unobtainable. | |||
You can acquire the other God Shards through [[Daily Quest|Daily Quests]]. | |||
The following expression is used for limit breaking: <!--code>2 * rarity</code--><math>2 * \text{rarity}</math> | The following expression is used for limit breaking: <!--code>2 * rarity</code--><math>2 * \text{rarity}</math> | ||
=== {{Item|Proof of Mastery|link=false}} === | === {{Item|Proof of Mastery|link=false}} === | ||
{| class="wikitable floatright | {| class="wikitable floatright" | ||
|[[File:Proof_2star_portraits.gif]] | |||
|[[File:Proof_3star_portraits.gif]] | |||
| [[File: | |||
|} | |} | ||
For stage 2 and beyond, limit breaking requires a proof of mastery that corresponds to a character's weapon type/attack pattern. | |||
Like Spell Tokens and God Shards, these can also be obtained during [[Daily Quest|Daily Quests]]. | |||
Unlike the other materials, the amount of proofs you need is simply equal to a character's <math>rarity</math>. | Unlike the other materials, the amount of proofs you need is simply equal to a character's <math>rarity</math>. |