mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
Split Grave & Tents
This commit is contained in:
10
SQF/dayz_code/Configs/CfgVehicles/DZE/Grave.hpp
Normal file
10
SQF/dayz_code/Configs/CfgVehicles/DZE/Grave.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
class Land_A_tent;
|
||||
class GraveDZE: Land_A_tent {
|
||||
vehicleClass = "Survival";
|
||||
displayName = "Grave DZE";
|
||||
destrType = "DestructNo";
|
||||
model = "\z\addons\dayz_epoch\models\skeleton.p3d";
|
||||
transportMaxMagazines = 80;
|
||||
transportMaxWeapons = 20;
|
||||
transportMaxBackpacks = 1;
|
||||
};
|
||||
Reference in New Issue
Block a user