mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Replace M240 Nest ghost preview with the actual game object
The actual M240 Nest as ghost preview fits better as the old green one which was not centered. Thx to ZzBombardierzZ from discord
This commit is contained in:
@@ -4,13 +4,14 @@ class M240Nest_DZ: USMC_WarfareBMGNest_M240
|
|||||||
destrType = "DestructBuilding";
|
destrType = "DestructBuilding";
|
||||||
armor = 450;
|
armor = 450;
|
||||||
scope = 2;
|
scope = 2;
|
||||||
offset[] = {0,3.5,0};
|
offset[] = {0,4,1.6};
|
||||||
displayName = $STR_EPOCH_M240NEST;
|
displayName = $STR_EPOCH_M240NEST;
|
||||||
transportMaxMagazines = 25;
|
transportMaxMagazines = 25;
|
||||||
transportMaxWeapons = 4;
|
transportMaxWeapons = 4;
|
||||||
transportMaxBackpacks = 1;
|
transportMaxBackpacks = 1;
|
||||||
constructioncount = 10;
|
constructioncount = 10;
|
||||||
vehicleClass = "DayZ Epoch Static Weapons";
|
vehicleClass = "DayZ Epoch Static Weapons";
|
||||||
|
GhostPreview = "M240Nest_DZ";
|
||||||
removeoutput[] = {{"m240_nest_kit",1}};
|
removeoutput[] = {{"m240_nest_kit",1}};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user