diff --git a/SQF/dayz_code/Configs/cfgVehicles.hpp b/SQF/dayz_code/Configs/cfgVehicles.hpp index d1a4b9138..61f294d35 100644 --- a/SQF/dayz_code/Configs/cfgVehicles.hpp +++ b/SQF/dayz_code/Configs/cfgVehicles.hpp @@ -2315,7 +2315,23 @@ class CfgVehicles { }; }; }; - + class Land_Fire_barrel; + class FireBarrel_DZ:Land_Fire_barrel + { + scope = 2; + destrType = "DestructNo"; + cost = 100; + offset[] = {0,2,0}; + model = "\z\addons\dayz_epoch\models\oil_drum_model.p3d"; + icon = "\ca\data\data\Unknown_object.paa"; + mapSize = 2; + armor = 400; + displayName = "Fire Barrel"; + vehicleClass = "Fortifications"; + constructioncount = 2; + removeoutput[] = {{"ItemFireBarrel_kit",1}}; + requireplot = 0; + }; class WoodSmallWallWin_DZ: ModularItems { scope = 2; @@ -3198,4 +3214,4 @@ class CfgVehicles { }; -}; \ No newline at end of file +};