6 m_IsInstaRecipe =
false;
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,
"Firewood");
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 InsertIngredientEx(1,
"Hacksaw" ,
"FirewoodSplit_Saw");
37 InsertIngredientEx(1,
"HandSaw" ,
"FirewoodSplit_Saw");
38 InsertIngredientEx(1,
"Pickaxe" ,
"FirewoodSplit_Axe");
39 InsertIngredientEx(1,
"WoodAxe" ,
"FirewoodSplit_Axe");
40 InsertIngredientEx(1,
"Hatchet" ,
"FirewoodSplit_Axe");
41 InsertIngredientEx(1,
"FirefighterAxe" ,
"FirewoodSplit_Axe");
43 m_IngredientAddHealth[1] = -4;
44 m_IngredientSetHealth[1] = -1;
45 m_IngredientAddQuantity[1] = 0;
46 m_IngredientDestroy[1] =
false;
47 m_IngredientUseSoftSkills[1] =
true;
52 AddResult(
"WoodenStick");
54 m_ResultSetFullQuantity[0] =
false;
55 m_ResultSetQuantity[0] = 3;
56 m_ResultSetHealth[0] = -1;
57 m_ResultInheritsHealth[0] = 0;
58 m_ResultInheritsColor[0] = -1;
59 m_ResultToInventory[0] = -2;
60 m_ResultUseSoftSkills[0] =
false;
61 m_ResultReplacesIngredient[0] = -1;
74 Debug.Log(
"Recipe Do method called",
"recipes");