6 m_IsInstaRecipe =
false;
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,
"Broom");
28 InsertIngredient(0,
"Broom_Birch");
30 m_IngredientAddHealth[0] = 0;
31 m_IngredientSetHealth[0] = -1;
32 m_IngredientAddQuantity[0] = 0;
33 m_IngredientDestroy[0] =
true;
34 m_IngredientUseSoftSkills[0] =
false;
37 InsertIngredient(1,
"Sickle");
38 InsertIngredient(1,
"KukriKnife");
39 InsertIngredient(1,
"FangeKnife");
40 InsertIngredient(1,
"Hacksaw");
41 InsertIngredient(1,
"HandSaw");
42 InsertIngredient(1,
"KitchenKnife");
43 InsertIngredient(1,
"SteakKnife");
44 InsertIngredient(1,
"HayHook");
45 InsertIngredient(1,
"StoneKnife");
46 InsertIngredient(1,
"Cleaver");
47 InsertIngredient(1,
"CombatKnife");
48 InsertIngredient(1,
"HuntingKnife");
49 InsertIngredient(1,
"Machete");
50 InsertIngredient(1,
"CrudeMachete");
51 InsertIngredient(1,
"OrientalMachete");
52 InsertIngredient(1,
"Crowbar");
53 InsertIngredient(1,
"Pickaxe");
54 InsertIngredient(1,
"WoodAxe");
55 InsertIngredient(1,
"Hatchet");
56 InsertIngredient(1,
"FirefighterAxe");
57 InsertIngredient(1,
"Sword");
58 InsertIngredient(1,
"AK_Bayonet");
59 InsertIngredient(1,
"M9A1_Bayonet");
60 InsertIngredient(1,
"Mosin_Bayonet");
61 InsertIngredient(1,
"SKS_Bayonet");
62 InsertIngredient(1,
"BoneKnife");
64 m_IngredientAddHealth[1] = -4;
65 m_IngredientSetHealth[1] = -1;
66 m_IngredientAddQuantity[1] = 0;
67 m_IngredientDestroy[1] =
false;
68 m_IngredientUseSoftSkills[1] =
true;
73 AddResult(
"WoodenStick");
75 m_ResultSetFullQuantity[0] =
false;
76 m_ResultSetQuantity[0] = 3;
77 m_ResultSetHealth[0] = -1;
78 m_ResultInheritsHealth[0] = 0;
79 m_ResultInheritsColor[0] = -1;
80 m_ResultToInventory[0] = -2;
81 m_ResultUseSoftSkills[0] =
false;
82 m_ResultReplacesIngredient[0] = -1;
86 AddResult(
"LongWoodenStick");
88 m_ResultSetFullQuantity[1] =
true;
89 m_ResultSetQuantity[1] = -1;
90 m_ResultSetHealth[1] = -1;
91 m_ResultInheritsHealth[1] = 0;
92 m_ResultInheritsColor[1] = -1;
93 m_ResultToInventory[1] = -2;
94 m_ResultUseSoftSkills[1] =
true;
95 m_ResultReplacesIngredient[1] = -1;
104 if (broom.GetCompEM().IsWorking())
109 if ( broom.IsEmpty() )
121 for (
int i=0; i < results.Count(); i++)
124 Class.CastTo(item_result, results.Get(i));
126 MiscGameplayFunctions.TransferItemProperties(broom, item_result);
129 super.Do( ingredients, player, results, specialty_weight);