because there are passives that cause that, I was looking for a solution, I haven't tested it yet (at work right now pretending to be coding), but this should work
In the RemtairyKarrynPassives.js find these lines
Code:
case PARAM_MAXENERGY_ID:
if(this.hasPassive(PASSIVE_ORGASM_COUNT_ONE_ID) && this._tempRecordOrgasmCount > 0)
paramBonus -= this._tempRecordOrgasmCount;
if(this.hasPassive(PASSIVE_ORGASM_COUNT_FIVE_ID) && this._todayOrgasmCount > 0)
paramBonus -= this._todayOrgasmCount;
break;
And replace the "-=" with "+=" to GAIN more energy for every orgasm, this should make a sex-only build viable