Difference between revisions of "Login rewards"
m |
|||
Line 3: | Line 3: | ||
Each day, players receive [[Crafting Material|crafting materials]] including relatively large quantities of [[Essence|essences]]. The quantity and [[Quality|quality]] of rewards increases as the number of consecutive logins increases. | Each day, players receive [[Crafting Material|crafting materials]] including relatively large quantities of [[Essence|essences]]. The quantity and [[Quality|quality]] of rewards increases as the number of consecutive logins increases. | ||
==Possible Rewards== | ==Possible Rewards== | ||
− | In the following sections, <code>streak</code> represents the number of days the character has logged on consecutively. | + | In the following sections, <code>streak</code> represents the number of days the character has logged on consecutively. Unfortunately, <code>streak</code> is capped at 21. |
===Common Materials=== | ===Common Materials=== | ||
Players receive [[Iron Bar|Iron Bars]], [[Leather Scraps]], [[Cloth Scraps]], and [[Common Essence|Common Essences]] every day. The total number of common materials is <code>(streak*3)+1</code>, up to a maximum of 16 materials. This total is distributed between the different types of common materials randomly. | Players receive [[Iron Bar|Iron Bars]], [[Leather Scraps]], [[Cloth Scraps]], and [[Common Essence|Common Essences]] every day. The total number of common materials is <code>(streak*3)+1</code>, up to a maximum of 16 materials. This total is distributed between the different types of common materials randomly. | ||
===Magic Materials=== | ===Magic Materials=== | ||
− | Starting from day 3, players | + | Starting from day 3, players receive [[Magic Essence]], as well as common materials. The amount of magic essence received is <code>floor(streak/3)</code>. |
===Rare Materials=== | ===Rare Materials=== | ||
− | Starting from day 5, players | + | Starting from day 5, players receive [[Rare Essence]], as well as previous rewards. The amount of rare essence received is <code>floor(streak/5)</code>. |
===Epic Materials=== | ===Epic Materials=== | ||
− | Starting from day 10, players | + | Starting from day 10, players receive [[Cerulean Pearl|Cerulean Pearls]] and [[Epic Essence]], as well as previous rewards. The total amount of pearls and essence received is <code>floor(streak/10)</code>. |
===Legendary Materials=== | ===Legendary Materials=== | ||
− | Starting from day 21, players | + | Starting from day 21, players receive [[Legendary Essence]], in addition to all previous rewards. The amount of Legendary Essence received is <code>floor(streak/21)</code>. |
<br>{{wip}} | <br>{{wip}} |
Revision as of 04:23, 8 November 2017
Login Rewards
Each day, players receive crafting materials including relatively large quantities of essences. The quantity and quality of rewards increases as the number of consecutive logins increases.
Possible Rewards
In the following sections, streak
represents the number of days the character has logged on consecutively. Unfortunately, streak
is capped at 21.
Common Materials
Players receive Iron Bars, Leather Scraps, Cloth Scraps, and Common Essences every day. The total number of common materials is (streak*3)+1
, up to a maximum of 16 materials. This total is distributed between the different types of common materials randomly.
Magic Materials
Starting from day 3, players receive Magic Essence, as well as common materials. The amount of magic essence received is floor(streak/3)
.
Rare Materials
Starting from day 5, players receive Rare Essence, as well as previous rewards. The amount of rare essence received is floor(streak/5)
.
Epic Materials
Starting from day 10, players receive Cerulean Pearls and Epic Essence, as well as previous rewards. The total amount of pearls and essence received is floor(streak/10)
.
Legendary Materials
Starting from day 21, players receive Legendary Essence, in addition to all previous rewards. The amount of Legendary Essence received is floor(streak/21)
.
WIP: This article is a work in progress, meaning that it is being worked on but is unfinished. You can help by editing it.