From 98f7e92e9f4548e7d7fdcc9efef1d36fb4f370b0 Mon Sep 17 00:00:00 2001 From: "DESKTOP-UH65DCE\\MusTanG" Date: Thu, 6 Jul 2017 19:19:36 -0500 Subject: [PATCH] Rare Document Upgrades new item was created Top Secret(Rare Document) for special vehicle upgrades --- Sources/epoch_config/Configs/CfgVehicleUpgrades.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Sources/epoch_config/Configs/CfgVehicleUpgrades.hpp b/Sources/epoch_config/Configs/CfgVehicleUpgrades.hpp index 83855dc7..dc53a376 100644 --- a/Sources/epoch_config/Configs/CfgVehicleUpgrades.hpp +++ b/Sources/epoch_config/Configs/CfgVehicleUpgrades.hpp @@ -295,4 +295,16 @@ class CfgVehicleUpgrades class O_Truck_02_covered_EPOCH3: C_Hatchback_01_EPOCH3 { upgradeToVehicle = "O_Truck_02_covered_EPOCH4"; }; class O_Truck_02_transport_EPOCH3: C_Hatchback_01_EPOCH3 { upgradeToVehicle = "O_Truck_02_transport_EPOCH4"; }; }; + class ItemVehDoc5 {}; + class ItemVehDocRara + { + class K01 + { + ReqMaterials[] = {{1,"ItemVehDocRara"},{2,"PaintCanOra"},{4,"ItemPipe"},{2,"jerrycan_epoch"}}; + upgradeToVehicle = "mosquito_epoch"; + }; + class K02: K01{}; + class K03: K01{}; + class K04: K01{}; + }; }; \ No newline at end of file