mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
11 lines
301 B
C++
11 lines
301 B
C++
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";
|
|
}; |