5 m_Name =
"#STR_CraftArrow0";
6 m_IsInstaRecipe =
false;
7 m_AnimationLength = 1.5;
11 m_MinDamageIngredient[0] = -1;
12 m_MaxDamageIngredient[0] = 3;
14 m_MinQuantityIngredient[0] = 1;
15 m_MaxQuantityIngredient[0] = -1;
17 m_MinDamageIngredient[1] = -1;
18 m_MaxDamageIngredient[1] = 3;
20 m_MinQuantityIngredient[1] = 1;
21 m_MaxQuantityIngredient[1] = -1;
26 InsertIngredient(0,
"ChickenFeather");
28 m_IngredientAddHealth[0] = 0;
29 m_IngredientSetHealth[0] = -1;
30 m_IngredientAddQuantity[0] = -1;
31 m_IngredientDestroy[0] =
false;
32 m_IngredientUseSoftSkills[0] =
false;
35 InsertIngredient(1,
"Ammo_SharpStick");
37 m_IngredientAddHealth[1] = 0;
38 m_IngredientSetHealth[1] = -1;
39 m_IngredientAddQuantity[1] = -1;
40 m_IngredientDestroy[1] =
false;
41 m_IngredientUseSoftSkills[1] =
false;
45 AddResult(
"Ammo_ArrowPrimitive");
47 m_ResultSetFullQuantity[0] =
false;
48 m_ResultSetQuantity[0] = 1;
49 m_ResultSetHealth[0] = -1;
50 m_ResultInheritsHealth[0] = -2;
51 m_ResultInheritsColor[0] = -1;
52 m_ResultToInventory[0] = -2;
53 m_ResultUseSoftSkills[0] =
false;
54 m_ResultReplacesIngredient[0] = -1;
64 Debug.Log(
"Recipe Do method called",
"recipes");