mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add a buildable storage crate
This commit is contained in:
@@ -400,4 +400,20 @@ class Vendmachine2_DZ: BuiltItems
|
||||
transportmaxbackpacks = 5;
|
||||
removeoutput[] = {{"vendmachine2_kit",1}};
|
||||
vehicleClass = "DayZ Epoch Buildables";
|
||||
};
|
||||
|
||||
class StorageCrate_DZ: BuiltItems
|
||||
{
|
||||
scope = 2;
|
||||
model = "z\addons\dayz_buildings\models\item_storage.p3d";
|
||||
displayName = $STR_EPOCH_STORAGECRATE;
|
||||
icon = "\ca\data\data\Unknown_object.paa";
|
||||
mapSize = 2;
|
||||
constructioncount = 1;
|
||||
offset[] = {0,2.5,0};
|
||||
transportMaxWeapons = 3;
|
||||
transportMaxMagazines = 60;
|
||||
transportmaxbackpacks = 1;
|
||||
removeoutput[] = {{"storage_crate_kit",1}};
|
||||
vehicleClass = "DayZ Epoch Buildables";
|
||||
};
|
||||
Reference in New Issue
Block a user