5 m_Name =
"#STR_UpgradeTorchWithLard0";
6 m_IsInstaRecipe =
false;
11 m_MinDamageIngredient[0] = -1;
12 m_MaxDamageIngredient[0] = -1;
14 m_MinQuantityIngredient[0] = -1;
15 m_MaxQuantityIngredient[0] = -1;
17 m_MinDamageIngredient[1] = -1;
18 m_MaxDamageIngredient[1] = -1;
20 m_MinQuantityIngredient[1] = -1;
21 m_MaxQuantityIngredient[1] = -1;
26 InsertIngredient(0,
"Lard");
28 m_IngredientAddHealth[0] = 0;
29 m_IngredientSetHealth[0] = -1;
30 m_IngredientAddQuantity[0] = 0;
31 m_IngredientDestroy[0] =
false;
32 m_IngredientUseSoftSkills[0] =
false;
35 InsertIngredient(1,
"Torch");
36 InsertIngredient(1,
"LongTorch");
38 m_IngredientAddHealth[1] = 0;
39 m_IngredientSetHealth[1] = -1;
40 m_IngredientAddQuantity[1] = 0;
41 m_IngredientDestroy[1] =
false;
42 m_IngredientUseSoftSkills[1] =
false;
48 m_ResultSetFullQuantity[0] =
false;
49 m_ResultSetQuantity[0] = -1;
50 m_ResultSetHealth[0] = -1;
51 m_ResultInheritsHealth[0] = -2;
52 m_ResultInheritsColor[0] = -1;
53 m_ResultToInventory[0] = -2;
54 m_ResultUseSoftSkills[0] =
false;
55 m_ResultReplacesIngredient[0] = -1;
63 return item.CanReceiveUpgrade();
71 Lard lard = Lard.Cast(ingredients[0]);