mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 21:29:59 +03:00
1.0.0.8 Developer Build
+ [REMOVED] Auto refuel from gas stations in Panthera + [ADDED] added Land_benzina_schnell to standard and power assisted filling. + [ADDED] more clothes: Rocker1_DZ, Rocker3_DZ, Rocker4_DZ, GUE_Soldier_2_DZ,GUE_Soldier_CO_DZ, GUE_Soldier_Crew_DZ, GUE_Soldier_Sniper_DZ, GUE_Soldier_MG_DZ + [CHANGED] Disabled radar on UH1Y with UH1Y_DZ + [CHANGED] Disabled radar on MV22 with MV22_DZ + [CHANGED] Moved standard fuel sources to array dayz_fuelsources + [ADDED] Added weights for new items.
This commit is contained in:
@@ -56,7 +56,7 @@ class CfgMagazines {
|
||||
{
|
||||
text = "Craft Large Sandbag";
|
||||
script = "spawn player_craftItem;";
|
||||
neednearby[] = {};
|
||||
neednearby[] = {"workshop"};
|
||||
requiretools[] = {"ItemEtool","ItemToolbox"};
|
||||
output[] = {{"ItemSandbagLarge",1}};
|
||||
input[] = {{"ItemSandbag",3},{"ItemWire",1},{"ItemTankTrap",1}};
|
||||
@@ -65,7 +65,7 @@ class CfgMagazines {
|
||||
{
|
||||
text = "Craft M240 Nest";
|
||||
script = "spawn player_craftItem1;";
|
||||
neednearby[] = {};
|
||||
neednearby[] = {"workshop"};
|
||||
requiretools[] = {"ItemEtool","ItemToolbox","M240_DZ"};
|
||||
output[] = {{"m240_nest_kit",1}};
|
||||
input[] = {{"ItemSandbag",4},{"ItemCanvas",1},{"PartWoodPlywood",4},{"PartWoodLumber",3}};
|
||||
|
||||
Reference in New Issue
Block a user