Grindfest: Difference between revisions
From EHWiki
Jump to navigationJump to search
Maximum Joe (talk | contribs) |
Maximum Joe (talk | contribs) |
||
| Line 12: | Line 12: | ||
The formula for crystals dropped is as follows: | The formula for crystals dropped is as follows: | ||
<pre<includeonly></includeonly> style="overflow: auto;{{{style|}}}">'''Crystal Drop''' = | <pre<includeonly></includeonly> style="overflow: auto;{{{style|}}}">'''Crystal Drop''' = floor(crystarium * (diffmod + min(gfbonus, (gfbonus / 500) * round)))</pre> | ||
*''crystarium'' is 2, 3, 5, 7, 10 for each rank of the [[Hath Perk]], respectively. Otherwise it is 1. | |||
*''diffmod'' is 1-3 depending on [[difficulty]]. | |||
*''gfbonus'' is 0-2 depending on [[difficulty]], but only applicable for Grindfests. | |||
<!--===Drop Tables=== | <!--===Drop Tables=== | ||
These indicate the round numbers wherein certain multipliers are reached. | These indicate the round numbers wherein certain multipliers are reached. | ||
Revision as of 15:56, 26 July 2015
Grindfest is one of the battle modes in the HentaiVerse mini-game.
Details
- Grindfest has a total of 1,000 rounds.
- There is a clear bonus of 5,000 credits upon finishing all 1,000 rounds.
- Monsters drop 1/4 of the credit amounts relatively to the Arena.
- For every monster kill, there is both the usual chance of a normal drop as well as an equal chance of a crystal drop (see below)
- Monster damage starts at 50%? base and increases by .4%? per round.
Crystal Drops
The number of crystals dropped increases with the number of rounds played. This caps at round 501 at 3x the normal amount.
The formula for crystals dropped is as follows:
Crystal Drop = floor(crystarium * (diffmod + min(gfbonus, (gfbonus / 500) * round)))
- crystarium is 2, 3, 5, 7, 10 for each rank of the Hath Perk, respectively. Otherwise it is 1.
- diffmod is 1-3 depending on difficulty.
- gfbonus is 0-2 depending on difficulty, but only applicable for Grindfests.