Cum quantity
Jump to navigation
Jump to search
Cum Quantity (cumQ) is the volume in milliliters (mL) of cum produced by any character or creature with male genitalia. It is used in some cases to determine pregnancy chance and can alter the text in many events. Cum Quantity also affects the hidden Virility stat.
Calculating Cum Quantity
The calculation is a bit tricky and many elements occur in exactly the order shown.
Lust Coefficient
Current Lust determines how much of your stored cum is released during orgasm through the Lust Coefficient, which is calculated first:
- lustCoefficient = (lust + 50) / 10
- At 100% lust, lustCoefficient calculates out to 15.
- The perk (PilgrimsBounty) permanently sets lustCoefficient at 15, having the effect of causing the character to always cum as though lust were at 100%.
Balls
Unsurprisingly, the size and quantity of a character's balls have an effect on the amount of cum produced:
- cumQ = (ballSize * ballQuantity * cumMultiplier * 2 * lustCoefficient * (hoursSinceCum + 10) / 24) / 10
- If the character has no (visible) balls, it is assumed:
- ballSize = 1.25
- ballQuantity = 2
- If the character has no (visible) balls, it is assumed:
Perks
The following perks affect Cum Quantity in the following order:
- BroBody: x1.3
- FertilityPlus: x1.5
- MessyOrgasms: x1.5
- OneTrackMind: x1.1
- MaraesGiftStud: +350 mL
- FerasBoonAlpha: +200 mL
- MagicalVirility: +200 mL
- FerasBoonSeeder: +1000 mL
- Elven Bounty: +250 mL (for each time Male version of Elven Bounty is earned)
- BroBody: +200 mL
- Yes, Bro Body gives two different bonuses.
Others
- Rut: +(Value 1) mL
- Fertite Piercings: Multiply by ((1 + 2 * (# of piercings)) / 100)
- If by some miracle (or curse) after all this cumQ still calculates out to be less than 2 mL, cumQ has a hard minimum of 2 mL.
Note: look at Event Writer's Guide for more info about used variables.