6 m_IsInstaRecipe =
false;
11 m_MinDamageIngredient[0] = -1;
12 m_MaxDamageIngredient[0] = 3;
14 m_MinQuantityIngredient[0] = -1;
15 m_MaxQuantityIngredient[0] = -1;
17 m_MinDamageIngredient[1] = -1;
18 m_MaxDamageIngredient[1] = 3;
20 m_MinQuantityIngredient[1] = -1;
21 m_MaxQuantityIngredient[1] = -1;
26 InsertIngredient(0,
"WoodenCrate");
28 m_IngredientAddHealth[0] = 0;
29 m_IngredientSetHealth[0] = -1;
30 m_IngredientAddQuantity[0] = 0;
31 m_IngredientDestroy[0] =
true;
32 m_IngredientUseSoftSkills[0] =
false;
35 InsertIngredient(1,
"Crowbar");
36 InsertIngredient(1,
"WoodAxe");
37 InsertIngredient(1,
"Hatchet");
38 InsertIngredient(1,
"FirefighterAxe");
40 m_IngredientAddHealth[1] = -20;
41 m_IngredientSetHealth[1] = -1;
42 m_IngredientAddQuantity[1] = 0;
43 m_IngredientDestroy[1] =
false;
44 m_IngredientUseSoftSkills[1] =
true;
49 AddResult(
"WoodenPlank");
51 m_ResultSetFullQuantity[0] =
false;
52 m_ResultSetQuantity[0] = 2;
53 m_ResultSetHealth[0] = -1;
54 m_ResultInheritsHealth[0] = 1;
55 m_ResultInheritsColor[0] = -1;
56 m_ResultToInventory[0] = -2;
57 m_ResultUseSoftSkills[0] =
false;
58 m_ResultReplacesIngredient[0] = -1;
63 m_ResultSetFullQuantity[1] =
false;
64 m_ResultSetQuantity[1] = 6;
65 m_ResultSetHealth[1] = -1;
66 m_ResultInheritsHealth[1] = 1;
67 m_ResultInheritsColor[1] = -1;
68 m_ResultToInventory[1] = -2;
69 m_ResultUseSoftSkills[1] =
false;
70 m_ResultReplacesIngredient[1] = -1;
static void Log(string message=LOG_DEFAULT, string plugin=LOG_DEFAULT, string author=LOG_DEFAULT, string label=LOG_DEFAULT, string entity=LOG_DEFAULT)
Prints debug message with normal prio.