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:
vbawol
2013-05-07 12:21:54 -05:00
parent 37877fda0c
commit cb56f7fffd
9 changed files with 504 additions and 28 deletions

View File

@@ -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}};