Type Alias RecipeInfusionEnchantment

RecipeInfusionEnchantment: {
    aspects: Stack[];
    catalysts: string[];
    enchantment: number;
    instability: number;
    research: string;
}

Type declaration

  • aspects: Stack[]
  • catalysts: string[]
  • enchantment: number
  • instability: number
  • research: string