mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-21 15:40:50 +03:00
Update CfgMagazines.hpp
This commit is contained in:
@@ -1319,6 +1319,27 @@ class CfgMagazines {
|
|||||||
input[] = {{"ItemFuelBarrelEmpty",1},{"ItemJerryCan",1},{"PartWoodLumber",4}};
|
input[] = {{"ItemFuelBarrelEmpty",1},{"ItemJerryCan",1},{"PartWoodLumber",4}};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
class ItemFireBarrel_kit: CA_Magazine
|
||||||
|
{
|
||||||
|
scope = 2;
|
||||||
|
count = 1;
|
||||||
|
type = 256;
|
||||||
|
displayName = "Fire Barrel Kit";
|
||||||
|
descriptionShort = "Fire Barrel";
|
||||||
|
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||||
|
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||||
|
weight = 25;
|
||||||
|
class ItemActions
|
||||||
|
{
|
||||||
|
class Build
|
||||||
|
{
|
||||||
|
text = "$STR_ACTIONS_BUILD";
|
||||||
|
script = "spawn player_build;";
|
||||||
|
require[] = {"ItemToolbox"};
|
||||||
|
create = "FireBarrel_DZ";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
class ItemJerrycan: CA_Magazine
|
class ItemJerrycan: CA_Magazine
|
||||||
{
|
{
|
||||||
scope = 2;
|
scope = 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user