mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
GunRack Fluff Storage
This commit is contained in:
@@ -1942,7 +1942,17 @@ class CfgVehicles {
|
|||||||
constructioncount = 3;
|
constructioncount = 3;
|
||||||
removeoutput[] = {{"ItemFuelBarrelEmpty",1}};
|
removeoutput[] = {{"ItemFuelBarrelEmpty",1}};
|
||||||
};
|
};
|
||||||
|
class Gunrack1;
|
||||||
|
class GunRack_DZ: Gunrack1
|
||||||
|
{
|
||||||
|
armor = 200;
|
||||||
|
scope = 2;
|
||||||
|
displayName = "Gun Rack";
|
||||||
|
vehicleClass = "Fortifications";
|
||||||
|
transportMaxWeapons = 20;
|
||||||
|
offset[] = {0,2.5,0};
|
||||||
|
removeoutput[] = {{"ItemGunRackKit",1}};
|
||||||
|
};
|
||||||
// modular
|
// modular
|
||||||
class MetalFloor_DZ: ModularItems
|
class MetalFloor_DZ: ModularItems
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user