mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-07-04 15:41:55 +03:00
Split Grave & Tents
This commit is contained in:
@@ -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