Difference between revisions of "Login rewards"

From Isleward Wiki
Jump to navigation Jump to search
m (→‎History: general clean up, removed uncategorised tag)
Line 1: Line 1:
<div style="float:right; margin-left:10px;"> __TOC__ </div>
+
__NOTOC__
 +
{{Version031}}
 +
 
 
= Login Rewards =
 
= Login Rewards =
{{Version0111}}
+
 
Each day, players receive [[Crafting Material|crafting materials]] including relatively large quantities of [[essence]]s. The quantity and [[quality]] of rewards increases as the number of consecutive logins increases.
+
Each day, players receive [[Crafting Material|crafting materials]] including [[essence]]s! The quantity of rewards increases as the number of consecutive logins increases.
 +
 
 
== Rewards ==
 
== Rewards ==
In the following sections, <code>streak</code> represents the number of days the account has logged on consecutively. Unfortunately, <code>streak</code> is capped at 21. Streaks decrease by one each day that the player does not login.
+
 
=== Common Materials ===
+
You gain <code>1 + ( streak/2 )</code> random item per day where <code>streak</code> the number of day you log in.
Players receive [[Iron Bar]]s, [[Leather Scraps]], [[Cloth Scraps]], and [[Common Essence]]s 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 ===
+
Max <code>streak</code> is 21.
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 ===
+
{| class="wikitable sortable" style="text-align:center;"
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>.
+
! Item !! Drop chance !! ~Drop chance %
=== Epic Materials ===
+
|-
Starting from day 10, players receive [[Cerulean Pearl]]s and [[Epic Essence]], as well as previous rewards. The total amount of pearls and essence received is <code>floor(streak/10)</code>.
+
| [[Iron Bar]] || 15/61 ||  24.6%
=== Legendary Materials ===
+
|-
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>.
+
| [[Cloth Scrap]] || 15/61 ||  24.6%
 +
|-
 +
| [[Leather Scrap]] || 15/61 ||  24.6%
 +
|-
 +
| [[Skyblossom]] || 8/61 ||  13.1%
 +
|-
 +
| [[Common Essence]] || 5/61 ||  8.2%
 +
|-
 +
| [[Magic Essence]] || 2/61 ||  3.3%
 +
|-
 +
| [[Rare Essence]] || 1/61 ||  1.6%
 +
|}
  
 
== History ==
 
== History ==
 
* Prior to v0.1.11, the login reward was awarded per character. This was changed to per-account to prevent farming large amount of essences by switching characters.
 
* Prior to v0.1.11, the login reward was awarded per character. This was changed to per-account to prevent farming large amount of essences by switching characters.

Revision as of 20:04, 17 January 2019


Version 0.3.1: This article may not be up to date for the latest version of Isleward.


Login Rewards

Each day, players receive crafting materials including essences! The quantity of rewards increases as the number of consecutive logins increases.

Rewards

You gain 1 + ( streak/2 ) random item per day where streak the number of day you log in.

Max streak is 21.

Item Drop chance ~Drop chance %
Iron Bar 15/61 24.6%
Cloth Scrap 15/61 24.6%
Leather Scrap 15/61 24.6%
Skyblossom 8/61 13.1%
Common Essence 5/61 8.2%
Magic Essence 2/61 3.3%
Rare Essence 1/61 1.6%

History

  • Prior to v0.1.11, the login reward was awarded per character. This was changed to per-account to prevent farming large amount of essences by switching characters.