Adjusted small things in unsung arsenal preset

This commit is contained in:
Wyqer 2019-07-25 10:21:10 +02:00
parent 2666e87028
commit 74ecf22167
No known key found for this signature in database
GPG Key ID: D7E2F8BD7F1E48FA
2 changed files with 85 additions and 13 deletions

View File

@ -1,7 +1,14 @@
// The Unsung Vietnam War Mod - US Arsenal Preset
/*
The Unsung Vietnam War Mod - US Arsenal Preset
// Mods needed:
// The Unsung Vietnam War Mod
Author: Bunnyhopps - https://github.com/Bunnyhopps147
Mods needed:
- The Unsung Vietnam War Mod
Mods optional:
- ACE
*/
GRLIB_arsenal_weapons = [
// AK 47
@ -1491,7 +1498,6 @@ GRLIB_arsenal_items = [
"UNS_USMC_FLAK2_65",
"UNS_USMC_LERDL",
// Headgear
"UNS_Band_H",
"UNS_Band_L",
@ -1533,7 +1539,6 @@ GRLIB_arsenal_items = [
"UNS_Ear",
"UNS_Field_Cap",
"UNS_Finger",
"UNS_Goggles_NVA",
"UNS_Headband_BK",
"UNS_Headband_ED",
"UNS_Headband_OD",
@ -1700,10 +1705,6 @@ GRLIB_arsenal_items = [
// Items
"b_kar_m1884",
"Binocular",
"ItemCompass",
"ItemMap",
"ItemWatch",
"uns_AC47_RC",
"uns_ANPVS2",
"uns_b_6H3",
@ -1766,7 +1767,78 @@ GRLIB_arsenal_items = [
"uns_s_PPK",
"uns_s_Sten",
"uns_s_UZI",
"UNS_TrapKit"
"UNS_TrapKit",
// ACE Items
"ACE_adenosine",
"ACE_atropine",
"ACE_bloodIV_250",
"ACE_bloodIV_500",
"ACE_bloodIV",
"ACE_bodyBag",
"ACE_CableTie",
"ACE_Clacker",
"ACE_DeadManSwitch",
"ACE_DefusalKit",
"ACE_EarPlugs",
"ACE_elasticBandage",
"ACE_EntrenchingTool",
"ACE_epinephrine",
"ACE_fieldDressing",
"ACE_Flashlight_MX991",
"ACE_Flashlight_XL50",
"ACE_M26_Clacker",
"ACE_MapTools",
"ACE_morphine",
"ACE_packingBandage",
"ACE_personalAidKit",
"ACE_plasmaIV_250",
"ACE_plasmaIV_500",
"ACE_plasmaIV",
"ACE_quikclot",
"ACE_RangeCard",
"ACE_RangeTable_82mm",
"ACE_rope12",
"ACE_rope15",
"ACE_rope18",
"ACE_rope27",
"ACE_rope36",
"ACE_salineIV_250",
"ACE_salineIV_500",
"ACE_salineIV",
"ACE_Sandbag_empty",
"ACE_SpraypaintBlack",
"ACE_SpraypaintBlue",
"ACE_SpraypaintGreen",
"ACE_SpraypaintRed",
"ACE_surgicalKit",
"ACE_tourniquet",
"ACE_Tripod",
"ACE_wirecutter",
// ACRE Items
"ACRE_PRC117F",
"ACRE_PRC148",
"ACRE_PRC152",
"ACRE_PRC343",
"ACRE_PRC77",
"ACRE_SEM52SL",
"ACRE_SEM70",
"ItemRadioAcreFlagged",
// TFAR Items (Unsung has own radios which work with TFAR)
"TFAR_microdagr",
// Vanilla Standard Items
"Binocular",
"FirstAidKit",
"ItemCompass",
"ItemMap",
"ItemRadio",
"ItemWatch",
"Medikit",
"MineDetector",
"ToolKit"
];
GRLIB_arsenal_backpacks = [

View File

@ -343,9 +343,6 @@ blacklisted_from_arsenal = [
"UK3CB_BAF_L16",
"UK3CB_BAF_M6",
"UK3CB_BAF_Tripod",
"uns_STABO_US_Bag",
"uns_Tripod_Bag",
"uns_MK18_low_US_Bag",
"uns_M1_81mm_mortar_US_Bag",
"uns_M1919_low_US_Bag",
"uns_M2_60mm_mortar_US_Bag",
@ -354,6 +351,9 @@ blacklisted_from_arsenal = [
"uns_M30_107mm_mortar_US_Bag",
"uns_M60_high_US_Bag",
"uns_M60_low_US_Bag",
"uns_MK18_low_US_Bag",
"uns_STABO_US_Bag",
"uns_Tripod_Bag",
"Uns_US_searchlight_Bag"
];