4 {
5 m_Name =
"#STR_CraftDrysackBag";
8
9
14
19
20
21
22
24
29
30
32
37
38
39
40
42
50 }
int m_ResultReplacesIngredient[MAXIMUM_RESULTS]
Definition RecipeBase.c:49
int m_ResultToInventory[MAXIMUM_RESULTS]
Definition RecipeBase.c:46
float m_IngredientAddHealth[MAX_NUMBER_OF_INGREDIENTS]
Definition RecipeBase.c:36
string m_Name
Definition RecipeBase.c:18
bool m_IsInstaRecipe
Definition RecipeBase.c:25
void InsertIngredient(int index, string ingredient)
Definition RecipeBase.c:137
float m_IngredientSetHealth[MAX_NUMBER_OF_INGREDIENTS]
Definition RecipeBase.c:38
int m_ResultInheritsHealth[MAXIMUM_RESULTS]
Definition RecipeBase.c:47
void AddResult(string item)
Definition RecipeBase.c:164
int m_ResultInheritsColor[MAXIMUM_RESULTS]
Definition RecipeBase.c:48
float m_MinDamageIngredient[MAX_NUMBER_OF_INGREDIENTS]
Definition RecipeBase.c:32
float m_MaxQuantityIngredient[MAX_NUMBER_OF_INGREDIENTS]
Definition RecipeBase.c:31
float m_ResultSetQuantity[MAXIMUM_RESULTS]
Definition RecipeBase.c:43
bool m_ResultSetFullQuantity[MAXIMUM_RESULTS]
Definition RecipeBase.c:42
float m_ResultSetHealth[MAXIMUM_RESULTS]
Definition RecipeBase.c:44
float m_AnimationLength
Definition RecipeBase.c:23
float m_MaxDamageIngredient[MAX_NUMBER_OF_INGREDIENTS]
Definition RecipeBase.c:33
float m_IngredientAddQuantity[MAX_NUMBER_OF_INGREDIENTS]
Definition RecipeBase.c:37
float m_MinQuantityIngredient[MAX_NUMBER_OF_INGREDIENTS]
Definition RecipeBase.c:30
bool m_IngredientDestroy[MAX_NUMBER_OF_INGREDIENTS]
Definition RecipeBase.c:39