Recipe information.
More...
|
override string | ToString () |
| Dumps all the information into a string format.
|
◆ ToString()
override string ff14bot.Managers.RecipeData.ToString |
( |
| ) |
|
Dumps all the information into a string format.
- Returns
◆ Difficulty
ushort ff14bot.Managers.RecipeData.Difficulty |
◆ Ingredients
All the items required to craft the item.
◆ ItemId
uint ff14bot.Managers.RecipeData.ItemId |
◆ RecipeCrystalInfo
◆ RecipeId
ushort ff14bot.Managers.RecipeData.RecipeId |
◆ RecipeLevel
ushort ff14bot.Managers.RecipeData.RecipeLevel |
◆ CurrentLocaleName
string ff14bot.Managers.RecipeData.CurrentLocaleName |
|
get |
Item name in the games current locale.
◆ EnglishName
string ff14bot.Managers.RecipeData.EnglishName |
|
get |
◆ HasCraftedRecipe
bool ff14bot.Managers.RecipeData.HasCraftedRecipe |
|
get |
Checks if this recipe has been crafted before, used for quick synthesis.