-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
745538b
commit 5ad0fdc
Showing
58 changed files
with
1,971 additions
and
1,560 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
386 changes: 193 additions & 193 deletions
386
Compositions/7.Cav_Fixed_Wing_Aviation/composition.sqe
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
class CfgEquipmentTags { | ||
Common[] = {"G_Aviator"}; | ||
|
||
CommonBlufor[] = {"G_Aviator"}; | ||
|
||
CommonBluforCompanyAlpha[] = {"ace_banana"}; | ||
CommonBluforCompanyBravo[] = {"ace_banana"}; | ||
CommonBluforCompanyCharlie[] = {"ace_banana"}; | ||
|
||
// Weapons | ||
coll_system_rifle[] = {"class_rhs_weap_m4a1"}; | ||
class_rhs_weap_m4a1[] = { | ||
"rhs_weap_m4a1_carryhandle", | ||
"rhs_weap_m4a1_carryhandle_mstock", | ||
"rhs_weap_m4a1", | ||
"rhs_weap_m4a1_mstock", | ||
"rhs_weap_m4a1_d", | ||
"rhs_weap_m4a1_d_mstock", | ||
"rhs_weap_m4a1_wd", | ||
"rhs_weap_m4a1_wd_mstock", | ||
|
||
"rhs_weap_m4a1_blockII", | ||
"rhs_weap_m4a1_blockII_KAC", | ||
"rhs_weap_m4a1_blockII_bk", | ||
"rhs_weap_m4a1_blockII_KAC_bk", | ||
"rhs_weap_m4a1_blockII_d", | ||
"rhs_weap_m4a1_blockII_KAC_d", | ||
"rhs_weap_m4a1_blockII_wd", | ||
"rhs_weap_m4a1_blockII_KAC_wd", | ||
|
||
"equ_magazines_basic_stanag", | ||
"equ_scopes_basic" | ||
}; | ||
|
||
equ_magazines_basic_stanag[] = { | ||
"rhs_mag_30Rnd_556x45_M855A1_Stanag", | ||
"ACE_30Rnd_556x45_Stanag_M995_AP_mag" | ||
}; | ||
equ_magazines_basic_pmag[] = { | ||
"rhs_mag_30Rnd_556x45_M855A1_PMAG", | ||
"rhs_mag_30Rnd_556x45_M855A1_PMAG_Tracer_Red", | ||
"rhs_mag_30Rnd_556x45_M855A1_PMAG_Tan", | ||
"rhs_mag_30Rnd_556x45_M855A1_PMAG_Tan_Tracer_Red", | ||
"rhs_mag_30Rnd_556x45_Mk262_PMAG" | ||
}; | ||
|
||
equ_scopes_basic[] = {}; | ||
|
||
// Grenades | ||
coll_throwable[] = { | ||
"equ_grenades", | ||
"equ_smokes", | ||
"equ_chemlights" | ||
}; | ||
equ_grenades[] = { | ||
"HandGrenade", | ||
"rhs_mag_m67", | ||
"B_IR_Grenade", | ||
"ACE_M84", | ||
}; | ||
equ_smokes[] = { | ||
"SmokeShell", | ||
"SmokeShellRed", | ||
"SmokeShellBlue", | ||
"SmokeShellGreen", | ||
"SmokeShellOrange", | ||
"SmokeShellYellow", | ||
"SmokeShellPurple", | ||
}; | ||
equ_chemlights[] = { | ||
"ACE_Chemlight_HiWhite", | ||
"ACE_Chemlight_HiBlue", | ||
"ACE_Chemlight_HiGreen", | ||
"ACE_Chemlight_HiYellow", | ||
"ACE_Chemlight_HiRed", | ||
"ACE_Chemlight_IR", | ||
}; | ||
|
||
// Communication | ||
equ_radio_basic[] = {}; | ||
equ_radio_advanced[] = {}; | ||
|
||
// Medical | ||
equ_medical_level_0[] = {}; | ||
equ_medical_level_1[] = {}; | ||
equ_medical_level_2[] = {}; | ||
equ_medical_level_3[] = {}; | ||
|
||
// | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.