Function ascend

  • Hops the gash, perming no skills by default

    Parameters

    • options: {
          consumable?: Item;
          kolGender?: KolGender;
          lifestyle: Lifestyle;
          moon: InputMoonSign;
          path: Path;
          permOptions?: {
              neverAbort: boolean;
              permSkills: Map<Skill, Lifestyle>;
          };
          pet?: Item;
          playerClass: Class;
      }

      Configuration for the ascension

      • Optionalconsumable?: Item

        From the astral deli. Pick the container item, not the product. Defaults to astral six-pack, provide $itemnone for nothing.

      • OptionalkolGender?: KolGender

        An entry from the KolGender enum: 1 for male, 2 for female (sorry that it's limited to those). Defaults to 2 or the corresponding value for defaultGenderOverride pref (which should be 'male' or 'female')

      • lifestyle: Lifestyle

        1 for casual, 2 for softcore, 3 for hardcore. Alternately, use the Lifestyle enum

      • moon: InputMoonSign

        Your moon sign as a string, or the zone you're looking for as a string

      • path: Path

        Your path of choice for this ascension

      • OptionalpermOptions?: {
            neverAbort: boolean;
            permSkills: Map<Skill, Lifestyle>;
        }

        Options for perming during a player's stay in Valhalla

        • neverAbort: boolean
        • permSkills: Map<Skill, Lifestyle>
      • Optionalpet?: Item

        From the astral pet store.

      • playerClass: Class

        Your class of choice for this ascension

    Returns void