Character Stats: Difference between revisions

From EHWiki
Jump to navigationJump to search
Maximum Joe (talk | contribs)
Line 1: Line 1:
==Primary Attributes==
==Primary Attributes==
Primary Attributes are the base stats for the calculation of all derived stats. Players can increase their Primary Attributes by three means and are displayed in 3 colors on the UI:
*[[Experience Points]] (<span style="color:brown">brown</span>).
*[[Shrine#Artifact_Rewards|Shrining artifacts]] (<span style="color:red">red</span>). This has a chance to grant a permanent bonus. The maximum bonus to each attribute is increased by 1 every 10 levels gained, up to a maximum of +50 at level 500.
*[[Equipment]] (<span style="color:blue">blue</span>). Any pieces that have [[Equipment#Primary_Attribute_Bonus|Primary Attribute Bonuses]].


Primary Attributes are the base stats that allow the calculation of all derived stats. You can increase your Primary Attributes by three means:
The sum of all 3 sources is listed under ''Effective Primary Stats'' which is visible down the right side of the character stats screen. These stats are those that are taken in consideration in all formulas.
*Spending [[Experience Points]] (brown value).
*[[Shrine#Artifact_Rewards|Shrining artifacts]] to obtain a permanent bonus (<span style="color:red">red value</span>). The maximum bonus to each attribute is increased by 1 every 10 levels gained, up to a maximum of +50 at level 500.
*Use equipments that grant a [[Equipment#Primary_Attribute_Bonus|Primary Attribute Bonus]] (<span style="color:blue">blue value</span>)


The addition of all these 3 sources gives the Effective Primary Stats, visible by scrolling down the right side of your character stats screen.
There are six Primary Attributes:
The Effective Primary stats are those that are taken in consideration in all formulas. It is therefore important consider all three sources of Primary Attributes to upgrade or optimize your derived stats.
 
There are six Primary Attributes which increase the various derived stats, as follows:
{|cellpadding="5" width="100%" class="wikitable"
{|cellpadding="5" width="100%" class="wikitable"
|-
|-
Line 47: Line 45:
* (''DW/Niten only'') 100 points = +1% [[Fighting_Styles#Dual_Wielding|Offhand Strike]] Chance
* (''DW/Niten only'') 100 points = +1% [[Fighting_Styles#Dual_Wielding|Offhand Strike]] Chance


| rowspan="2" | '''Wisdom (WIS)'''  
| '''Wisdom (WIS)'''  
* 1 point = +1 Magic Points
* 1 point = +1 Magic Points
* 1 point = +0.04 Magic Regen per minute
* 1 point = +0.04 Magic Regen per minute
Line 56: Line 54:
* (''Staff only'') 100 points = +1% [[Fighting_Styles#Staff|Coalesced Mana]] Chance
* (''Staff only'') 100 points = +1% [[Fighting_Styles#Staff|Coalesced Mana]] Chance
|-
|-
| style="border-right: 1px solid gray" | '''Every point invested in ''any'' attribute''':
| colspan="2" style="border-right: 1px solid gray" align="center" | '''Every point invested in ''any'' attribute''':
* +0.2 Spirit Points
* +0.2 Spirit Points
* +1/600 Spirit Regen
* +1/600 Spirit Regen
|}
|}


Notes:
===Limits===
*Proc chances from fighting styles are capped; cap values can be found [[Fighting_Styles|here]].
*Proc chances from [[fighting styles]] are capped at various values.
*Mitigation gains from Primary Attributes are capped at 80%.
*Mitigation from Primary Attributes are capped at 80%.
*The attack speed increases from AGI is capped at 10%, which occurs at 2x [[level]].
*Attack Speed from AGI is capped at 10%, which occurs at 2x [[level]].
*Any percentage effects on Crit Rate, Avoidance, and Mitigation stats (including Block) are added ''multiplicatively''. It becomes increasingly harder (technically impossible) to reach 100% in any of these derived stats through Primary Attributes alone, but it can be done with the use of certain [[items]].
*Any percentage effects on Crit Rate, Avoidance, and Mitigation stats (including Block) are added multiplicatively. It becomes increasingly harder (technically impossible) to reach 100% in any of these derived stats through Primary Attributes alone. The Protection [[spell]], for example, grants an additional 25% damage mitigation, but this is applied after all other forms of damage mitigation.
**For example, the Protection spell grants an additional 25% damage mitigation, but this is applied only AFTER all other forms of damage mitigation. The order is physical/magical damage mitigation -> crushing/slashing/piercing or elemental mitigation -> protection. If you would have taken 1,000 damage after physical and crushing damage mitigation for example, you would now take 750 after factoring in the bonus from Protection.


===Upgrading with experience points===
===Experience Points===
Clicking on the "+" near a Primary Attribute allows you to allocate your experience points to the said attribute. You can hold the SHIFT key while clicking to add/remove by 10 points instead of 1, and the CTRL key to do it by 100 points.
Clicking on the "+/-" near a Primary Attribute allows players to allocate their experience points to/from said attribute. Holding {{Keypress|Shift}} while clicking moves by 10 points instead of 1 and {{Keypress|Ctrl}} by 100 points. Players can only remove a maximum of 10 points from their primary attributes on a daily basis. This limit recovers at a rate of 1 point every 2.4 hours.
You can also remove points by clicking on the "-". You can only remove a maximum of 10 points for all primary attributes on a daily basis. This limit recovers at a rate of 1 pointevery 8640 seconds.


The [[EXP]] needed to raise an attribute increases as it goes up. The amount of EXP needed to [[level up]] begins to exceed the amount of EXP needed to raise all primary attributes by one point as the player rises in level. The total exp cost required to raise an attribute from zero to the next level is as follows:
The [[EXP]] needed to raise an attribute increases as it goes up. The amount of EXP needed to [[level up]] begins to exceed the amount of EXP needed to raise all primary attributes by one point as the player rises in level. The total EXP cost required to raise an attribute from zero to the next level is:
<pre style="overflow: auto;{{{style|}}}">(current_stat + 1)^(2.5475566751265^(1+(current_stat/950)))</pre>
<pre style="overflow: auto;{{{style|}}}">(current_stat + 1)^(2.5475566751265^(1+(current_stat/950)))</pre>


Thus, the exp cost to raise an additional point is as follows:
The EXP cost to raise an additional point is:
<pre style="overflow: auto;{{{style|}}}">(current_stat + 2)^(2.5475566751265^(1+((current_stat + 1)/950))) - (current_stat + 1)^(2.5475566751265^(1+(current_stat/950)))</pre>
<pre style="overflow: auto;{{{style|}}}">(current_stat + 2)^(2.5475566751265^(1+((current_stat + 1)/950))) - (current_stat + 1)^(2.5475566751265^(1+(current_stat/950)))</pre>



Revision as of 19:17, 1 November 2019

Primary Attributes

Primary Attributes are the base stats for the calculation of all derived stats. Players can increase their Primary Attributes by three means and are displayed in 3 colors on the UI:

The sum of all 3 sources is listed under Effective Primary Stats which is visible down the right side of the character stats screen. These stats are those that are taken in consideration in all formulas.

There are six Primary Attributes:

Strength (STR) Endurance (END)
Dexterity (DEX) Intelligence (INT)
Agility (AGI) Wisdom (WIS)
Every point invested in any attribute:
  • +0.2 Spirit Points
  • +1/600 Spirit Regen

Limits

  • Proc chances from fighting styles are capped at various values.
  • Mitigation from Primary Attributes are capped at 80%.
  • Attack Speed from AGI is capped at 10%, which occurs at 2x level.
  • Any percentage effects on Crit Rate, Avoidance, and Mitigation stats (including Block) are added multiplicatively. It becomes increasingly harder (technically impossible) to reach 100% in any of these derived stats through Primary Attributes alone. The Protection spell, for example, grants an additional 25% damage mitigation, but this is applied after all other forms of damage mitigation.

Experience Points

Clicking on the "+/-" near a Primary Attribute allows players to allocate their experience points to/from said attribute. Holding Shift while clicking moves by 10 points instead of 1 and Ctrl by 100 points. Players can only remove a maximum of 10 points from their primary attributes on a daily basis. This limit recovers at a rate of 1 point every 2.4 hours.

The EXP needed to raise an attribute increases as it goes up. The amount of EXP needed to level up begins to exceed the amount of EXP needed to raise all primary attributes by one point as the player rises in level. The total EXP cost required to raise an attribute from zero to the next level is:

(current_stat + 1)^(2.5475566751265^(1+(current_stat/950)))

The EXP cost to raise an additional point is:

(current_stat + 2)^(2.5475566751265^(1+((current_stat + 1)/950))) - (current_stat + 1)^(2.5475566751265^(1+(current_stat/950)))

Derived Attributes

Derived attributes are stats calculated from the player's effective primary attributes. These stats are displayed on the player's Character page of the HentaiVerse. These formulae may be partially inaccurate.

For base damage, accuracy, crit damage, and cast speed, the bonus granted is the sum of the values on the player's current equipment, abilities and base value from the Primary Attributes. For everything else, the effect of equipment bonus, ability and base value from the Primary Attributes are all applied as "layers". Further explanation is given for every stat.

Base Damage

The base damage granted by Primary Attributes, equipment's Attack Damage Bonus (ADB) and abilities are all added together.

Attack base damage = (log(3330 + STR * 2 + DEX , 1.0003) - 27039.81) + (weapon_prof * TYPE) + (main_hand_Attack_Damage_Bonus) + (off_hand_Attack_Damage_Bonus * OFFHAND_FACTOR ) + (helmet_Attack_Damage_Bonus) + ... + (feet_Attack_Damage_Bonus) 
Magic base damage = (log(3330 + INT * 2 + WIS , 1.0003) - 27039.81) + (staff_prof * 0.5) + (main_hand_Magic_Damage_Bonus) +  (helmet_Magic_Damage_Bonus) + ... + (feet_Magic_Damage_Bonus)

Accuracy

The accuracy (called hit chance in the character stats) granted by Primary Attributes, equipment and abilities are all added together. It is possible to exceed 100% accuracy; additional accuracy grants anti-evade against monsters. Each 1% accuracy past 100% gives a 1% reduction in the target's evasion chance; 200% or higher completely ignores evasion. It is therefore useless to go beyond 200% accuracy.

Physical Hit chance = 80% + DEX * 0.04% + proficiency_bonus + (main_hand_Attack_Accuracy) + (helmet_Attack_Accuracy) + ... + (feet_Attack_Accuracy)

Magical Hit chance = 80% + WIS * 0.04% + proficiency_bonus + (main_hand_Magic_Accuracy) + (off_hand_Magic_Accuracy) + (helmet_Magic_Accuracy) + ... + (feet_Magic_Accuracy) 
  • The attack accuracy of the offhand in a Dual Wielding or Niten setup doesn't contribute to the overall accuracy, but is used to raise the offhand strike chance instead.
  • There is currently no shield that grants an Attack Accuracy bonus.
  • Offhand Magic Accuracy can be achieved with a Buckler of the Battlecaster for the One-handed playstyle, or any Battlecaster weapon for Dual Wielding/Niten
  • Contrarily to the Attack Accuracy, the Magic Accuracy of the offhand weapon is counted in the Magical hit chance

Critical hit Chance

The critical hit chance bonuses granted by Primary Attributes, equipment's Attack Crit Chance and abilities are all applied as "layers": each layer rolls its chance to turn the hit into a critical hit if the previous layer fails to do so. In practice, it means that the Attack Crit Chance displayed in an equipment's popup raises the critical chance of the entire build by that amount.

Phys. Crit Chance = 1 - (4000 / (4000 + DEX + STR / 2) - 0.05) * (1 - proficiency_bonus) * (1 - main_hand_Attack_Crit_Chance) * (1 - off_hand_Attack_Crit_Chance) * (1 - helmet_Attack_Crit_Chance) * ... * (1 - feet_Attack_Crit_Chance) * Max(1 - (Max(Burden - 70, 0) * 0.02)^1.5, 0)
 
Magic Crit Chance = 1 - (4000 / (4000 + WIS + INT / 2) - 0.05) * (1 - proficiency_bonus) * (1 - main_hand_Magic_Crit_Chance) * (1 - helmet_Magic_Crit_Chance) * ... * (1 - feet_Magic_Crit_Chance) * Max(1 - (Interference * 0.02)^1.5, 0)
  • The base physical/magical crit chance is 5%.
  • A burden beyond 70 will decrease your crit chance by 2% per point of burden 70, effectively negating your crit chance at 120 burden
  • Every point of interference reduces your magic crit chance by 2%, effectively negating your crit chance at 50 interference

Attack Speed

All bonuses are applied as "layers". The following formula expresses your overall speed compared to a normal speed with no bonus. It does not give you the value of "attack speed bonus" shown in you character stats.

Attack Speed = (1 - (1 - Min(0.1, Max((AGI - level) / level, 0) * 0.1))) * (1 - proficiency_bonus) * (1 - main_hand_Attack_Speed) * (1 - off_hand_Attack_Speed) * (1 - helmet_Attack_Speed) * ... * (1 - feet_Attack_Speed) * (1 -  Min((Max((Burden - 40), 0) * 0.02)^1.5, 1))

Cast Speed

Unlike Attack Speed, Cast Speed is additive.

Cast Speed = (1 + equipment_bonus + proficiency_bonus)

Evade

The evade bonuses granted by Primary Attributes and equipment's Evade Chance are all applied as "layers": each layer rolls its chance to evade an attack if the previous layer fails to do so. However, the burden's malus is applied to the overall chance to evade, while shadow_veil applies a base evade in battle that cannot be negated by Burden.

Evade = 1 - (1 - shadow_veil) * (1- (1 - Min((Burden * 4/3%)^1.5 , 1)) * (1 - (1 - equipment_bonus) * (1 - title_bonus) * (1 - AGI * 0.04%)))

Parry

Parry = 1 - (1 - equipment_bonus) * (1 - DEX * 0.04%) * (1 - proficiency_bonus)

As a consequence, in case of a whole build one of the following formulas can be used, depending on the current set:

1H:    Parry = 1 - (1 - mainhand_parry) * (1 - total_DEX * 0.0004)
DW:    Parry = 1 - (1 - mainhand_parry) * (1 - offhand_parry * 1.5) * (1 - total_DEX * 0.0004)
2H:    Parry = 1 - (1 - total_DEX * 0.0004) * (1 - 2H_prof * 0.00025)                           [if 2H Parry ability is slotted]
Niten: Parry = 1 - (1 - offhand_parry) * (1 - total_DEX * 0.0004) * (1 - 2H_prof * 0.00025)     [if 2H Parry ability is slotted]
Mage:  Parry = total_DEX * 0.0004

  with total_DEX being the DEX of the whole build

Resist

Resist = 1 - (1 - equipment_bonus) * (1 - WIS * 0.04%)

Block

Block = 1 - (1 - equipment_bonus) * (1 - proficiency_bonus)

Mitigation

Physical Mitigation = 1 - (1 - equipment_bonus) * (900/(900 + END + (AGI/2)))
Magical Mitigation = 1 - (1 - equipment_bonus) * (900/(900 + END + (WIS/2)))

Points

Health Points = (500 + (Level * 10) + (END * 6)) * HP Tank * vigorous_vitality
Magic Points = (10 + Level + WIS) * MP Tank * effluent_ether
Spirit Points = (1 + (STR + DEX + AGI + END + INT + WIS) / 5) * SP Tank * suffusive_spirit
Mana Cost = 100% * (1 + Interference * 0.5%) * (1 - mana_conservation)
  • Any potions/gems/spells modifying player's HP/MP/SP refers to player's base HP/MP/SP (i.e. before ability bonuses are applied).
  • The Hath Perk bonus is 1.10 if the appropriate perk is possessed. Otherwise it is 1.

Battle Regen

During battle, mana and spirit regen stats count each turn as 2 seconds of game time per turn (regardless of how long the turn actually lasts).

MP gained per turn = Magic Regen * perk_bonus / 15
SP gained per turn = Spirit Regen * perk_bonus / 30
  • These do not occur during any turns in which Skills, Spirit Stance, or any Items are used.
  • The perk_bonus is 1.50 if Resplendent Regeneration (or Gold star) is obtained, 2 if both are possessed, and otherwise is 1.

Other Stats

Elemental Resistance

Elemental Resistance is a stat that is provided by various Equipment, Potencies, Infusions, and Abilities.

  • Each 1% of resistance increases the player's mitigation against attacks of that element by 1%.
  • These resistances are before any effects of equipment.
  • This is multiplicative.

Compromise Stats

Mana Conservation

  • Reduces the cost of all spells. Found on certain weapons and cloth armor with the prefix "Frugal" as well as via the Economizer potency.
  • This is multiplicative.

See also

HentaiVerse Navigation
Character Menu StatsTrainingSettingsPersonaIsekai
Abilities SkillsSpells (Spell Damage‎)Spirit Stance
Levels Experience PointsLeveling UpRanksLevel and Rank Table
Info. Action SpeedOverchargeProficienciesStamina
Services Bazaar Equipment ShopItem ShopMonster Lab (Monster Stats)ShrineMoogleMailThe LotteryThe Market
The Forge RepairUpgradeEnchantSalvageReforgeSoulFuse
Items Drops Loot Drop RollsObsolete Items
Equipment Equipment BasicsDetailed Equip CharacteristicsWeapon ProcsStatsBurdenInterferenceEquipment RangesLevel Scaling
Battles Modes ArenaGrindfestItem WorldRandom EncounterRing of BloodThe Tower
Info. BestiaryDamage TypesDamage (Physical Damage)Enemy ProcsRiddleMaster
Isekai The Tower RankingRewards
Info. SeasonsRewardsRules
Misc. Currency CreditsGallery PointsHathHath Perks
Strategy Play StylesAdviceAdvanced Advice
System Dawn of a New DayBugsTechnical IssuesFAQHotkeysScripts & Tools