mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Increased magazine slots for cooking pot and adv. workbench
Cooking pot got 15 slots now. Adv. workbench got 30 now.
This commit is contained in:
@@ -232,7 +232,7 @@ class Advanced_WorkBench_DZ: BuiltItems
|
||||
icon = "\ca\data\data\Unknown_object.paa";
|
||||
mapSize = 2;
|
||||
transportMaxWeapons = 45;
|
||||
transportMaxMagazines = 20;
|
||||
transportMaxMagazines = 30;
|
||||
transportmaxbackpacks = 1;
|
||||
armor = 400;
|
||||
displayName = $STR_EPOCH_WORKBENCH_ADVANCED;
|
||||
@@ -252,7 +252,7 @@ class CookTripod_DZ: BuiltItems
|
||||
icon = "\ca\data\data\Unknown_object.paa";
|
||||
mapSize = 2;
|
||||
transportMaxWeapons = 0;
|
||||
transportMaxMagazines = 4;
|
||||
transportMaxMagazines = 15;
|
||||
transportmaxbackpacks = 0;
|
||||
armor = 500;
|
||||
model = "\z\addons\dayz_epoch_w\items\cook_tripod.p3d";
|
||||
|
||||
Reference in New Issue
Block a user