mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-14 20:22:56 +03:00
CFG WEAPONS DONE
This commit is contained in:
11
SQF/dayz_code/Configs/CfgVehicles/CamoNetting.hpp
Normal file
11
SQF/dayz_code/Configs/CfgVehicles/CamoNetting.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
class CamoNet_DZ: BuiltItems {
|
||||
armor = 3;
|
||||
destrtype = "DestructTent";
|
||||
displayName = $STR_ITEM_NAME_CAMONET;
|
||||
descriptionShort = $STR_ITEM_DESC_CAMONET;
|
||||
icon = "\Ca\misc3\data\Icons\icon_camoNet_ca.paa";
|
||||
mapsize = 13.5;
|
||||
model = "\Ca\misc3\CamoNet_EAST";
|
||||
scope = 2;
|
||||
vehicleclass = "Military";
|
||||
};
|
||||
Reference in New Issue
Block a user