mirror of
https://github.com/Ghostrider-DbD-/Config-Extraction-Tools.git
synced 2024-08-30 16:42:11 +00:00
89 lines
1.9 KiB
Plaintext
89 lines
1.9 KiB
Plaintext
/*
|
|
Class Name Extraction Tool
|
|
By GhostriderDbD
|
|
For Arma 3
|
|
|
|
This list of vests will be excluded from the output of the relevant scripts.
|
|
|
|
All the code and information provided here is provided under an Attribution Non-Commercial ShareAlike 4.0 Commons License.
|
|
|
|
http://creativecommons.org/licenses/by-nc-sa/4.0/
|
|
*/
|
|
|
|
_baseVests = [
|
|
"Exile_Vest_Rebreather_AAF",
|
|
"Exile_Vest_Rebreather_CSAT",
|
|
"Exile_Vest_Rebreather_NATO",
|
|
"Exile_Vest_Snow",
|
|
"V_BandollierB_blk",
|
|
"V_BandollierB_cbr",
|
|
"V_BandollierB_ghex_F",
|
|
"V_BandollierB_khk",
|
|
"V_BandollierB_oli",
|
|
"V_BandollierB_rgr",
|
|
"V_Chestrig_blk",
|
|
"V_Chestrig_khk",
|
|
"V_Chestrig_oli",
|
|
"V_Chestrig_rgr",
|
|
"V_DeckCrew_base_F",
|
|
"V_DeckCrew_blue_F",
|
|
"V_DeckCrew_brown_F",
|
|
"V_DeckCrew_green_F",
|
|
"V_DeckCrew_red_F",
|
|
"V_DeckCrew_violet_F",
|
|
"V_DeckCrew_white_F",
|
|
"V_DeckCrew_yellow_F",
|
|
"V_HarnessO_brn",
|
|
"V_HarnessO_ghex_F",
|
|
"V_HarnessO_gry",
|
|
"V_HarnessOGL_brn",
|
|
"V_HarnessOGL_ghex_F",
|
|
"V_HarnessOGL_gry",
|
|
"V_HarnessOSpec_brn",
|
|
"V_HarnessOSpec_gry",
|
|
"V_I_G_resistanceLeader_F",
|
|
"V_PlateCarrier1_blk",
|
|
"V_PlateCarrier1_rgr",
|
|
"V_PlateCarrier1_rgr_noflag_F",
|
|
"V_PlateCarrier1_tna_F",
|
|
"V_PlateCarrier2_blk",
|
|
"V_PlateCarrier2_rgr",
|
|
"V_PlateCarrier2_rgr_noflag_F",
|
|
"V_PlateCarrier2_tna_F",
|
|
"V_PlateCarrier3_rgr",
|
|
"V_PlateCarrier_Kerry",
|
|
"V_PlateCarrierGL_blk",
|
|
"V_PlateCarrierGL_mtp",
|
|
"V_PlateCarrierGL_rgr",
|
|
"V_PlateCarrierGL_tna_F",
|
|
"V_PlateCarrierH_CTRG",
|
|
"V_PlateCarrierIA1_dgtl",
|
|
"V_PlateCarrierIA2_dgtl",
|
|
"V_PlateCarrierIAGL_dgtl",
|
|
"V_PlateCarrierIAGL_oli",
|
|
"V_PlateCarrierL_CTRG",
|
|
"V_PlateCarrierSpec_blk",
|
|
"V_PlateCarrierSpec_mtp",
|
|
"V_PlateCarrierSpec_rgr",
|
|
"V_PlateCarrierSpec_tna_F",
|
|
"V_Press_F",
|
|
"V_Rangemaster_belt",
|
|
"V_RebreatherB",
|
|
"V_RebreatherIA",
|
|
"V_RebreatherIR",
|
|
"V_TacChestrig_cbr_F",
|
|
"V_TacChestrig_grn_F",
|
|
"V_TacChestrig_oli_F",
|
|
"V_TacVest_blk",
|
|
"V_TacVest_blk_POLICE",
|
|
"V_TacVest_brn",
|
|
"V_TacVest_camo",
|
|
"V_TacVest_gen_F",
|
|
"V_TacVest_khk",
|
|
"V_TacVest_oli",
|
|
"V_TacVestCamo_khk",
|
|
"V_TacVestIR_blk",
|
|
"Vest_Camo_Base",
|
|
"Vest_NoCamo_Base"
|
|
];
|