mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Update BarrelsCans.hpp
This commit is contained in:
@@ -103,7 +103,7 @@ class ItemFuelBarrelEmpty: ItemFuelBarrel
|
|||||||
text = $STR_EPOCH_PLAYER_276;
|
text = $STR_EPOCH_PLAYER_276;
|
||||||
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
||||||
neednearby[] = {};
|
neednearby[] = {};
|
||||||
requiretools[] = {"ItemToolbox","ItemMatchbox"};
|
requiretools[] = {"ItemToolbox"};
|
||||||
output[] = {{"ItemFireBarrel_kit",1}};
|
output[] = {{"ItemFireBarrel_kit",1}};
|
||||||
input[] = {{"ItemFuelBarrelEmpty",1},{"ItemJerryCan",1},{"PartWoodPile",4}};
|
input[] = {{"ItemFuelBarrelEmpty",1},{"ItemJerryCan",1},{"PartWoodPile",4}};
|
||||||
};
|
};
|
||||||
@@ -114,7 +114,6 @@ class ItemOilBarrel: CA_Magazine
|
|||||||
{
|
{
|
||||||
scope = public;
|
scope = public;
|
||||||
count = 1;
|
count = 1;
|
||||||
// fuelQuantity = 210;
|
|
||||||
type = 256;
|
type = 256;
|
||||||
displayName = $STR_EPOCH_OILBARREL;
|
displayName = $STR_EPOCH_OILBARREL;
|
||||||
model = "\z\addons\dayz_epoch\models\oil_drum_model.p3d";
|
model = "\z\addons\dayz_epoch\models\oil_drum_model.p3d";
|
||||||
@@ -135,6 +134,19 @@ class ItemOilBarrelEmpty : ItemOilBarrel
|
|||||||
displayName = $STR_EPOCH_EMPTYOILBARREL;
|
displayName = $STR_EPOCH_EMPTYOILBARREL;
|
||||||
descriptionShort = $STR_EPOCH_EMPTYOILBARREL_DESC;
|
descriptionShort = $STR_EPOCH_EMPTYOILBARREL_DESC;
|
||||||
picture = "\z\addons\dayz_epoch\pictures\equip_oildrum_e_CA.paa";
|
picture = "\z\addons\dayz_epoch\pictures\equip_oildrum_e_CA.paa";
|
||||||
|
|
||||||
|
class ItemActions
|
||||||
|
{
|
||||||
|
class Crafting
|
||||||
|
{
|
||||||
|
text = $STR_EPOCH_PLAYER_276;
|
||||||
|
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
||||||
|
neednearby[] = {};
|
||||||
|
requiretools[] = {"ItemToolbox"};
|
||||||
|
output[] = {{"ItemFireBarrel_kit",1}};
|
||||||
|
input[] = {{"ItemOilBarrelEmpty",1},{"ItemJerryCan",1},{"PartWoodPile",4}};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
class ItemMethylaminBarrelEmpty : ItemOilBarrel
|
class ItemMethylaminBarrelEmpty : ItemOilBarrel
|
||||||
@@ -142,6 +154,19 @@ class ItemMethylaminBarrelEmpty : ItemOilBarrel
|
|||||||
displayName = $STR_EPOCH_EMPTYMETHYLAMINEBARREL;
|
displayName = $STR_EPOCH_EMPTYMETHYLAMINEBARREL;
|
||||||
descriptionShort = $STR_EPOCH_EMPTYMETHYLAMINEBARREL_DESC;
|
descriptionShort = $STR_EPOCH_EMPTYMETHYLAMINEBARREL_DESC;
|
||||||
picture = "\z\addons\dayz_epoch\pictures\equip_oildrum_e_CA.paa";
|
picture = "\z\addons\dayz_epoch\pictures\equip_oildrum_e_CA.paa";
|
||||||
|
|
||||||
|
class ItemActions
|
||||||
|
{
|
||||||
|
class Crafting
|
||||||
|
{
|
||||||
|
text = $STR_EPOCH_PLAYER_276;
|
||||||
|
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
||||||
|
neednearby[] = {};
|
||||||
|
requiretools[] = {"ItemToolbox"};
|
||||||
|
output[] = {{"ItemFireBarrel_kit",1}};
|
||||||
|
input[] = {{"ItemMethylaminBarrelEmpty",1},{"ItemJerryCan",1},{"PartWoodPile",4}};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
class ItemMethylaminBarrel : ItemOilBarrel
|
class ItemMethylaminBarrel : ItemOilBarrel
|
||||||
|
|||||||
Reference in New Issue
Block a user