Rare Document Upgrades

new item was created Top Secret(Rare Document) for special vehicle
upgrades
This commit is contained in:
DESKTOP-UH65DCE\MusTanG 2017-07-06 19:19:36 -05:00
parent 3fd8a502f7
commit 98f7e92e9f

View File

@ -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{};
};
};