Add a few new items

Models made by @helion4
This commit is contained in:
AirwavesMan
2020-06-28 22:40:16 +02:00
parent 8d4a00b99e
commit 09c368b938
21 changed files with 967 additions and 17 deletions

View File

@@ -396,7 +396,7 @@ class Land_HBarrier5_DZ:BuiltItems {
constructioncount = 8;
removeoutput[] = {{"ItemSandbagExLarge5x",1}};
nounderground = 0;
};
};
class SandNest_DZ : BuiltItems {
scope = 2;
@@ -482,3 +482,18 @@ class WoodGate_DZ: BuiltItems
};
};
/*
class CookTripod_DZ: BuiltItems
{
scope = 2;
destrType = "DestructBuilding";
icon = "\ca\data\data\Unknown_object.paa";
mapSize = 2;
armor = 100;
model = "\z\addons\dayz_epoch_w\items\cook_tripod.p3d";
vehicleClass = "DayZ Epoch Buildables";
nounderground = 0;
requireplot = 0;
removeoutput[] = {{"cook_tripod_kit",1}};
};
*/