Skip to content

Commit

Permalink
mass updated to less values
Browse files Browse the repository at this point in the history
  • Loading branch information
michail-nikolaev committed Oct 26, 2014
1 parent b093d34 commit 0127e9b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
Binary file not shown.
Binary file not shown.
26 changes: 13 additions & 13 deletions arma3/@task_force_radio/addons/task_force_radio_items/config.cpp
Expand Up @@ -203,7 +203,7 @@ class CfgVehicles {
hiddenSelections[] = {"camo"};
hiddenSelectionsTextures[] = {"\task_force_radio_items\models\data\clf_prc117g_ap_co.paa"};
maximumLoad = 50;
mass = 188;
mass = 80;
scope = 2;
scopeCurator = 2;
tf_encryptionCode = "tf_west_radio_code";
Expand All @@ -229,7 +229,7 @@ class CfgVehicles {
displayName = "RT-1523G (ASIP) Big";
descriptionShort = "RT-1523G (ASIP) Big long range radio 20km";
maximumLoad = 160;
mass = 600;
mass = 160;
hiddenSelections[] = {"camo"};
hiddenSelectionsTextures[] = {"\task_force_radio_items\models\data\clf_nicecomm2_nato_multi_co.paa"};
model="\task_force_radio_items\models\clf_nicecomm2";
Expand All @@ -238,7 +238,7 @@ class CfgVehicles {
displayName = "RT-1523G (ASIP) Big BWMOD";
descriptionShort = "RT-1523G (ASIP) Big BWMOD long range radio 20km";
maximumLoad = 160;
mass = 600;
mass = 160;
hiddenSelections[] = {"camo"};
hiddenSelectionsTextures[] = {"\task_force_radio_items\models\data\clf_nicecomm2_bwmod_co.paa"};
model="\task_force_radio_items\models\clf_nicecomm2";
Expand All @@ -247,7 +247,7 @@ class CfgVehicles {
displayName = "RT-1523G (ASIP) Big RHS";
descriptionShort = "RT-1523G (ASIP) Big RHS long range radio 20km";
maximumLoad = 160;
mass = 600;
mass = 160;
hiddenSelections[] = {"camo"};
hiddenSelectionsTextures[] = {"\task_force_radio_items\models\data\clf_nicecomm2_rhs_co.paa"};
model="\task_force_radio_items\models\clf_nicecomm2";
Expand All @@ -256,7 +256,7 @@ class CfgVehicles {
displayName = "RT-1523G (ASIP) Sage";
descriptionShort = "RT-1523G (ASIP) Sage long range radio 20km";
maximumLoad = 100;
mass = 350;
mass = 120;
hiddenSelections[] = {"camo"};
hiddenSelectionsTextures[] = {"\task_force_radio_items\models\data\camo\backpack_sage_co.paa"};
model = "\task_force_radio_items\models\TFR_BACKPACK";
Expand All @@ -265,7 +265,7 @@ class CfgVehicles {
displayName = "RT-1523G (ASIP) Green";
descriptionShort = "RT-1523G (ASIP) Green long range radio 20km";
maximumLoad = 100;
mass = 350;
mass = 120;
hiddenSelections[] = {"camo"};
hiddenSelectionsTextures[] = {"\task_force_radio_items\models\data\camo\backpack_green_co.paa"};
model = "\task_force_radio_items\models\TFR_BACKPACK";
Expand All @@ -274,7 +274,7 @@ class CfgVehicles {
displayName = "RT-1523G (ASIP) Fabric";
descriptionShort = "RT-1523G (ASIP) Fabric long range radio 20km";
maximumLoad = 100;
mass = 350;
mass = 120;
hiddenSelections[] = {"camo"};
hiddenSelectionsTextures[] = {"\task_force_radio_items\models\data\camo\backpack_fabric_co.paa"};
model = "\task_force_radio_items\models\TFR_BACKPACK";
Expand All @@ -283,7 +283,7 @@ class CfgVehicles {
displayName = "RT-1523G (ASIP) Black";
descriptionShort = "RT-1523G (ASIP) Black long range radio 20km";
maximumLoad = 100;
mass = 350;
mass = 120;
hiddenSelections[] = {"camo"};
hiddenSelectionsTextures[] = {"\task_force_radio_items\models\data\camo\backpack_black_co.paa"};
model = "\task_force_radio_items\models\TFR_BACKPACK";
Expand All @@ -299,7 +299,7 @@ class CfgVehicles {
scope = 2;
scopeCurator = 2;
maximumLoad = 160;
mass = 600;
mass = 160;
model="\task_force_radio_items\models\clf_nicecomm2";
hiddenSelections[] = {"camo"};
hiddenSelectionsTextures[] = {"\task_force_radio_items\models\data\clf_nicecomm2_aff_digital_co.paa"};
Expand All @@ -324,7 +324,7 @@ class CfgVehicles {
scope = 2;
scopeCurator = 2;
maximumLoad = 160;
mass = 600;
mass = 160;
model = "\task_force_radio_items\models\clf_nicecomm2_prc117g";
hiddenSelections[] = {"camo"};
hiddenSelectionsTextures[] = {"\task_force_radio_items\models\data\clf_nicecomm2_csat_multi_co.paa"};
Expand Down Expand Up @@ -366,7 +366,7 @@ class CfgVehicles {
scope = 2;
scopeCurator = 2;
maximumLoad = 20;
mass = 600;
mass = 160;
tf_range = 40000;
tf_encryptionCode = "tf_west_radio_code";
tf_dialog = "anarc210_radio_dialog";
Expand All @@ -385,7 +385,7 @@ class CfgVehicles {
scope = 2;
scopeCurator = 2;
maximumLoad = 20;
mass = 600;
mass = 160;
tf_range = 40000;
tf_encryptionCode = "tf_guer_radio_code";
tf_dialog = "anarc164_radio_dialog";
Expand All @@ -402,7 +402,7 @@ class CfgVehicles {
scope = 2;
scopeCurator = 2;
maximumLoad = 20;
mass = 600;
mass = 160;
tf_range = 40000;
tf_encryptionCode = "tf_east_radio_code";
tf_dialog = "mr6000l_radio_dialog";
Expand Down

0 comments on commit 0127e9b

Please sign in to comment.