Proper mafia support for this would be amazing. I've been using the following function that parses the session log to count ascensions:
import {
fileToBuffer,
myName,
todayToString,
} from "kolmafia";
export function ascensionsToday(): number {
const sessionLog =...