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,
"Mosin9130");
37 InsertIngredient(1,
"Mosin9130_Black");
38 InsertIngredient(1,
"Mosin9130_Green");
39 InsertIngredient(1,
"Mosin9130_Camo");
41 m_IngredientAddHealth[1] = 0;
42 m_IngredientSetHealth[1] = -1;
43 m_IngredientAddQuantity[1] = 0;
44 m_IngredientDestroy[1] =
false;
45 m_IngredientUseSoftSkills[1] =
false;
65 return PaintItem.CanPaintItem(ingredients[0], ingredients[1]);
70 PaintItem.Paint(ingredients[0], ingredients[1],
"Mosin9130", player, specialty_weight);