mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
75 lines
1.9 KiB
C++
75 lines
1.9 KiB
C++
class Profiteer4 {
|
|
humanity = "friendly";
|
|
category[] = {
|
|
{"Bikes and ATV","BikesandATV"}
|
|
{"Buses and Vans","BusesandVans"}
|
|
{"Cargo Trucks","CargoTrucks"}
|
|
{"Fuel Trucks","FuelTrucks"}
|
|
{"Military Unarmed","MilitaryUnarmed"}
|
|
{"Trucks","Trucks"}
|
|
{"Used Cars","UsedCars"}
|
|
{"Utility Vehicles","UtilityVehicles"}
|
|
};
|
|
};
|
|
class RU_WorkWoman1 {
|
|
humanity = "friendly";
|
|
category[] = {
|
|
{"Backpacks","Backpacks"}
|
|
{"Clothes","Clothes"}
|
|
{"Cooked Meats","CookedMeats"}
|
|
{"Drinks","Drinks"}
|
|
{"Packaged Food","PackagedFood"}
|
|
};
|
|
};
|
|
class UN_CDF_Soldier_Pilot_EP1 {
|
|
humanity = "friendly";
|
|
category[] = {
|
|
{"Bikes and ATV","BikesandATV"}
|
|
{"Buses and Vans","BusesandVans"}
|
|
{"Cargo Trucks","CargoTrucks"}
|
|
{"Fuel Trucks","FuelTrucks"}
|
|
{"Military Unarmed","MilitaryUnarmed"}
|
|
{"Trucks Unarmed","TrucksUnarmed"}
|
|
{"Used Cars","UsedCars"}
|
|
{"Utility Vehicles","UtilityVehicles"}
|
|
};
|
|
};
|
|
class Rocker4 {
|
|
humanity = "friendly";
|
|
category[] = {
|
|
{"Assault Rifle","AssaultRifle"}
|
|
{"Light Machine Gun","LightMachineGun"}
|
|
{"Pistols","Pistols"}
|
|
{"Shotguns and Single-shot","ShotgunsandSingleshot"}
|
|
{"Sniper Rifle","SniperRifle"}
|
|
{"Submachine Guns","SubmachineGuns"}
|
|
};
|
|
};
|
|
class RU_Citizen3 {
|
|
humanity = "friendly";
|
|
category[] = {
|
|
{"Assault Rifle Ammo","AssaultRifleAmmo"}
|
|
{"Light Machine Gun Ammo","LightMachineGunAmmo"}
|
|
{"Pistol Ammo","PistolAmmo"}
|
|
{"Shotguns and Single-shot Ammo","ShotgunsandSingleshotAmmo"}
|
|
{"Sniper Rifle Ammo","SniperRifleAmmo"}
|
|
{"Submachine Gun Ammo","SubmachineGunAmmo"}
|
|
};
|
|
};
|
|
class Woodlander1 {
|
|
humanity = "friendly";
|
|
category[] = {
|
|
{"Building Supplies","BuildingSupplies"}
|
|
{"Toolbelt Items","ToolbeltItems"}
|
|
{"Vehicle Parts","VehicleParts"}
|
|
};
|
|
};
|
|
class Dr_Annie_Baker_EP1 {
|
|
humanity = "friendly";
|
|
category[] = {
|
|
{"Chem-lites/Flares","ChemlitesFlares"}
|
|
{"Medical Supplies","MedicalSupplies"}
|
|
{"Smoke Grenades","SmokeGrenades"}
|
|
};
|
|
};
|