6 m_Name =
"#STR_CraftStoneKnife0";
7 m_IsInstaRecipe =
false;
8 m_AnimationLength = 1.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] = 1;
23 m_MaxQuantityIngredient[1] = -1;
28 InsertIngredient(0,
"SmallStone");
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,
"SmallStone");
38 InsertIngredient(1,
"Stone");
41 m_IngredientAddHealth[1] = 0;
42 m_IngredientSetHealth[1] = -1;
43 m_IngredientAddQuantity[1] = 0;
44 m_IngredientDestroy[1] =
false;
45 m_IngredientUseSoftSkills[1] =
false;
49 AddResult(
"StoneKnife");
51 m_ResultSetFullQuantity[0] =
false;
52 m_ResultSetQuantity[0] = -1;
53 m_ResultSetHealth[0] = -1;
54 m_ResultInheritsHealth[0] = -2;
55 m_ResultInheritsColor[0] = -1;
56 m_ResultToInventory[0] = -2;
57 m_ResultUseSoftSkills[0] =
false;
58 m_ResultReplacesIngredient[0] = -1;
69 Class.CastTo(ingredient0, ingredients[0]);
71 Class.CastTo(result, results.Get(0));
72 MiscGameplayFunctions.TransferItemProperties(ingredient0,result,
false,
true,
true,
true);