6 m_IsInstaRecipe =
false;
7 m_AnimationLength = 1.5;
12 m_MinDamageIngredient[0] = -1;
13 m_MaxDamageIngredient[0] = 3;
15 m_MinQuantityIngredient[0] = 1;
16 m_MaxQuantityIngredient[0] = -1;
18 m_MinDamageIngredient[1] = -1;
19 m_MaxDamageIngredient[1] = 3;
21 m_MinQuantityIngredient[1] = -1;
22 m_MaxQuantityIngredient[1] = -1;
27 InsertIngredient(0,
"Stone");
29 m_IngredientAddHealth[0] = 0;
30 m_IngredientSetHealth[0] = -1;
31 m_IngredientAddQuantity[0] = -1;
32 m_IngredientDestroy[0] =
false;
33 m_IngredientUseSoftSkills[0] =
false;
36 InsertIngredient(1,
"Pickaxe");
37 InsertIngredient(1,
"SledgeHammer");
38 InsertIngredient(1,
"Hammer");
39 InsertIngredient(1,
"Mace");
41 m_IngredientAddHealth[1] = -4;
42 m_IngredientSetHealth[1] = -1;
43 m_IngredientAddQuantity[1] = 0;
44 m_IngredientDestroy[1] =
false;
45 m_IngredientUseSoftSkills[1] =
true;
49 AddResult(
"SmallStone");
51 m_ResultSetFullQuantity[0] =
false;
52 m_ResultSetQuantity[0] = -1;
53 m_ResultSetHealth[0] = -1;
54 m_ResultInheritsHealth[0] = -1;
55 m_ResultInheritsColor[0] = -1;
56 m_ResultToInventory[0] = -2;
57 m_ResultUseSoftSkills[0] =
false;
58 m_ResultReplacesIngredient[0] = -1;
61 AddResult(
"SmallStone");
63 m_ResultSetFullQuantity[1] =
false;
64 m_ResultSetQuantity[1] = -1;
65 m_ResultSetHealth[1] = -1;
66 m_ResultInheritsHealth[1] = -1;
67 m_ResultInheritsColor[1] = -1;
68 m_ResultToInventory[1] = -2;
69 m_ResultUseSoftSkills[1] =
false;
70 m_ResultReplacesIngredient[1] = -1;
73 AddResult(
"SmallStone");
75 m_ResultSetFullQuantity[2] =
false;
76 m_ResultSetQuantity[2] = -1;
77 m_ResultSetHealth[2] = -1;
78 m_ResultInheritsHealth[2] = -1;
79 m_ResultInheritsColor[2] = -1;
80 m_ResultToInventory[2] = -2;
81 m_ResultUseSoftSkills[2] =
false;
82 m_ResultReplacesIngredient[2] = -1;
92 Debug.Log(
"Recipe Do method called",
"recipes");