mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
9 lines
252 B
C++
9 lines
252 B
C++
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;
|
|
}; |