Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.Managers.RecipeData Struct Reference

Recipe information. More...

Public Member Functions

override string ToString ()
 Dumps all the information into a string format.

Public Attributes

RecipeIngredientInfo[] Ingredients
 All the items required to craft the item.
uint ItemId
ushort RecipeId
ushort Difficulty
ushort RecipeLevel
RecipeCrystalInfo RecipeCrystalInfo

Properties

string CurrentLocaleName [get]
 Item name in the games current locale.
string EnglishName [get]
 Item name in english.
bool HasCraftedRecipe [get]
 Checks if this recipe has been crafted before, used for quick synthesis.

Detailed Description

Recipe information.

Member Function Documentation

◆ ToString()

override string ff14bot.Managers.RecipeData.ToString ( )

Dumps all the information into a string format.

Returns

Member Data Documentation

◆ Difficulty

ushort ff14bot.Managers.RecipeData.Difficulty

◆ Ingredients

RecipeIngredientInfo [] ff14bot.Managers.RecipeData.Ingredients

All the items required to craft the item.

◆ ItemId

uint ff14bot.Managers.RecipeData.ItemId

◆ RecipeCrystalInfo

RecipeCrystalInfo ff14bot.Managers.RecipeData.RecipeCrystalInfo

◆ RecipeId

ushort ff14bot.Managers.RecipeData.RecipeId

◆ RecipeLevel

ushort ff14bot.Managers.RecipeData.RecipeLevel

Property Documentation

◆ CurrentLocaleName

string ff14bot.Managers.RecipeData.CurrentLocaleName
get

Item name in the games current locale.

◆ EnglishName

string ff14bot.Managers.RecipeData.EnglishName
get

Item name in english.

◆ HasCraftedRecipe

bool ff14bot.Managers.RecipeData.HasCraftedRecipe
get

Checks if this recipe has been crafted before, used for quick synthesis.