mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-21 07:30:48 +03:00
Remove vanilla camo net
Duplicate of Epoch one. Also had sliding issues when building because it did not have the proper Epoch offset.
This commit is contained in:
@@ -454,8 +454,8 @@ class desert_large_net_kit: CA_Magazine
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_LARGEDESERTCAMONET;
|
||||
descriptionShort = $STR_EPOCH_LARGECAMONET_DESC;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
model = "\z\addons\dayz_communityassets\models\packed_net_green.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_packed_net_green_ca.paa";
|
||||
weight = 25;
|
||||
class ItemActions
|
||||
{
|
||||
@@ -475,8 +475,8 @@ class forest_large_net_kit: CA_Magazine
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_LARGEFORESTCAMONET;
|
||||
descriptionShort = $STR_EPOCH_LARGECAMONET_DESC;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
model = "\z\addons\dayz_communityassets\models\packed_net_green.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_packed_net_green_ca.paa";
|
||||
weight = 25;
|
||||
class ItemActions
|
||||
{
|
||||
@@ -496,8 +496,8 @@ class desert_net_kit: CA_Magazine
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_DESERTCAMONET;
|
||||
descriptionShort = $STR_EPOCH_CAMONET_DESC;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
model = "\z\addons\dayz_communityassets\models\packed_net_green.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_packed_net_green_ca.paa";
|
||||
weight = 25;
|
||||
class ItemActions
|
||||
{
|
||||
@@ -526,8 +526,8 @@ class forest_net_kit: CA_Magazine
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_FORESTCAMONET;
|
||||
descriptionShort = $STR_EPOCH_CAMONET_DESC;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
model = "\z\addons\dayz_communityassets\models\packed_net_green.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_packed_net_green_ca.paa";
|
||||
weight = 25;
|
||||
class ItemActions
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user