Rest of FireBarrel kit and maintenance for lightpole

#700, #699
This commit is contained in:
dayz10k
2013-11-14 15:04:09 -05:00
parent 347a2d3d6e
commit 7b657419f8

View File

@@ -1926,7 +1926,22 @@ class CfgVehicles {
}; };
}; };
}; };
class Land_Fire_barrel;
class FireBarrel_DZ: Land_Fire_barrel
{
scope = 2;
destrType = "DestructNo";
cost = 100;
model = "\z\addons\dayz_epoch\models\oil_drum_model.p3d";
icon = "\ca\data\data\Unknown_object.paa";
offset[] = {0,1.5,0.5};
mapSize = 2;
armor = 400;
displayName = "Fire Barrel";
vehicleClass = "Fortifications";
constructioncount = 3;
removeoutput[] = {{"ItemFuelBarrelEmpty",1}};
};
// modular // modular
class MetalFloor_DZ: ModularItems class MetalFloor_DZ: ModularItems
@@ -2919,6 +2934,7 @@ class CfgVehicles {
offset[] = {0,2.5,0}; offset[] = {0,2.5,0};
displayName = "Light Pole"; displayName = "Light Pole";
vehicleClass = "Fortifications"; vehicleClass = "Fortifications";
maintainBuilding[] = {{"ItemPole",1}};
}; };
class WoodGate_DZ: BuiltItems class WoodGate_DZ: BuiltItems
{ {
@@ -3198,4 +3214,4 @@ class CfgVehicles {
}; };
}; };