Split Grave & Tents

This commit is contained in:
Florian Kinder
2014-01-31 08:10:32 +01:00
parent e2b33c76f1
commit 65e7bc7b89
3 changed files with 44 additions and 47 deletions

View 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;
};