Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
pluginrecipesmanagerbase.c
Go to the documentation of this file.
1
enum
Ingredient
2
{
3
FIRST
= 1,
4
SECOND
= 2,
5
BOTH
= 3;
6
}
7
8
class
PluginRecipesManagerBase
extends
PluginBase
9
{
10
protected
void
RegisterRecipe(
RecipeBase
recipe);
11
protected
void
UnregisterRecipe(
string
clasname);
12
14
void
RegisterRecipies
()
15
{
16
RegisterRecipe
(
new
CraftTorch);
17
RegisterRecipe
(
new
CraftFireplace);
18
RegisterRecipe
(
new
CraftLongTorch);
19
RegisterRecipe
(
new
SharpenBroom);
20
RegisterRecipe
(
new
SharpenLongStick);
21
RegisterRecipe
(
new
PokeHolesBarrel);
22
RegisterRecipe
(
new
CraftBaseBallBatNailed);
23
RegisterRecipe
(
new
CraftBaseBallBatBarbed);
24
RegisterRecipe
(
new
CraftGhillieHood);
25
RegisterRecipe
(
new
DeCraftGhillieHood);
26
RegisterRecipe
(
new
CraftGhillieAttachment);
27
RegisterRecipe
(
new
DeCraftGhillieAttachment);
28
RegisterRecipe
(
new
CraftGhillieBushrag);
29
RegisterRecipe
(
new
DeCraftGhillieBushrag);
30
RegisterRecipe
(
new
CraftGhillieTop);
31
RegisterRecipe
(
new
DeCraftGhillieTop);
32
RegisterRecipe
(
new
CraftGhillieSuit);
33
RegisterRecipe
(
new
DeCraftGhillieSuit);
34
RegisterRecipe
(
new
CraftStoneKnife);
35
RegisterRecipe
(
new
CraftBait);
36
RegisterRecipe
(
new
CraftRagRope);
37
RegisterRecipe
(
new
CraftSuppressor);
38
RegisterRecipe
(
new
CleanWeapon);
39
RegisterRecipe
(
new
RepairWithTape);
40
RegisterRecipe
(
new
RepairWithRags);
41
RegisterRecipe
(
new
RepairEyePatch);
42
RegisterRecipe
(
new
CraftBoneKnife);
43
//RegisterRecipe(new CraftArrow);
44
//RegisterRecipe(new CraftArrowBone);
45
RegisterRecipe
(
new
CraftBoneHook);
46
RegisterRecipe
(
new
CraftBurlapStrips);
47
RegisterRecipe
(
new
CraftLeatherCourierBag);
48
RegisterRecipe
(
new
CraftCourierBag);
49
RegisterRecipe
(
new
CraftImprovisedBag);
50
RegisterRecipe
(
new
CraftImprovisedLeatherBag);
51
RegisterRecipe
(
new
CraftImprovisedExplosive);
52
RegisterRecipe
(
new
CraftLeatherSack);
53
RegisterRecipe
(
new
DeCraftLeatherCourierBag);
54
RegisterRecipe
(
new
DeCraftCourierBag);
55
RegisterRecipe
(
new
DeCraftImprovisedBag);
56
RegisterRecipe
(
new
DeCraftImprovisedLeatherBag);
57
RegisterRecipe
(
new
DeCraftLeatherSack);
58
RegisterRecipe
(
new
SplitLongWoodenStick);
59
RegisterRecipe
(
new
SplitBroom);
60
RegisterRecipe
(
new
SplitFirewood);
61
RegisterRecipe
(
new
CraftSplint);
// craft splint
62
RegisterRecipe
(
new
DeCraftSplint);
63
RegisterRecipe
(
new
CraftHandDrillKit);
64
RegisterRecipe
(
new
CraftSpearBone);
65
RegisterRecipe
(
new
CraftSpearStone);
66
RegisterRecipe
(
new
DeCraftHandDrillKit);
67
RegisterRecipe
(
new
DeCraftSpear);
68
RegisterRecipe
(
new
PatchItem);
69
RegisterRecipe
(
new
CutOutZucchiniSeeds);
70
RegisterRecipe
(
new
CutOutPepperSeeds);
71
RegisterRecipe
(
new
CutOutPumpkinSeeds);
72
RegisterRecipe
(
new
CutOutTomatoSeeds);
73
RegisterRecipe
(
new
PeelPotato);
74
RegisterRecipe
(
new
PrepareCarp);
75
RegisterRecipe
(
new
PrepareMackerel);
76
RegisterRecipe
(
new
OpenCan);
77
RegisterRecipe
(
new
CraftSalineBagIV);
78
RegisterRecipe
(
new
PurifyWater);
79
RegisterRecipe
(
new
CraftBloodBagIV);
80
//RegisterRecipe(new CraftCamoNetShelter);
81
RegisterRecipe
(
new
DeCraftCamoNetShelter);
82
RegisterRecipe
(
new
FuelChainsaw);
83
RegisterRecipe
(
new
CraftTripWire);
84
RegisterRecipe
(
new
CraftRabbitSnare);
85
RegisterRecipe
(
new
DeCraftSnareTrap);
86
RegisterRecipe
(
new
DeCraftTripWire);
87
RegisterRecipe
(
new
DisinfectItem);
88
RegisterRecipe
(
new
FillSyringe);
89
RegisterRecipe
(
new
BloodTest);
90
RegisterRecipe
(
new
SharpenMelee);
91
RegisterRecipe
(
new
RepairEpoxy);
92
RegisterRecipe
(
new
RepairWithPliers);
93
RegisterRecipe
(
new
CraftArmbandRaincoat);
94
RegisterRecipe
(
new
RepairElectric);
95
//RegisterRecipe(new RefuelTorch);
96
RegisterRecipe
(
new
ExtinguishTorch);
97
RegisterRecipe
(
new
AttachHolsterPouch);
98
RegisterRecipe
(
new
AttachPouchesHolster);
99
//RegisterRecipe(new CraftGorkaHelmetComplete);
100
RegisterRecipe
(
new
SawoffShotgunIzh43);
101
RegisterRecipe
(
new
SawoffMosin);
102
//RegisterRecipe(new SawoffMosinPainted);
103
RegisterRecipe
(
new
SawOffIzh18);
104
RegisterRecipe
(
new
SawOffIzh18Shotgun);
105
RegisterRecipe
(
new
SawoffFAMAS);
106
RegisterRecipe
(
new
SawOffMagnum);
107
RegisterRecipe
(
new
SawOFFB95);
108
//RegisterRecipe(new CleanRags);
109
RegisterRecipe
(
new
CraftArmbandRag);
110
RegisterRecipe
(
new
CraftRag);
111
RegisterRecipe
(
new
CraftGutsRope);
112
RegisterRecipe
(
new
CraftBoneBait);
113
RegisterRecipe
(
new
SplitStones);
114
RegisterRecipe
(
new
UpgradeTorchWithLard);
115
RegisterRecipe
(
new
UpgradeTorchWithLiquidFuel);
116
RegisterRecipe
(
new
CraftFenceKit);
117
RegisterRecipe
(
new
CraftWatchtowerKit);
118
RegisterRecipe
(
new
CraftWoodenPlank);
119
RegisterRecipe
(
new
SawWoodenLog);
120
RegisterRecipe
(
new
CraftWoodenCrate);
121
RegisterRecipe
(
new
CraftFishingRod);
122
RegisterRecipe
(
new
DeCraftFishingRod);
123
RegisterRecipe
(
new
DeCraftWoodenCrate);
124
RegisterRecipe
(
new
CraftTerritoryFlagKit);
125
RegisterRecipe
(
new
CraftTannedLeather);
126
RegisterRecipe
(
new
CraftShelterKit);
127
RegisterRecipe
(
new
CraftTruck01DoubleWheel);
128
RegisterRecipe
(
new
DeCraftTruck01DoubleWheel);
129
RegisterRecipe
(
new
CraftFishNetTrap);
130
RegisterRecipe
(
new
DeCraftFishNetTrap);
131
RegisterRecipe
(
new
PrepareChicken);
132
RegisterRecipe
(
new
PrepareRabbit);
133
RegisterRecipe
(
new
CraftSmallFishTrap);
134
RegisterRecipe
(
new
CraftMetalWire);
135
RegisterRecipe
(
new
CraftGasMask_Filter_Improvised);
136
RegisterRecipe
(
new
FillGasMask_Filter);
137
RegisterRecipe
(
new
CraftCookingStand);
138
RegisterRecipe
(
new
DeCraftCookingStand);
139
RegisterRecipe
(
new
CraftArmbandFlag);
140
RegisterRecipe
(
new
DeCraftDetonator);
141
RegisterRecipe
(
new
RepairPlanks);
142
RegisterRecipe
(
new
CraftWitchHoodCoif
);
143
RegisterRecipe
(
new
CraftDrysackBag
);
144
//RegisterRecipe(new DeCraftWitchHood_Chainmail);
145
//"paint" recipes
146
/*RegisterRecipe(new PaintFirefighterAxe);
147
RegisterRecipe(new PaintGhillieHoodGreen);
148
RegisterRecipe(new PaintGhillieHoodBlack);
149
RegisterRecipe(new PaintGhillieHoodGreenMossy);
150
RegisterRecipe(new PaintGhillieAttBlack);
151
RegisterRecipe(new PaintGhillieAttGreen);
152
RegisterRecipe(new PaintGhillieAttGreenMossy);
153
RegisterRecipe(new PaintGhillieTopGreen);
154
RegisterRecipe(new PaintGhillieTopBlack);
155
RegisterRecipe(new PaintGhillieTopGreenMossy);
156
RegisterRecipe(new PaintGhillieBushragGreen);
157
RegisterRecipe(new PaintGhillieBushragBlack);
158
RegisterRecipe(new PaintGhillieBushragGreenMossy);
159
RegisterRecipe(new PaintGhillieSuitGreen);
160
RegisterRecipe(new PaintGhillieSuitBlack);
161
RegisterRecipe(new PaintGhillieSuitGreenMossy);
162
RegisterRecipe(new PaintSKS);
163
RegisterRecipe(new PaintMosin);
164
RegisterRecipe(new PaintMosinCamoBlack);
165
RegisterRecipe(new PaintSawedoffMosin);
166
RegisterRecipe(new PaintSawedoffMosinCamoBlack);
167
RegisterRecipe(new PaintM4A1);
168
RegisterRecipe(new PaintRuger1022);
169
RegisterRecipe(new PaintB95);
170
RegisterRecipe(new PaintDarkMotohelmet);
171
RegisterRecipe(new PaintMotohelmet);
172
RegisterRecipe(new PaintCz527);
173
RegisterRecipe(new PaintCz527CamoBlack);
174
RegisterRecipe(new PaintAK74);
175
RegisterRecipe(new PaintAK101);
176
RegisterRecipe(new PaintAKS74U);
177
RegisterRecipe(new PaintBallisticHelmet);
178
RegisterRecipe(new PaintZSh3PilotHelmet);
179
RegisterRecipe(new PaintGorkaHelmet);
180
RegisterRecipe(new PaintGorkaHelmetComplete);
181
RegisterRecipe(new PaintCMAG10);
182
RegisterRecipe(new PaintCMAG20);
183
RegisterRecipe(new PaintCMAG30);
184
RegisterRecipe(new PaintCMAG40);
185
RegisterRecipe(new PaintAK7430Mag);
186
RegisterRecipe(new PaintAK10130Mag);
187
RegisterRecipe(new PaintAKMDrumMag);
188
RegisterRecipe(new PaintAKMPalm30Mag);
189
RegisterRecipe(new PaintM4MPBttstck);
190
RegisterRecipe(new PaintM4MPHndgrd);
191
RegisterRecipe(new PaintM4OEBttstck);
192
RegisterRecipe(new PaintM4CQBBttstck);
193
RegisterRecipe(new PaintM4PlasticHndgrd);
194
RegisterRecipe(new PaintM4RISHndgrd);
195
RegisterRecipe(new PaintAKFoldingBttstck);
196
RegisterRecipe(new PaintAKWoodBttstckBlack);
197
RegisterRecipe(new PaintAKWoodBttstckCamo);
198
RegisterRecipe(new PaintAK74HndgrdBlack);
199
RegisterRecipe(new PaintAK74HndgrdCamo);
200
RegisterRecipe(new PaintAKRailHndgrd);
201
RegisterRecipe(new PaintAK74WoodBttstckBlack);
202
RegisterRecipe(new PaintAK74WoodBttstckCamo);
203
RegisterRecipe(new PaintAKS74UBttstck);
204
RegisterRecipe(new PaintAKPlasticBttstck);
205
RegisterRecipe(new PaintMosinCamoGreen);
206
RegisterRecipe(new PaintSawedoffMosinCamoGreen);
207
RegisterRecipe(new PaintCz527CamoGreen);*/
208
209
}
210
};
RegisterRecipies
void RegisterRecipies()
Please do not delete commented recipes, they are usually commented out for a reason.
Definition:
pluginrecipesmanagerbase.c:14
CraftDrysackBag
Definition:
craftdrysackbag.c:1
RegisterRecipe
class PokeHolesBarrel extends RecipeBase RegisterRecipe
CraftWitchHoodCoif
Definition:
craftwitchhoodcoif.c:1
RecipeBase
Definition:
recipebase.c:4
PluginBase
Definition:
pluginadminlog.c:1
Ingredient
Ingredient
Definition:
pluginrecipesmanagerbase.c:1
FIRST
FIRST
Definition:
pluginrecipesmanagerbase.c:2
PluginRecipesManagerBase
Definition:
pluginrecipesmanager.c:12
SECOND
SECOND
Definition:
pluginrecipesmanagerbase.c:3
BOTH
BOTH
Definition:
pluginrecipesmanagerbase.c:4
DAYZ
scripts_v1.24.157551
scripts
world
classes
recipes
recipes
pluginrecipesmanagerbase.c
Generated by
1.8.17