85 lines
2.6 KiB
C++
85 lines
2.6 KiB
C++
class braf_Steiner_750RC : Binocular {
|
|
author = "BRAF Team";
|
|
_generalMacro = "braf_Steiner_750RC";
|
|
opticsDisablePeripherialVision = 1;
|
|
weaponPoolAvailable = 1;
|
|
scope = 2;
|
|
simulation = "Binocular";
|
|
model = "\braf\braf_characters_army\item\binocular\braf_steiner_750RC.p3d";
|
|
modelOptics = "\braf\braf_characters_army\item\binocular\braf_optics_steiner_750RC.p3d";
|
|
opticsPPEffects[] = {
|
|
"OpticsCHAbera1",
|
|
"OpticsBlur1"
|
|
};
|
|
visionMode[] = {
|
|
"Normal"
|
|
};
|
|
picture = "\A3\Weapons_F\Data\UI\gear_binoculars_CA.paa";
|
|
value = 5;
|
|
type = 4096;
|
|
displayName = "Steiner 750RC";
|
|
nameSound = "binoculars";
|
|
descriptionUse = "$STR_A3_cfgWeapons_Default_Binocular1";
|
|
reloadTime = 0;
|
|
sound[] = {
|
|
"",
|
|
0,
|
|
1
|
|
};
|
|
canLock = 0;
|
|
optics = 1;
|
|
forceOptics = 0;
|
|
useAsBinocular = 1;
|
|
primary = 0;
|
|
inertia = 0.1;
|
|
swayCoef = 0.34;
|
|
opticsZoomMin = 0.02;
|
|
opticsZoomMax = 0.0625;
|
|
opticsZoomInit = 0.0625;
|
|
minRange = 150;
|
|
midRange = 500;
|
|
maxRange = 2500;
|
|
magazines[] = {};
|
|
class Library {
|
|
libTextDesc = "$STR_LIB_BINOCULAR";
|
|
};
|
|
descriptionShort = "$STR_DSS_BINOCULAR";
|
|
class WeaponSlotsInfo {
|
|
mass = 10;
|
|
};
|
|
};
|
|
class braf_nvg_loris : NVGoggles {
|
|
author = "BRAF Team";
|
|
_generalMacro = "braf_nvg_loris";
|
|
modelOptics = "\A3\weapons_f\reticle\optics_night";
|
|
model = "\braf\braf_characters_army\item\nvg\braf_loris_on";
|
|
picture = "\braf\braf_characters_army\item\nvg\data\loris_ui.paa";
|
|
displayName = "$STR_BRAF_NVG_LORIS_MOUNT";
|
|
class ItemInfo {
|
|
type = 616;
|
|
mass = 20;
|
|
uniformModel = "\braf\braf_characters_army\item\nvg\braf_loris_on.p3d";
|
|
modelOff = "\braf\braf_characters_army\item\nvg\braf_loris_off.p3d";
|
|
};
|
|
};
|
|
class braf_nvg_loris_ccb : braf_nvg_loris {
|
|
_generalMacro = "braf_nvg_loris_ccb";
|
|
model = "\braf\braf_characters_army\item\nvg\braf_loris_ccb_on.p3d";
|
|
displayName = "$STR_BRAF_NVG_CCB";
|
|
class ItemInfo {
|
|
type = 616;
|
|
mass = 20;
|
|
uniformModel = "\braf\braf_characters_army\item\nvg\braf_loris_ccb_on.p3d";
|
|
modelOff = "\braf\braf_characters_army\item\nvg\braf_loris_ccb_off.p3d";
|
|
};
|
|
};
|
|
class braf_army_PatrolCap;
|
|
class braf_loris_mount : braf_army_PatrolCap {
|
|
scope = 2;
|
|
displayName = "$STR_BRAF_NVG_MOUNT";
|
|
picture = "\braf\braf_characters_army\item\nvg\data\loris_mount.paa";
|
|
model = "braf\braf_characters_army\item\nvg\braf_loris_mount.p3d";
|
|
class ItemInfo : HeadGearItem {
|
|
uniformModel = "braf\braf_characters_army\item\nvg\braf_loris_mount.p3d";
|
|
};
|
|
}; |