libram
    Preparing search index...

    Function locationOf

    • Type Parameters

      • T extends
            | "hobo"
            | "ancient"
            | "asp"
            | "basil"
            | "belgian"
            | "chalk"
            | "bug-thistle"
            | "butternut"
            | "cajun"
            | "carrot"
            | "carrrdamom"
            | "chili"
            | "clove"
            | "coal"
            | "cocoa"
            | "diet"
            | "dwarf"
            | "dyspepsi"
            | "filth"
            | "grass"
            | "fungus"
            | "mold"
            | "greek"
            | "grobold"
            | "guarna"
            | "gunpowder"
            | "healing"
            | "hellion"
            | "greasy"
            | "wing"
            | "ink"
            | "kombucha"
            | "lihc"
            | "lizard"
            | "macaroni"
            | "mega"
            | "oil"
            | "msg"
            | "norwhal"
            | "paint"
            | "paradise"
            | "rawhide"
            | "rock"
            | "salt"
            | "sandalwood"
            | "sausage"
            | "space"
            | "squash"
            | "teeth"
            | "vitamin"
            | "flour"
            | "squamous"
            | "pumpkin"
            | "cinnamon"
            | "vanilla"

      Parameters

      • ingredient: T

        A latte ingredient

      Returns {
          ancient: { location: Location; modifier: { "Spooky Damage": 50 } };
          asp: { location: Location; modifier: { "Weapon Damage": 25 } };
          basil: {
              location: Location;
              modifier: { "HP Regen Max": 5; "HP Regen Min": 5 };
          };
          belgian: {
              location: Location;
              modifier: {
                  "Moxie Percent": 20;
                  "Muscle Percent": 20;
                  "Mysticality Percent": 20;
              };
          };
          "bug-thistle": { location: Location; modifier: { Mysticality: 20 } };
          butternut: { location: Location; modifier: { "Spell Damage": 10 } };
          cajun: { location: Location; modifier: { "Meat Drop": 40 } };
          carrot: { location: Location; modifier: { "Item Drop": 20 } };
          carrrdamom: {
              location: Location;
              modifier: { "MP Regen Max": 6; "MP Regen Min": 4 };
          };
          chalk: { location: Location; modifier: { "Cold Damage": 25 } };
          chili: { location: Location; modifier: { "Hot Resistance": 3 } };
          cinnamon: {
              location: null;
              modifier: {
                  "Moxie Experience": 1;
                  "Moxie Percent": 5;
                  "Pickpocket Rate": 5;
              };
          };
          clove: { location: Location; modifier: { "Stench Resistance": 3 } };
          coal: { location: Location; modifier: { "Hot Damage": 25 } };
          cocoa: { location: Location; modifier: { "Cold Resistance": 3 } };
          diet: { location: Location; modifier: { Initiative: 50 } };
          dwarf: { location: Location; modifier: { Muscle: 30 } };
          dyspepsi: { location: Location; modifier: { Initiative: 25 } };
          filth: { location: Location; modifier: { "Damage Reduction": 20 } };
          flour: { location: Location; modifier: { "Sleaze Resistance": 3 } };
          fungus: { location: Location; modifier: { "Maximum MP": 30 } };
          grass: { location: Location; modifier: { Experience: 3 } };
          greasy: { location: Location; modifier: { "Muscle Percent": 50 } };
          greek: { location: Location; modifier: { "Sleaze Damage": 25 } };
          grobold: { location: Location; modifier: { "Sleaze Damage": 25 } };
          guarna: { location: Location; modifier: { Adventures: 4 } };
          gunpowder: { location: Location; modifier: { "Weapon Damage": 50 } };
          healing: {
              location: Location;
              modifier: { "HP Regen Max": 20; "HP Regen Min": 10 };
          };
          hellion: { location: Location; modifier: { "PvP Fights": 6 } };
          hobo: { location: Location; modifier: { "Damage Absorption": 50 } };
          ink: { location: Location; modifier: { "Combat Rate": -10 } };
          kombucha: { location: Location; modifier: { "Stench Damage": 25 } };
          lihc: { location: Location; modifier: { "Spooky Damage": 25 } };
          lizard: {
              location: Location;
              modifier: { "MP Regen Max": 15; "MP Regen Min": 5 };
          };
          macaroni: { location: Location; modifier: { "Maximum HP": 20 } };
          mega: { location: Location; modifier: { "Moxie Percent": 50 } };
          mold: { location: Location; modifier: { "Spooky Damage": 20 } };
          msg: { location: Location; modifier: { "Critical Hit Percent": 15 } };
          norwhal: { location: Location; modifier: { "Maximum HP Percent": 200 } };
          oil: { location: Location; modifier: { "Sleaze Damage": 20 } };
          paint: { location: Location; modifier: { "Prismatic Damage": 5 } };
          paradise: {
              location: Location;
              modifier: { Moxie: 20; Muscle: 20; Mysticality: 20 };
          };
          pumpkin: {
              location: null;
              modifier: {
                  "Mysticality Experience": 1;
                  "Mysticality Percent": 5;
                  "Spell Damage": 5;
              };
          };
          rawhide: { location: Location; modifier: { "Familiar Weight": 5 } };
          rock: { location: Location; modifier: { "Critical Hit Percent": 10 } };
          salt: { location: Location; modifier: { "Critical Hit Percent": 5 } };
          sandalwood: {
              location: Location;
              modifier: { Moxie: 5; Muscle: 5; Mysticality: 5 };
          };
          sausage: { location: Location; modifier: { "Mysticality Percent": 50 } };
          space: {
              location: Location;
              modifier: { Moxie: 10; Muscle: 10; Mysticality: 10 };
          };
          squamous: { location: Location; modifier: { "Spooky Resistance": 3 } };
          squash: { location: Location; modifier: { "Spell Damage": 10 } };
          teeth: {
              location: Location;
              modifier: { "Spooky Damage": 25; "Weapon Damage": 25 };
          };
          vanilla: {
              location: null;
              modifier: {
                  "Muscle Experience": 1;
                  "Muscle Percent": 5;
                  "Weapon Damage Percent": 5;
              };
          };
          vitamin: { location: Location; modifier: { "Familiar Experience": 3 } };
          wing: { location: Location; modifier: { "Combat Rate": 10 } };
      }[T]["location"]

      The location that can be used to unlock said ingredient; null if the ingredient is free