mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
75 lines
2.2 KiB
C++
75 lines
2.2 KiB
C++
class Profiteer4 {
|
|
humanity = "friendly";
|
|
category[] = {
|
|
{"Bikes and ATV","FriendlyBikesandATV"}
|
|
{"Buses and Vans","FriendlyBusesandVans"}
|
|
{"Cargo Trucks","FriendlyCargoTrucks"}
|
|
{"Fuel Trucks","FriendlyFuelTrucks"}
|
|
{"Military Unarmed","FriendlyMilitaryUnarmed"}
|
|
{"Trucks","FriendlyTrucks"}
|
|
{"Used Cars","FriendlyUsedCars"}
|
|
{"Utility Vehicles","FriendlyUtilityVehicles"}
|
|
};
|
|
};
|
|
class RU_WorkWoman1 {
|
|
humanity = "friendly";
|
|
category[] = {
|
|
{"Backpacks","FriendlyBackpacks"}
|
|
{"Clothes","FriendlyClothes"}
|
|
{"Cooked Meats","FriendlyCookedMeats"}
|
|
{"Drinks","FriendlyDrinks"}
|
|
{"Packaged Food","FriendlyPackagedFood"}
|
|
};
|
|
};
|
|
class UN_CDF_Soldier_Pilot_EP1 {
|
|
humanity = "friendly";
|
|
category[] = {
|
|
{"Bikes and ATV","FriendlyBikesandATV"}
|
|
{"Buses and Vans","FriendlyBusesandVans"}
|
|
{"Cargo Trucks","FriendlyCargoTrucks"}
|
|
{"Fuel Trucks","FriendlyFuelTrucks"}
|
|
{"Military Unarmed","FriendlyMilitaryUnarmed"}
|
|
{"Trucks Unarmed","FriendlyTrucksUnarmed"}
|
|
{"Used Cars","FriendlyUsedCars"}
|
|
{"Utility Vehicles","FriendlyUtilityVehicles"}
|
|
};
|
|
};
|
|
class Rocker4 {
|
|
humanity = "friendly";
|
|
category[] = {
|
|
{"Assault Rifle","FriendlyAssaultRifle"}
|
|
{"Light Machine Gun","FriendlyLightMachineGun"}
|
|
{"Pistols","FriendlyPistols"}
|
|
{"Shotguns and Single-shot","FriendlyShotgunsandSingleshot"}
|
|
{"Sniper Rifle","FriendlySniperRifle"}
|
|
{"Submachine Guns","FriendlySubmachineGuns"}
|
|
};
|
|
};
|
|
class RU_Citizen3 {
|
|
humanity = "friendly";
|
|
category[] = {
|
|
{"Assault Rifle Ammo","FriendlyAssaultRifleAmmo"}
|
|
{"Light Machine Gun Ammo","FriendlyLightMachineGunAmmo"}
|
|
{"Pistol Ammo","FriendlyPistolAmmo"}
|
|
{"Shotguns and Single-shot Ammo","FriendlyShotgunsandSingleshotAmmo"}
|
|
{"Sniper Rifle Ammo","FriendlySniperRifleAmmo"}
|
|
{"Submachine Gun Ammo","FriendlySubmachineGunAmmo"}
|
|
};
|
|
};
|
|
class Woodlander1 {
|
|
humanity = "friendly";
|
|
category[] = {
|
|
{"Building Supplies","FriendlyBuildingSupplies"}
|
|
{"Toolbelt Items","FriendlyToolbeltItems"}
|
|
{"Vehicle Parts","FriendlyVehicleParts"}
|
|
};
|
|
};
|
|
class Dr_Annie_Baker_EP1 {
|
|
humanity = "friendly";
|
|
category[] = {
|
|
{"Chem-lites/Flares","FriendlyChemlitesFlares"}
|
|
{"Medical Supplies","FriendlyMedicalSupplies"}
|
|
{"Smoke Grenades","FriendlySmokeGrenades"}
|
|
};
|
|
};
|