6 m_IsInstaRecipe =
false;
7 m_AnimationLength = 0.5;
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,
"PlateCarrierComplete");
29 m_IngredientAddHealth[0] = 0;
30 m_IngredientSetHealth[0] = -1;
31 m_IngredientAddQuantity[0] = 0;
32 m_IngredientDestroy[0] =
true;
33 m_IngredientUseSoftSkills[0] =
false;
36 InsertIngredient(1,
"Sickle");
37 InsertIngredient(1,
"KukriKnife");
38 InsertIngredient(1,
"FangeKnife");
39 InsertIngredient(1,
"Hacksaw");
40 InsertIngredient(1,
"KitchenKnife");
41 InsertIngredient(1,
"SteakKnife");
42 InsertIngredient(1,
"HayHook");
43 InsertIngredient(1,
"StoneKnife");
44 InsertIngredient(1,
"Cleaver");
45 InsertIngredient(1,
"CombatKnife");
46 InsertIngredient(1,
"HuntingKnife");
47 InsertIngredient(1,
"Machete");
48 InsertIngredient(1,
"CrudeMachete");
49 InsertIngredient(1,
"OrientalMachete");
50 InsertIngredient(1,
"Screwdriver");
51 InsertIngredient(1,
"Crowbar");
52 InsertIngredient(1,
"Pickaxe");
53 InsertIngredient(1,
"WoodAxe");
54 InsertIngredient(1,
"Hatchet");
55 InsertIngredient(1,
"FirefighterAxe");
56 InsertIngredient(1,
"Sword");
57 InsertIngredient(1,
"AK_Bayonet");
58 InsertIngredient(1,
"M9A1_Bayonet");
59 InsertIngredient(1,
"Mosin_Bayonet");
60 InsertIngredient(1,
"SKS_Bayonet");
61 InsertIngredient(1,
"BoneKnife");
63 m_IngredientAddHealth[1] = -5;
64 m_IngredientSetHealth[1] = -1;
65 m_IngredientAddQuantity[1] = 0;
66 m_IngredientDestroy[1] =
false;
67 m_IngredientUseSoftSkills[1] =
true;
71 AddResult(
"PlateCarrierBlank");
73 m_ResultSetFullQuantity[0] =
false;
74 m_ResultSetQuantity[0] = -1;
75 m_ResultSetHealth[0] = -1;
76 m_ResultInheritsHealth[0] = 0;
77 m_ResultInheritsColor[0] = -1;
78 m_ResultToInventory[0] = -2;
79 m_ResultUseSoftSkills[0] =
false;
80 m_ResultReplacesIngredient[0] = -1;
83 AddResult(
"CarrierHolsterSolo");
85 m_ResultSetFullQuantity[1] =
false;
86 m_ResultSetQuantity[1] = -1;
87 m_ResultSetHealth[1] = -1;
88 m_ResultInheritsHealth[1] = 0;
89 m_ResultInheritsColor[1] = -1;
90 m_ResultToInventory[1] = -2;
91 m_ResultUseSoftSkills[1] =
false;
92 m_ResultReplacesIngredient[1] = -1;
95 AddResult(
"CarrierPouches");
97 m_ResultSetFullQuantity[2] =
false;
98 m_ResultSetQuantity[2] = -1;
99 m_ResultSetHealth[2] = -1;
100 m_ResultInheritsHealth[2] = 0;
101 m_ResultInheritsColor[2] = -1;
102 m_ResultToInventory[2] = -2;
103 m_ResultUseSoftSkills[2] =
false;
104 m_ResultReplacesIngredient[2] = -1;
109 ItemBase ingredient1 = ingredients[0];
111 if( ingredient1.IsEmpty())
123 Debug.Log(
"Recipe Do method called",
"recipes");