Grindfest: Difference between revisions
From EHWiki
Jump to navigationJump to search
Maximum Joe (talk | contribs) |
|||
| Line 16: | Line 16: | ||
*''difficulty_mod'' is equal to the monster damage modifier of that [[difficulty]]. | *''difficulty_mod'' is equal to the monster damage modifier of that [[difficulty]]. | ||
===Drop Tables=== | <!--===Drop Tables=== | ||
These indicate the round numbers wherein certain multipliers are reached. | These indicate the round numbers wherein certain multipliers are reached. | ||
{|class="wikitable collapsible collapsed" style="text-align: center" | {|class="wikitable collapsible collapsed" style="text-align: center" | ||
| Line 243: | Line 243: | ||
| 44|| || || || || || || ||485 | | 44|| || || || || || || ||485 | ||
|} | |} | ||
--> | |||
==See also== | ==See also== | ||
Revision as of 15:42, 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 = rounddown(((0.004 * (round_number - 1)) + 1) * difficulty_mod * crys_perk_mod)
- crys_perk_mod is 2, 3, 5 for each rank of the Hath Perk, respectively. Otherwise it is 1.
- difficulty_mod is equal to the monster damage modifier of that difficulty.