6 m_IsInstaRecipe =
false;
7 m_AnimationLength = 1.5;
12 m_MinDamageIngredient[0] = -1;
13 m_MaxDamageIngredient[0] = 3;
15 m_MinQuantityIngredient[0] = 25;
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,
"Spraycan_ColorBase");
29 m_IngredientAddHealth[0] = 0;
30 m_IngredientSetHealth[0] = -1;
31 m_IngredientAddQuantity[0] = -25;
32 m_IngredientDestroy[0] =
false;
33 m_IngredientUseSoftSkills[0] =
true;
36 InsertIngredient(1,
"AK101");
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;
61 return PaintItem.CanPaintItem(ingredients[0], ingredients[1]);
66 PaintItem.Paint(ingredients[0], ingredients[1],
"AK101", player, specialty_weight);