mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Update CfgMagazines.hpp
fix the xx STR
This commit is contained in:
@@ -1308,6 +1308,16 @@ class CfgMagazines {
|
|||||||
displayName = "Fuel Barrel (Empty)";
|
displayName = "Fuel Barrel (Empty)";
|
||||||
picture = "\z\addons\dayz_epoch\pictures\equip_oildrum_e_CA.paa";
|
picture = "\z\addons\dayz_epoch\pictures\equip_oildrum_e_CA.paa";
|
||||||
descriptionShort = "210 litres of fuel per barrel (Empty)";
|
descriptionShort = "210 litres of fuel per barrel (Empty)";
|
||||||
|
class ItemActions {
|
||||||
|
class Crafting
|
||||||
|
{
|
||||||
|
text = "$STR_EPOCH_PLAYER_2xx";
|
||||||
|
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
||||||
|
neednearby[] = {"fire"};
|
||||||
|
requiretools[] = {"ItemToolbox","ItemHatchet"};
|
||||||
|
output[] = {{"ItemFireBarrel",1}};
|
||||||
|
input[] = {{"ItemFuelBarrelEmpty",1},{"ItemJerryCan",1},{"PartWoodLumber",4}};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
class ItemJerrycan: CA_Magazine
|
class ItemJerrycan: CA_Magazine
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user