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,
"PlateCarrierPouches");
 
   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(
"CarrierPouches");
 
   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;
 
   97         ItemBase ingredient1 = ingredients[0];
 
   99         if( ingredient1.IsEmpty())
 
  111         Debug.Log(
"Recipe Do method called",
"recipes");