Type Alias RecipeInfusion

RecipeInfusion: {
    aspects: Stack[];
    catalysts: string[];
    input: string;
    instability: number;
    output: Ingredient;
    research: string;
}

Type declaration

  • aspects: Stack[]
  • catalysts: string[]
  • input: string
  • instability: number
  • output: Ingredient
  • research: string