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 |
||
| (One intermediate revision by one other user 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 a multi-round battle that places players against common foes in order to get a lot [[crystals]] with [[credits]] penalty. | 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== | ==Details== | ||
*Rounds: 1,000. | *Rounds: 1,000. | ||
*Monsters: Random amount per round, but tends to rise as the round counter increases. | *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. | *[[Difficulty]]: Monster damage starts at 50%(?) base and increases by 0.4%(?) per round. | ||
*[[Credits]] Bonus (Penalty): 1/4. | *[[Credits]] Bonus (Penalty): 1/4. | ||
*[[EXP]] Bonus: 1x. | *[[EXP]] Bonus: 1x. | ||
*[[Stamina]]: Costs 1 stamina upfront to enter. | *[[Stamina]]: Costs 1 stamina upfront to enter, as well as the usual amount per round cleared. | ||
==Rewards== | ==Rewards== | ||
| Line 16: | Line 16: | ||
==Crystal Drops== | ==Crystal Drops== | ||
[[File:Grindfest-Crystals.png|200px|thumb|right|Player wins round and | [[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 [[crystals]], which they may use to upgrade their [[Monster Lab|monsters]]. | 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 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''' = floor((crystarium) * (diffmod + min(gfbonus, (gfbonus / 500) * round)))</pre> | <pre<includeonly></includeonly> style="overflow: auto;{{{style|}}}">'''Crystal Drop''' = floor((crystarium) * (diffmod + min(gfbonus, (gfbonus / 500) * round)))</pre> | ||
*''floor'' is special function, which rounds number down | *''floor'' is a special function, which rounds a number down to the nearest integer. | ||
*''min'' is special function, which | *''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. | *''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). | *''diffmod'' is x1 - x3 depending on difficulty (see table below). | ||
| Line 64: | Line 64: | ||
|} | |} | ||
==See also== | ==See also== | ||
*[[Battles]] - Information about how battles operate. | *[[Battles]] - Information about how battles operate. | ||
*[[Riddlemaster]] - May | *[[Riddlemaster]] - May happen before any round. | ||
{{HVnav}} | {{HVnav}} | ||
[[Category:Missing Data]] | [[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.