Grindfest: Difference between revisions
From EHWiki
Jump to navigationJump to search
Maximum Joe (talk | contribs) |
Namae56709 (talk | contribs) Grammar and removed some old commented-out tables |
||
| (28 intermediate revisions by 7 users not shown) | |||
| Line 1: | Line 1: | ||
[ | [https://hentaiverse.org/?s=Battle&ss=gf Grindfest] (also known as GF) is one of the [[battle modes]] in the [[HentaiVerse]] mini-game. | ||
Grindfest is | Grindfest is a multi-round battle of gradually increasing difficulty that places players against common foes in order to get a lot of [[crystals]] with [[credits]] penalty. | ||
==Details== | |||
* | *Rounds: 1,000. | ||
* | *Monsters: Random amount per round, but tends to rise as the round counter increases. A small chance per round for a [[System Monsters#Bosses|boss monster]] to be added to the enemies. | ||
*[[Difficulty]]: Monster damage starts at 50%(?) base and increases by 0.4%(?) per round. | |||
*[[Credits]] Bonus (Penalty): 1/4. | |||
*[[EXP]] Bonus: 1x. | |||
*[[Stamina]]: Costs 1 stamina upfront to enter, as well as the usual amount per round cleared. | |||
==Rewards== | |||
*There is a clear bonus of 5,000 [[credits]] upon finishing all 1,000 rounds. | |||
*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). | |||
==Crystal Drops== | ==Crystal Drops== | ||
The number of crystals dropped increases with the | [[File:Grindfest-Crystals.png|200px|thumb|right|Player wins a round and gets two drops from a single enemy: regular drop and a few crystals.]] | ||
Grindfest is well known as a battle mode design to give players a lot of [[crystals]], which they may use to upgrade their [[Monster Lab|monsters]]. | |||
The base number of crystals dropped increases with current [[difficulty]] and the progress through the challenge. This caps at round 500. | |||
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> | ||
*'' | *''floor'' is a special function, which rounds a number down to the nearest integer. | ||
*'' | *''min'' is a special function, which chooses the minimal one between numbers. | ||
*''crystarium'' is x2, x3, x5, x7, x10 for each rank of the [[Hath Perk]], respectively. Otherwise it is x1. | |||
*''diffmod'' is x1 - x3 depending on difficulty (see table below). | |||
*''gfbonus'' is x0.5 - x2 depending on difficulty (see table below). | |||
*''round'' is your current round in Grindfest. | |||
{|class="wikitable | {| class="wikitable" | ||
! Difficulty | |||
! | ! Diffmod | ||
! Gfbonus | |||
! | |||
|- | |- | ||
| | | Normal | ||
| x1 | |||
| x0.5 | |||
|- | |- | ||
| | | Hard | ||
| x1.2 | |||
| x1 | |||
|- | |- | ||
| | | Nightmare | ||
| x1.4 | |||
| x1 | |||
|- | |- | ||
| | | Hell | ||
| x1.7 | |||
| x1.5 | |||
|- | |- | ||
| | | Nintendo | ||
| x2 | |||
| x1.5 | |||
|- | |- | ||
| | | IWBTH | ||
| x2.5 | |||
| x2 | |||
|- | |- | ||
| | | PFUDOR | ||
| x3 | |||
| x2 | |||
|} | |} | ||
==See also== | ==See also== | ||
*[[ | *[[Battles]] - Information about how battles operate. | ||
*[[Riddlemaster]] - May happen before any round. | |||
{{HVnav}} | {{HVnav}} | ||
[[Category:Missing Data]] | |||
Latest revision as of 17:31, 13 September 2026
Grindfest (also known as GF) is one of the battle modes in the HentaiVerse mini-game.
Grindfest is a multi-round battle of gradually increasing difficulty that places players against common foes in order to get a lot of crystals with credits penalty.
Details
- Rounds: 1,000.
- Monsters: Random amount per round, but tends to rise as the round counter increases. A small chance per round for a boss monster to be added to the enemies.
- Difficulty: Monster damage starts at 50%(?) base and increases by 0.4%(?) per round.
- Credits Bonus (Penalty): 1/4.
- EXP Bonus: 1x.
- Stamina: Costs 1 stamina upfront to enter, as well as the usual amount per round cleared.
Rewards
- There is a clear bonus of 5,000 credits upon finishing all 1,000 rounds.
- 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).
Crystal Drops

Grindfest is well known as a battle mode design to give players a lot of crystals, which they may use to upgrade their monsters.
The base number of crystals dropped increases with current difficulty and the progress through the challenge. This caps at round 500.
The formula for crystals dropped is as follows:
Crystal Drop = floor((crystarium) * (diffmod + min(gfbonus, (gfbonus / 500) * round)))
- floor is a special function, which rounds a number down to the nearest integer.
- min is a special function, which chooses the minimal one between numbers.
- crystarium is x2, x3, x5, x7, x10 for each rank of the Hath Perk, respectively. Otherwise it is x1.
- diffmod is x1 - x3 depending on difficulty (see table below).
- gfbonus is x0.5 - x2 depending on difficulty (see table below).
- round is your current round in Grindfest.
| Difficulty | Diffmod | Gfbonus |
|---|---|---|
| Normal | x1 | x0.5 |
| Hard | x1.2 | x1 |
| Nightmare | x1.4 | x1 |
| Hell | x1.7 | x1.5 |
| Nintendo | x2 | x1.5 |
| IWBTH | x2.5 | x2 |
| PFUDOR | x3 | x2 |
See also
- Battles - Information about how battles operate.
- Riddlemaster - May happen before any round.