Experience Points: Difference between revisions
From EHWiki
Jump to navigationJump to search
Namae56709 (talk | contribs) IW no longer has an exp bonus |
Namae56709 (talk | contribs) Something about the rounding is occasionally slightly off. Maybe exp isn't stored as an integer internally? |
||
| Line 13: | Line 13: | ||
== Player Multipliers == | == Player Multipliers == | ||
Player multipliers are multiplicative with only some sources grouped together: | Player multipliers are multiplicative with only some sources grouped together: | ||
'''player_multipliers''' = | '''player_multipliers''' = stamina_bonus * difficulty_bonus * arena_bonus * (1 + hath_perk_bonus + training_bonus) * (1 + star_bonus) * (1 + award_bonus) * (1 + toplist_bonus) * (1 + posting_bonus) | ||
== Monster Exp Formula == | == Monster Exp Formula == | ||
The monster exp formula is as follows: | The monster exp formula is as follows: | ||
'''exp''' = | '''exp''' = ( 3 + clamp(monster_lvl, 1, 300)^1.193 / 6 ) * ( 1 + monster_plvl / 500 ) * player_multipliers | ||
After adding together the experience from all the monsters in the round, the total is rounded up to the nearest integer(?). | |||
==Ways to Affect EXP Gains== | ==Ways to Affect EXP Gains== | ||
| Line 59: | Line 60: | ||
Players who wish to avoid or reduce EXP gains may do the following: | Players who wish to avoid or reduce EXP gains may do the following: | ||
*[[Dying|Die]] or [[Skills#Universal_Skills|flee]] from battles. Players will still gain the experience of already completed rounds. | *[[Dying|Die]] or [[Skills#Universal_Skills|flee]] from battles. Players will still gain the experience of already completed rounds. | ||
* | *Refrain from posting on the [[Forum]] for 30 days. | ||
*Avoid triggering the [[Dawn of a New Day]] event. | |||
==See also== | ==See also== | ||
Latest revision as of 12:24, 19 September 2026
Experience points (EXP) are what increases the player's Henjutsu Level. In the HentaiVerse, EXP can be used to increase a player's Primary Attributes.
Receiving 0 EXP gains means your Stamina is less than 1; wait for it to recover before attempting a new battle.
Sources
- Through victories against monster battles.
- The amount is dependent on several factors listed below.
- Players must complete the battle round to receive the reward.
- During the Dawn of a New Day event.
Player Multipliers
Player multipliers are multiplicative with only some sources grouped together:
player_multipliers = stamina_bonus * difficulty_bonus * arena_bonus * (1 + hath_perk_bonus + training_bonus) * (1 + star_bonus) * (1 + award_bonus) * (1 + toplist_bonus) * (1 + posting_bonus)
Monster Exp Formula
The monster exp formula is as follows:
exp = ( 3 + clamp(monster_lvl, 1, 300)^1.193 / 6 ) * ( 1 + monster_plvl / 500 ) * player_multipliers
After adding together the experience from all the monsters in the round, the total is rounded up to the nearest integer(?).
Ways to Affect EXP Gains
| Method | Amount | Maximum | Duration/Notes |
|---|---|---|---|
| Difficulty setting | 1x, 2x, 4x, 6x, 10x, 15x, 20x | 20x | Adjustable out of battle |
| Stamina status | 0x, 1x, 2x | 2x | Based on Stamina |
| Adept Learner training | +1% per rank, up to +300% | 5x | Permanent |
| Hath Perks | +25%, +50%, +75%, +100% | ||
| Posting once in the forums | +100% | 2x | 30 Days |
| Placing within top 25 in the toplist | +1% per ranking above 26th (additional +5% for every rank, up to +50%). Multiple placements grants a cumulative bonus. | 1.5x (for a single placement) | Until next Dawn. |
| Stars | +25%, +50%, +100%, +150%, +200%, +250%, +300%, +350%, +400%, +450%, +500%, +600%, +700% | 8x | Permanent |
| Awards | Varies per rank, category, and year | Varies | |
| Clear Tower Floors | +20% per Floor cleared | Limited by season duration | Current Isekai season only |
| Battle Modes | |||
| Higher level Arenas (Longest Journey and above) | 1.1x, 1.2x, 1.3x, 1.5x, 1.6x, 1.8x, 1.9x, 2x, 2.2x, 2.5x, 3x, 4x, 5x | 5x | Selectable out of battle, limit 1 of each per day |
| Random Encounters | 5x | 5x | N/A |
Avoiding EXP
Players who wish to avoid or reduce EXP gains may do the following:
- Die or flee from battles. Players will still gain the experience of already completed rounds.
- Refrain from posting on the Forum for 30 days.
- Avoid triggering the Dawn of a New Day event.