Difference between revisions of "Login rewards"

From Isleward Wiki
Jump to navigation Jump to search
m
(Updated login rewards based on code for the game)
Line 1: Line 1:
= Login Rewards =
+
<div style="float:right; margin-left:10px;"> __TOC__ </div>
 +
=Login Rewards=
 
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==
Below is a list of login rewards that have been received, and on what day. In order to determine how login rewards are distributed, please add to this list when you receive a login reward.
+
In the following sections, <code>streak</code> represents the number of days the character has logged on consecutively.
*Day 1:
+
===Common Materials===
**2 Common Essence
+
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.
**3 Iron Bars & 1 Leather Scrap
+
===Magic Materials===
**3 Iron Bars & 1 Cloth Scrap
+
Starting from day 3, players can receive [[Magic Essence]]. The amount of magic essence received is <code>floor(streak/3)</code>, with no upper limit.
**2 Cloth Scraps & 2 Iron Bars
+
===Rare Materials===
*Day 2:
+
Starting from day 5, players can receive [[Rare Essence]]. The amount of rare essence received is <code>floor(streak/5)</code>, with no upper limit.
**7 Common Essence
+
===Epic Materials===
**5 Cloth Scraps, 3 Iron 1 Iron Bar, 1 Leather Scrap
+
Starting from day 10, players can receive [[Cerulean Pearl|Cerulean Pearls]]. The amount of Cerulean Pearls received is <code>floor(streak/10)</code>, with no upper limit.
*Day 3:
+
===Legendary Materials===
**1 Magic Essence
+
Starting from day 21, players can receive [[Legendary Essence]]. The amount of Legendary Essence received is <code>floor(streak/21)</code>, with no upper limit.
*Day 4:
 
**12 Cloth Scraps, 1 Common Essence, 1 Magic Essence
 
*Day 5:
 
**15 Common Essence, 1 Leather Scrap, 1 Magic Essence, 1 Rare Essence
 
*Day 6:
 
**15 Leather Scraps, 1 Cloth Scrap, 2 Magic Essence, 1 Rare Essence
 
*Day 7:
 
**6 Cloth Scraps, 8 Leather Scraps, 2 Common Essence, 2 Magic Essence, 1 Rare Essence
 
*Day 8:
 
**16 Common Essence, 2 Magic Essence, 1 Rare Essence
 
 
<br>{{wip}}
 
<br>{{wip}}

Revision as of 00:19, 11 September 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.

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 can receive Magic Essence. The amount of magic essence received is floor(streak/3), with no upper limit.

Rare Materials

Starting from day 5, players can receive Rare Essence. The amount of rare essence received is floor(streak/5), with no upper limit.

Epic Materials

Starting from day 10, players can receive Cerulean Pearls. The amount of Cerulean Pearls received is floor(streak/10), with no upper limit.

Legendary Materials

Starting from day 21, players can receive Legendary Essence. The amount of Legendary Essence received is floor(streak/21), with no upper limit.


WIP: This article is a work in progress, meaning that it is being worked on but is unfinished. You can help by editing it.