Difference between revisions of "Stat"

From Isleward Wiki
Jump to navigation Jump to search
m (clean up, typos fixed: 1-10 → 1–10 (2))
(25 intermediate revisions by 10 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
{{Version 0.4.0}}
 
= Stats =
 
= Stats =
  
{{Version031}}
+
'''Stats''' determine a character's attributes, such as damage, health, and mana. You can view your stats in the character sheet by pressing the <code>J</code> key. Your character's stats can be improved by wearing better [[equipment]]. Stats may also be temporarily affected by [[aura]] runes. Stats are also greatly affected by your [[spirit]]s and the amount of int,str or dex that you have depending on that.
  
'''Stats''' determine a character's attributes such as damage, health, mana. You can view your stats in the character sheet by pressing the <code>J</code> key. Your character's stats can be improved by wearing better [[equipment]]. Stats may also be temporarily affected by [[aura]] runes.
+
'''You can find in-depth info [https://docs.google.com/spreadsheets/d/19QyBzRNMCFd3l8GwQPfDfPvwvXO_vnDtY3IHFa6kQeU/edit?usp=sharing here(v0.3.3)]'''
 
 
{| class="wikitable mw-collapsible mw-collapsed"
 
|'''Work in progress''' google sheet stat generator 
 
|-
 
|I (Polfy's on discord (@Loupii#6424) work on a google sheet to generate stat as the game do and understand the stats range. Feel free to help/discuss with me on private discord.
 
<br> Google sheet : https://docs.google.com/spreadsheets/d/19QyBzRNMCFd3l8GwQPfDfPvwvXO_vnDtY3IHFa6kQeU/edit?usp=sharing
 
|}
 
  
 
== Basic ==
 
== Basic ==
 
; Level
 
; Level
 
: ''Main Article: [[Character Level]]''
 
: ''Main Article: [[Character Level]]''
: The level of your character determines the maximum health and [[equipment]]s you can use. The maximum level is capped at 20. You can only use equipment whose level is equal to or lower than your character's level (except when the item has [[level reduction]]). You can level up by gaining experience points.
+
: The level of your character determines the maximum health and [[equipment]]s you can use. The maximum level is capped at 20. You can only use equipment with a level requirement equal to or lower than your character's level (except when the item has level reduction). You can level up by gaining experience which you get when killing mobs. Note that you gain the most xp from killing mobs your own level.
  
 
; Experience Points (XP)
 
; Experience Points (XP)
 
: ''Main Article: [[Experience Point]]''
 
: ''Main Article: [[Experience Point]]''
: Experience points are used to level up your character. You may gain experience by killing [[monster]]s, completing [[quest]]s and by [[gathering]]. The experience required to level up is: <code>XL * 5 + XL * 10 * (XL^2.2)</code> where <code>XL</code> is your current level. You also receive reduced experience if the monster killed is not the same level as you. The multiplier is: <code>(1-D/10)^2</code> where <code>D</code> is the difference of levels, and you gain no experience if the difference is 10 or higher.
+
: Experience points are used to level up your character. You will gain experience by killing [[monster]]s, completing [[quest]]s and by [[gathering]]. The experience required to level up is: <code>XL * 5 + XL * 10 * (XL^2.2)</code> where <code>XL</code> is your current level. You also receive reduced experience if the monster killed is not the same level as you. The multiplier is: <code>(1-D/10)^2</code> where <code>D</code> is the difference of levels, and you gain no experience if the difference is 10 or higher.
  
 
; Strength
 
; Strength
: Strength is used a lot by the [[Bear]] Spirit. It improves the damage of [[Axe]]s, [[Sword]]s, and [[Sickle]]s. Every strength point increases your armor by 1.
+
: Strength is the primary stat of the [[Warrior|Bear]] Spirit. It improves the damage of [[Axe]]s and [[Sword]]s. Every strength point increases your armor by 1. Strength rolls range from 1-10.
  
 
; Intellect
 
; Intellect
: Intellect is used a lot by the [[Owl]] Spirit. It improves the damage of [[Staff]]s and [[Wand]]s. Every 6 intellect points increases your maximum mana by 1.
+
: Intellect is the primary stat of the [[Wizard|Owl]] Spirit. It improves the damage of [[Staff]]s and [[Weapon|Wand]]s. Every 6 intellect points increases your maximum mana by 1. Intellect rolls range from 1-10.
  
 
; Dexterity
 
; Dexterity
: Dexterity is the primary stat of the [[Lynx]] Spirit. It improves the damage of [[Dagger]]s and [[Spear]]s. Every 12 dexterity points increases your dodge chance by 1%.
+
: Dexterity is the primary stat of the [[Thief|Lynx]] Spirit. It improves the damage of [[Dagger]]s and [[Spear]]s. Every 12 dexterity points increases your dodge chance by 1%. Dexterity rolls range from 1-10.
  
 
; "to all attributes"
 
; "to all attributes"
: + <code>X</code> to all attributes mean that increases '''Strength''', '''Intellect''', '''Dexterity''' by <code>X</code>
+
: + <code>X</code> to all attributes mean that increases '''Strength''', '''Intellect''', '''Dexterity''' by <code>X</code>. To all attributes rolls range from 1-10.
 +
* Only on [[Finger]] and [[Neck]]
  
 
; Vitality
 
; Vitality
: Vitality increases your max health by 10 per point.
+
: Vitality increases your max health by 10 health per point. Vitality rolls range from 1-7.
  
 
; Max Mana
 
; Max Mana
: Increase your character's maximum mana.
+
: Increase your character's maximum mana by 1 mana per point. Max Mana rolls range from 1-8.
  
 
; HP Regeneration
 
; HP Regeneration
: The rate of health restored per tick during [[combat]]. Outside combat, the HP regenerates at the rate of <code>max(MaxHP / 112, HPRegen * 0.2)</code> per tick, while it only regenerates by <code>HPRegen * 0.2</code> per tick during combat.
+
: The rate of health restored per tick during [[combat]]. Outside combat, HP regenerates at the rate of <code>max(MaxHP / 112, HPRegen * 0.2)</code> per tick, while it only regenerates by <code>HPRegen * 0.2</code> per tick during combat. HP Regeneration rolls range from 1-15.
  
 
; MP Regeneration
 
; MP Regeneration
: The rate of mana restored per tick. The amount of MP regenerate per tick is <code>MPRegen / 50</code>.
+
: The rate of mana restored per tick. The amount of MP regenerated per tick is <code>MPRegen / 50</code>. Mana regenerates the same in combat as out of combat.200z. MP Regeneration rolls range from 1-5.
  
 
== Offense ==
 
== Offense ==
 
; Global critical hit chance
 
; Global critical hit chance
: This will upgrade your '''Attack critical chance''' and '''Spell critical chance''' by the amount of it you have.
+
: This will increase your '''Attack critical chance''' and '''Spell critical chance''' by the amount of it you have.
: The base Global critical hit chance is 5%.
+
: The base Global critical hit chance is 5% for all spirits.  
 +
: Global critical hit chance rolls range from 1-78 (that translates to 0.05%-3.9%).
 +
* Only on level 7+ [[equipment]]
  
 
; Attack critical chance
 
; Attack critical chance
 
: The chance of dealing a critical hit with physical attack.
 
: The chance of dealing a critical hit with physical attack.
 
: The base chance is 5% (Because of the base 5% of '''Global critical hit chance''').
 
: The base chance is 5% (Because of the base 5% of '''Global critical hit chance''').
 +
: Attack critical chance rolls range from 1-78 (that translates to 0.05%-3.9%).
 +
* Only on level 7+ [[equipment]]
  
 
; Spell critical chance
 
; Spell critical chance
 
: The chance of dealing a critical hit with a spell attack.
 
: The chance of dealing a critical hit with a spell attack.
 
: The base chance is 5% (Because of the base 5% of '''Global critical hit chance''').
 
: The base chance is 5% (Because of the base 5% of '''Global critical hit chance''').
 +
: Spell critical chance rolls range from 1-78 (that translates to 0.05%-3.9%).
 +
* Only on level 7+ [[equipment]]
  
 
; Global critical hit multiplier
 
; Global critical hit multiplier
: This will upgrade your '''Attack critical multiplier''' and '''Spell critical multiplier''' by the amount of it you have.
+
: This will increase your '''Attack critical multiplier''' and '''Spell critical multiplier''' by the amount of it you have.
: The base Global critical hit chance is 150%.
+
: The base Global critical hit chance is 150% for all spirits. Global critical hit multiplier rolls range from 1-28.
 +
* Only on level 12+ [[equipment]]
  
 
; Attack critical multiplier
 
; Attack critical multiplier
 
: The multiplied damage when performing a critical hit with physical attack.
 
: The multiplied damage when performing a critical hit with physical attack.
: The base chance is 150% (Because of the base 150% of '''Global critical hit multiplier''').
+
: The base chance is 150% (Because of the base 150% of '''Global critical hit multiplier''').  
 
+
: Attack critical multiplier rolls range from 1-28.
 +
* Only on level 12+ [[equipment]].
 
; Spell critical multiplier
 
; Spell critical multiplier
 
: The multiplied damage when performing a critical hit with a spell attack.
 
: The multiplied damage when performing a critical hit with a spell attack.
 
: The base chance is 150% (Because of the base 150% of '''Global critical hit multiplier''').
 
: The base chance is 150% (Because of the base 150% of '''Global critical hit multiplier''').
 +
: Spell critical multiplier rolls range from 1-28.
 +
* Only on level 12+ [[equipment]].
  
 
; Arcane increase / Fire increase / Frost increase / Holy increase / Poison increase / Physical increase / Spell Increase
 
; Arcane increase / Fire increase / Frost increase / Holy increase / Poison increase / Physical increase / Spell Increase
: Increase the elemental/type of damage by 1% per point.
+
: Increase the elemental/type of damage by the % of the roll per point. Increase rolls range from 1-3.
 +
* Only on [[Finger]] and [[Neck]] slot and on the implicit of a [[Trinket|Quartz Fragment]]
 +
* Only on level 10+ [[equipment]]
  
 
; Attack Speed / Cast Speed
 
; Attack Speed / Cast Speed
: The chance of attacking or casting spells without cooling down in succession. In-game, the value is displayed as <code>100% + chance</code>, so 110% implies that there is a 10% chance of performing the attack without cooling down.
+
: The chance of attacking or casting spells without cooling down in succession. In-game, the value is displayed as <code>100% + chance</code>, cast speed and attack speed allows you to cast abilities faster. To find a cast speed calculator go to https://islebuilds.kckckc.dev/calc/casttime. Attack Speed / Cast Speed rolls range from 1-9.
 +
* Only on [[Finger]], [[Neck]] and [[Trinket]] slot
  
 
== Defense ==
 
== Defense ==
Line 82: Line 90:
  
 
; Chance to block Attacks / Spells
 
; Chance to block Attacks / Spells
: The chance to completely negate an attack or spell completely. This stat can be found on [[Shield]]s.
+
: The chance to negate an attack or spell completely.
 +
* Only on [[OffHand|Shield]] slot. Chance to block Attacks / Spells rolls range from 1–10.
  
 
; Chance to dodge Attacks / Spells
 
; Chance to dodge Attacks / Spells
: The chance to completely negate an attack or spell completely. This stat can be found on [[Boots]].
+
: The chance to negate an attack or spell completely.
 +
* Only on [[Feet]] slot. Chance to dodge Attacks / Spells rolls range from 1–10.
  
 
; Arcane Resistance / Fire Resistance / Frost Resistance / Holy Resistance / Physical Resistance / Poison Resistance / All Resistance
 
; Arcane Resistance / Fire Resistance / Frost Resistance / Holy Resistance / Physical Resistance / Poison Resistance / All Resistance
: '''Resistance''' reduces the damage taken from a particular types of element (and '''All Resistance''' applies to all types of elements). Each point of resistance reduces the damage taken by <code>0.5%</code> and is capped at 50%. Therefore, you need 100 points of resistance to achieve the maximum possible damage mitigation.
+
: '''Resistance''' reduces the damage taken from a particular types of element (and '''All Resistance''' applies to all types of elements). Each point of resistance reduces the damage taken by <code>0.5%</code> and is capped at 50%. Therefore, you need 100 points of resistance to achieve the maximum possible damage mitigation. Resistance rolls range from 1-10.
 +
* Only on level 15+ [[equipment]].
  
 
The damage reduction offered by armor and resistances stack with each other. If both mitigation sources are capped at 50%, you will only receive 25% of the full damage.
 
The damage reduction offered by armor and resistances stack with each other. If both mitigation sources are capped at 50%, you will only receive 25% of the full damage.
 +
 +
; Life on hit
 +
: Your auto attack gives you a certain amount of hp per hit. Found on the implicit of sickles, offhand and trinket slot items. Life on hit rolls range from 2-10.
  
 
== Misc ==
 
== Misc ==
Line 96: Line 110:
 
; Item Quality
 
; Item Quality
 
: The chance of finding higher [[quality]] items.
 
: The chance of finding higher [[quality]] items.
: Each point reduce by 7 the chance to get a common item (capped at 286 quality).
+
: Each point reduces the chance to get a common item by 7 (capped at 286 quality). Item Quality rolls range from 1-15.
 
: (This stat was previously called '''Magic Find''').
 
: (This stat was previously called '''Magic Find''').
  
 
; Item Quantity
 
; Item Quantity
: The chance of finding more items (no cap, you can have more than 100%).
+
: The chance of finding more items (capped at 200%). Item Quantity rolls range from 2-27.
  
 
; Sprint Chance
 
; Sprint Chance
: The chance of moving two tiles in one tick. Only [[Feet|boots]] may generate with this stat, and you may also gain this stat by under an [[rune of Swiftness]].
+
: The chance of moving two tiles in one tick. [[Feet|boots]] may generate with this stat, and with the [[Enchanted Wreath]], and you also gain this stat by using a [[rune of Swiftness]]. Sprint Chance rolls range from 1-20.
  
 
; XP Increase
 
; XP Increase
: Increase the experience points gained by killing [[monster]]s.
+
: Increase the experience points gained by killing [[monster]]s and quests. XP Increase rolls range from 1-6.

Revision as of 03:35, 1 June 2022


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

Stats

Stats determine a character's attributes, such as damage, health, and mana. You can view your stats in the character sheet by pressing the J key. Your character's stats can be improved by wearing better equipment. Stats may also be temporarily affected by aura runes. Stats are also greatly affected by your spirits and the amount of int,str or dex that you have depending on that.

You can find in-depth info here(v0.3.3)

Basic

Level
Main Article: Character Level
The level of your character determines the maximum health and equipments you can use. The maximum level is capped at 20. You can only use equipment with a level requirement equal to or lower than your character's level (except when the item has level reduction). You can level up by gaining experience which you get when killing mobs. Note that you gain the most xp from killing mobs your own level.
Experience Points (XP)
Main Article: Experience Point
Experience points are used to level up your character. You will gain experience by killing monsters, completing quests and by gathering. The experience required to level up is: XL * 5 + XL * 10 * (XL^2.2) where XL is your current level. You also receive reduced experience if the monster killed is not the same level as you. The multiplier is: (1-D/10)^2 where D is the difference of levels, and you gain no experience if the difference is 10 or higher.
Strength
Strength is the primary stat of the Bear Spirit. It improves the damage of Axes and Swords. Every strength point increases your armor by 1. Strength rolls range from 1-10.
Intellect
Intellect is the primary stat of the Owl Spirit. It improves the damage of Staffs and Wands. Every 6 intellect points increases your maximum mana by 1. Intellect rolls range from 1-10.
Dexterity
Dexterity is the primary stat of the Lynx Spirit. It improves the damage of Daggers and Spears. Every 12 dexterity points increases your dodge chance by 1%. Dexterity rolls range from 1-10.
"to all attributes"
+ X to all attributes mean that increases Strength, Intellect, Dexterity by X. To all attributes rolls range from 1-10.
Vitality
Vitality increases your max health by 10 health per point. Vitality rolls range from 1-7.
Max Mana
Increase your character's maximum mana by 1 mana per point. Max Mana rolls range from 1-8.
HP Regeneration
The rate of health restored per tick during combat. Outside combat, HP regenerates at the rate of max(MaxHP / 112, HPRegen * 0.2) per tick, while it only regenerates by HPRegen * 0.2 per tick during combat. HP Regeneration rolls range from 1-15.
MP Regeneration
The rate of mana restored per tick. The amount of MP regenerated per tick is MPRegen / 50. Mana regenerates the same in combat as out of combat.200z. MP Regeneration rolls range from 1-5.

Offense

Global critical hit chance
This will increase your Attack critical chance and Spell critical chance by the amount of it you have.
The base Global critical hit chance is 5% for all spirits.
Global critical hit chance rolls range from 1-78 (that translates to 0.05%-3.9%).
Attack critical chance
The chance of dealing a critical hit with physical attack.
The base chance is 5% (Because of the base 5% of Global critical hit chance).
Attack critical chance rolls range from 1-78 (that translates to 0.05%-3.9%).
Spell critical chance
The chance of dealing a critical hit with a spell attack.
The base chance is 5% (Because of the base 5% of Global critical hit chance).
Spell critical chance rolls range from 1-78 (that translates to 0.05%-3.9%).
Global critical hit multiplier
This will increase your Attack critical multiplier and Spell critical multiplier by the amount of it you have.
The base Global critical hit chance is 150% for all spirits. Global critical hit multiplier rolls range from 1-28.
Attack critical multiplier
The multiplied damage when performing a critical hit with physical attack.
The base chance is 150% (Because of the base 150% of Global critical hit multiplier).
Attack critical multiplier rolls range from 1-28.
Spell critical multiplier
The multiplied damage when performing a critical hit with a spell attack.
The base chance is 150% (Because of the base 150% of Global critical hit multiplier).
Spell critical multiplier rolls range from 1-28.
Arcane increase / Fire increase / Frost increase / Holy increase / Poison increase / Physical increase / Spell Increase
Increase the elemental/type of damage by the % of the roll per point. Increase rolls range from 1-3.
Attack Speed / Cast Speed
The chance of attacking or casting spells without cooling down in succession. In-game, the value is displayed as 100% + chance, cast speed and attack speed allows you to cast abilities faster. To find a cast speed calculator go to https://islebuilds.kckckc.dev/calc/casttime. Attack Speed / Cast Speed rolls range from 1-9.

Defense

Armor
Armor reduces the damage taken. The percentage of damage mitigated is Armor / (100 * XL) where XL is the level of the damage source and the reduction is capped 50%. Therefore, against a level 10 monster you need 500 armor (500 / (100 * 10) = 50%) to achieve the maximum damage reduction.
Chance to block Attacks / Spells
The chance to negate an attack or spell completely.
  • Only on Shield slot. Chance to block Attacks / Spells rolls range from 1–10.
Chance to dodge Attacks / Spells
The chance to negate an attack or spell completely.
  • Only on Feet slot. Chance to dodge Attacks / Spells rolls range from 1–10.
Arcane Resistance / Fire Resistance / Frost Resistance / Holy Resistance / Physical Resistance / Poison Resistance / All Resistance
Resistance reduces the damage taken from a particular types of element (and All Resistance applies to all types of elements). Each point of resistance reduces the damage taken by 0.5% and is capped at 50%. Therefore, you need 100 points of resistance to achieve the maximum possible damage mitigation. Resistance rolls range from 1-10.

The damage reduction offered by armor and resistances stack with each other. If both mitigation sources are capped at 50%, you will only receive 25% of the full damage.

Life on hit
Your auto attack gives you a certain amount of hp per hit. Found on the implicit of sickles, offhand and trinket slot items. Life on hit rolls range from 2-10.

Misc

Item Quality
The chance of finding higher quality items.
Each point reduces the chance to get a common item by 7 (capped at 286 quality). Item Quality rolls range from 1-15.
(This stat was previously called Magic Find).
Item Quantity
The chance of finding more items (capped at 200%). Item Quantity rolls range from 2-27.
Sprint Chance
The chance of moving two tiles in one tick. boots may generate with this stat, and with the Enchanted Wreath, and you also gain this stat by using a rune of Swiftness. Sprint Chance rolls range from 1-20.
XP Increase
Increase the experience points gained by killing monsters and quests. XP Increase rolls range from 1-6.