{"id":"vxvzfq","deleted":false,"future_paste":false,"expired":false,"language":"text","created_at":"2025-06-08 17:08:00","expires_at":null,"content":"\/\/New parser stuff for Minerva\r\n\r\n\/\/(minervaPurity) => () -> [KFLAGS.MINERVA_PURIFICATION_PROGRESS]. It works like in the original version, but the values are different. It starts at 0, changes to 1 when she tells you about her parasite, and after purifying her it changes to 2(if Jojo helped remove the parasite) or 3 (if Marae purified her). If Minerva gets fully corrupted, it becomes -1.\r\n\/\/(minervaPure) => () -> When (minervaPurity > 1). Used when it's not important who helped remove her corruption.\r\n\/\/(minervaDedicked) -> MinervaScene.saveContent.minervaDedicked == true (Used to determine if Minerva's dick was removed).\r\n\/\/MinervaScene.saveContent.leiraBackstory -> Becomes == true when you first hear about how Minerva had sex with Leira. This only changes a small part of a scene, but could also be used in the future if anyone wants to add content related to Leira. I didn't write a parser equivalent since there's no need to use it yet.\r\n\/\/MinervaScene.saveContent.minervaConfessed -> Becomes == true when Minerva confesses her feelings to you.\r\n\r\nEvery other relevant flag that already exists in the game, including [KFLAGS.MINERVA_CHILDREN], [KFLAGS.TIMES_BIRTHED_SHARPIES], and flags[KFLAGS.MINERVA_LOVE] with its relevant function (minervaRomanced) and saveContent can be kept for now."}