mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
grave WH
This commit is contained in:
@@ -3150,6 +3150,18 @@ class CfgVehicles {
|
|||||||
lockedClass = "LockboxStorageLocked";
|
lockedClass = "LockboxStorageLocked";
|
||||||
packedClass = "WeaponHolder_ItemLockbox";
|
packedClass = "WeaponHolder_ItemLockbox";
|
||||||
};
|
};
|
||||||
|
class GraveDZE: Land_A_tent
|
||||||
|
{
|
||||||
|
vehicleClass = "Survival";
|
||||||
|
displayName = "Grave DZE";
|
||||||
|
destrType = "DestructNo";
|
||||||
|
memoryPointSupply = "collect";
|
||||||
|
supplyRadius = 3;
|
||||||
|
transportMaxMagazines = 80;
|
||||||
|
transportMaxWeapons = 5;
|
||||||
|
transportMaxBackpacks = 1;
|
||||||
|
transportAmmo = 0;
|
||||||
|
transportRepair = 0;
|
||||||
|
transportFuel = 0;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user