6 m_Name =
"#STR_craftfencebase0";
7 m_IsInstaRecipe =
false;
8 m_AnimationLength = 0.5;
13 m_MinDamageIngredient[0] = -1;
14 m_MaxDamageIngredient[0] = 3;
16 m_MinQuantityIngredient[0] = 1;
17 m_MaxQuantityIngredient[0] = -1;
19 m_MinDamageIngredient[1] = -1;
20 m_MaxDamageIngredient[1] = 3;
22 m_MinQuantityIngredient[1] = 2;
23 m_MaxQuantityIngredient[1] = -1;
28 InsertIngredientEx(0,
"Rope",
"ShelterKit_craft");
30 m_IngredientAddHealth[0] = 0;
31 m_IngredientSetHealth[0] = -1;
32 m_IngredientAddQuantity[0] = -1;
33 m_IngredientDestroy[0] =
true;
34 m_IngredientUseSoftSkills[0] =
false;
37 InsertIngredient(1,
"WoodenStick");
38 InsertIngredient(1,
"Ammo_SharpStick");
40 m_IngredientAddHealth[1] = 0;
41 m_IngredientSetHealth[1] = -1;
42 m_IngredientAddQuantity[1] = -2;
43 m_IngredientDestroy[1] =
false;
44 m_IngredientUseSoftSkills[1] =
false;
48 AddResult(
"FenceKit");
50 m_ResultSetFullQuantity[0] =
false;
51 m_ResultSetQuantity[0] = -1;
52 m_ResultSetHealth[0] = -1;
53 m_ResultInheritsHealth[0] = -2;
54 m_ResultInheritsColor[0] = -1;
55 m_ResultToInventory[0] = -2;
56 m_ResultUseSoftSkills[0] =
false;
57 m_ResultReplacesIngredient[0] = -1;
62 if ( ingredients[0].GetInventory().IsAttachment() )
64 if ( ingredients[1].GetInventory().IsAttachment() )
74 Debug.Log(
"Recipe Do method called",
"recipes");