add mortar resupply crates for mk6 and 60mm
This commit is contained in:
@@ -154,6 +154,48 @@ milsim_resupply_crateDefinitions = createHashMapFromArray [
|
|||||||
["weapons", []],
|
["weapons", []],
|
||||||
["magazines", []],
|
["magazines", []],
|
||||||
["items", []]
|
["items", []]
|
||||||
|
]
|
||||||
|
]]],
|
||||||
|
["MORTAR MK6", createHashMapFromArray [
|
||||||
|
["className", "Box_NATO_WpsSpecial_F"],
|
||||||
|
["displayName", "Mortar MK6 Supply Crate"],
|
||||||
|
["description", "A crate containing Mk6 mortar resupply (tubes) and tools."],
|
||||||
|
["icon", "\A3\ui_f\data\igui\cfg\simpleTasks\types\scout_ca.paa"],
|
||||||
|
["items", createHashMapFromArray [
|
||||||
|
["backpacks", [
|
||||||
|
["B_Mortar_01_support_F",3],
|
||||||
|
["B_Mortar_01_weapon_F",6],
|
||||||
|
["UK3CB_LSM_B_B_CARRYALL_RADIO_TIG_STRIPE_01",1]
|
||||||
|
]],
|
||||||
|
["weapons", [
|
||||||
|
["ACE_Vector",2]
|
||||||
|
]],
|
||||||
|
["magazines", [
|
||||||
|
["acex_intelitems_notepad",2]
|
||||||
|
]],
|
||||||
|
["items", [
|
||||||
|
["ACE_artilleryTable",2],
|
||||||
|
["ACE_RangeTable_82mm",2],
|
||||||
|
["ACE_microDAGR",2],
|
||||||
|
["ACE_MapTools",2]
|
||||||
|
]]
|
||||||
|
]
|
||||||
|
]]],
|
||||||
|
["MORTAR 60MM COMMANDO", createHashMapFromArray [
|
||||||
|
["className", "Box_NATO_WpsSpecial_F"],
|
||||||
|
["displayName", "Mortar 60mm Commando Supply Crate"],
|
||||||
|
["description", "A crate containing COMMANDO 60mm mortar shells and some STANAGs."],
|
||||||
|
["icon", "\A3\ui_f\data\igui\cfg\simpleTasks\types\scout_ca.paa"],
|
||||||
|
["items", createHashMapFromArray [
|
||||||
|
["backpacks", []],
|
||||||
|
["weapons", []],
|
||||||
|
["magazines", [
|
||||||
|
["twc_2inch_he_1rnd",70],
|
||||||
|
["twc_2inch_smoke_1rnd",15],
|
||||||
|
["twc_2inch_illum_1rnd",15],
|
||||||
|
["Tier1_30Rnd_556x45_Mk318Mod0_EMag",20]
|
||||||
|
]],
|
||||||
|
["items", []]
|
||||||
|
]
|
||||||
]]]
|
]]]
|
||||||
]];
|
];
|
||||||
|
|
||||||
Reference in New Issue
Block a user