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:
A Man
2021-09-08 09:27:04 +02:00
parent 0f51c62dc6
commit ff05cb9cb8

View File

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