Talk:The Forge: Difference between revisions

From EHWiki
Jump to navigationJump to search
Maximum Joe (talk | contribs)
Created page with "From unforged to forged: '''BaseRoll''' = rounddown(UnforgedBase / Fluctuation) '''QualityBonus''' = UnforgedBase / Fluctuation - BaseRoll '''ForgedBase''' = Fluctuation * ..."
 
No edit summary
 
Line 8: Line 8:
  '''QualityBonus''' = ForgedBase / Fluctuation - BaseRoll * ForgeFactor
  '''QualityBonus''' = ForgedBase / Fluctuation - BaseRoll * ForgeFactor
  '''UnforgedBase''' = Fluctuation * (BaseRoll + QualityBonus)
  '''UnforgedBase''' = Fluctuation * (BaseRoll + QualityBonus)
Repair costs
Magnificent, in isekai (August 2025, HV 0.90)
Quality factor new minimum of 1.9 
source https://forums.e-hentai.org/index.php?s=&showtopic=211064&view=findpost&p=6728759

Latest revision as of 08:23, 17 August 2025

From unforged to forged:

BaseRoll = rounddown(UnforgedBase / Fluctuation)
QualityBonus = UnforgedBase / Fluctuation - BaseRoll
ForgedBase = Fluctuation * (ForgeFactor * BaseRoll + QualityBonus)

From forged to unforged:

BaseRoll = rounddown(ForgedBase / Fluctuation / ForgeFactor)
QualityBonus = ForgedBase / Fluctuation - BaseRoll * ForgeFactor
UnforgedBase = Fluctuation * (BaseRoll + QualityBonus)

Repair costs Magnificent, in isekai (August 2025, HV 0.90) Quality factor new minimum of 1.9 source https://forums.e-hentai.org/index.php?s=&showtopic=211064&view=findpost&p=6728759