mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
172 lines
4.5 KiB
C++
172 lines
4.5 KiB
C++
class Doctor {
|
|
humanity = "neutral";
|
|
category[] = {
|
|
{"Chem-lites/Flares","NeutralChemlitesFlares"}
|
|
{"Medical Supplies","NeutralMedicalSupplies"}
|
|
{"Smoke Grenades","NeutralSmokeGrenades"}
|
|
};
|
|
};
|
|
class HouseWife1 {
|
|
humanity = "neutral";
|
|
category[] = {
|
|
{"Boats Armed","NeutralBoatsArmed"}
|
|
{"Boats Unarmed","NeutralBoatsUnarmed"}
|
|
};
|
|
};
|
|
class TK_GUE_Soldier_5_EP1 {
|
|
humanity = "neutral";
|
|
category[] = {
|
|
{"Building Supplies","NeutralBuildingSupplies"}
|
|
{"Toolbelt Items","NeutralToolbeltItems"}
|
|
{"Vehicle Parts","NeutralVehicleParts"}
|
|
};
|
|
};
|
|
class RU_Citizen4 {
|
|
humanity = "neutral";
|
|
category[] = {
|
|
{"Wholesale","NeutralWholesale"}
|
|
};
|
|
};
|
|
class Worker3 {
|
|
humanity = "neutral";
|
|
category[] = {
|
|
{"Bikes and ATV","NeutralBikesandATV"}
|
|
{"Buses and Vans","NeutralBusesandVans"}
|
|
{"Cargo Trucks","NeutralCargoTrucks"}
|
|
{"Fuel Trucks","NeutralFuelTrucks"}
|
|
{"Military Unarmed","NeutralMilitaryUnarmed"}
|
|
{"Trucks","NeutralTrucks"}
|
|
{"Used Cars","NeutralUsedCars"}
|
|
{"Utility Vehicles","NeutralUtilityVehicles"}
|
|
};
|
|
};
|
|
class Dr_Hladik_EP1 {
|
|
humanity = "neutral";
|
|
category[] = {
|
|
{"Chem-lites/Flares","NeutralChemlitesFlares"}
|
|
{"Medical Supplies","NeutralMedicalSupplies"}
|
|
{"Smoke Grenades","NeutralSmokeGrenades"}
|
|
};
|
|
};
|
|
class RU_Villager3 {
|
|
humanity = "neutral";
|
|
category[] = {
|
|
{"Boats Armed","NeutralBoatsArmed"}
|
|
{"Boats Unarmed","NeutralBoatsUnarmed"}
|
|
};
|
|
};
|
|
class Worker2 {
|
|
humanity = "neutral";
|
|
category[] = {
|
|
{"Airplanes","NeutralAirplanes"}
|
|
{"Helicopter Unarmed","NeutralHelicopterUnarmed"}
|
|
};
|
|
};
|
|
class GUE_Woodlander2 {
|
|
humanity = "neutral";
|
|
category[] = {
|
|
{"Black Market Ammo","NeutralBlackMarketAmmo"}
|
|
{"Black Market Weapons","NeutralBlackMarketWeapons"}
|
|
{"Explosives","NeutralExplosives"}
|
|
};
|
|
};
|
|
class Rita_Ensler_EP1 {
|
|
humanity = "neutral";
|
|
category[] = {
|
|
{"Backpacks","NeutralBackpacks"}
|
|
{"Clothes","NeutralClothes"}
|
|
{"Cooked Meats","NeutralCookedMeats"}
|
|
{"Drinks","NeutralDrinks"}
|
|
{"Packaged Food","NeutralPackagedFood"}
|
|
};
|
|
};
|
|
class Woodlander3 {
|
|
humanity = "neutral";
|
|
category[] = {
|
|
{"Building Supplies","NeutralBuildingSupplies"}
|
|
{"Toolbelt Items","NeutralToolbeltItems"}
|
|
{"Vehicle Parts","NeutralVehicleParts"}
|
|
};
|
|
};
|
|
class RU_Citizen1 {
|
|
humanity = "neutral";
|
|
category[] = {
|
|
{"Wholesale","NeutralWholesale"}
|
|
};
|
|
};
|
|
class Pilot_EP1 {
|
|
humanity = "neutral";
|
|
category[] = {
|
|
{"Assault Rifle Ammo","NeutralAssaultRifleAmmo"}
|
|
{"Light Machine Gun Ammo","NeutralLightMachineGunAmmo"}
|
|
{"Pistol Ammo","NeutralPistolAmmo"}
|
|
{"Shotguns and Single-shot Ammo","NeutralShotgunsandSingleshotAmmo"}
|
|
{"Sniper Rifle Ammo","NeutralSniperRifleAmmo"}
|
|
{"Submachine Gun Ammo","NeutralSubmachineGunAmmo"}
|
|
};
|
|
};
|
|
class RU_Profiteer4 {
|
|
humanity = "neutral";
|
|
category[] = {
|
|
{"Bikes and ATV","NeutralBikesandATV"}
|
|
{"Buses and Vans","NeutralBusesandVans"}
|
|
{"Cargo Trucks","NeutralCargoTrucks"}
|
|
{"Fuel Trucks","NeutralFuelTrucks"}
|
|
{"Military Unarmed","NeutralMilitaryUnarmed"}
|
|
{"Trucks","NeutralTrucks"}
|
|
{"Used Cars","NeutralUsedCars"}
|
|
{"Utility Vehicles","NeutralUtilityVehicles"}
|
|
};
|
|
};
|
|
class Soldier_GL_M16A2_PMC {
|
|
humanity = "neutral";
|
|
category[] = {
|
|
{"Black Market Ammo","NeutralBlackMarketAmmo"}
|
|
{"Black Market Weapons","NeutralBlackMarketWeapons"}
|
|
{"Explosives","NeutralExplosives"}
|
|
};
|
|
};
|
|
class CIV_EuroMan01_EP1 {
|
|
humanity = "neutral";
|
|
category[] = {
|
|
{"Assault Rifle","NeutralAssaultRifle"}
|
|
{"Light Machine Gun","NeutralLightMachineGun"}
|
|
{"Pistols","NeutralPistols"}
|
|
{"Shotguns and Single-shot","NeutralShotgunsandSingleshot"}
|
|
{"Sniper Rifle","NeutralSniperRifle"}
|
|
{"Submachine Guns","NeutralSubmachineGuns"}
|
|
};
|
|
};
|
|
class RU_WorkWoman5 {
|
|
humanity = "neutral";
|
|
category[] = {
|
|
{"Backpacks","NeutralBackpacks"}
|
|
{"Clothes","NeutralClothes"}
|
|
{"Cooked Meats","NeutralCookedMeats"}
|
|
{"Drinks","NeutralDrinks"}
|
|
{"Packaged Food","NeutralPackagedFood"}
|
|
};
|
|
};
|
|
class TK_CIV_Takistani04_EP1 {
|
|
humanity = "neutral";
|
|
category[] = {
|
|
{"Assault Rifle","NeutralAssaultRifle"}
|
|
{"Light Machine Gun","NeutralLightMachineGun"}
|
|
{"Pistols","NeutralPistols"}
|
|
{"Shotguns and Single-shot","NeutralShotgunsandSingleshot"}
|
|
{"Sniper Rifle","NeutralSniperRifle"}
|
|
{"Submachine Guns","NeutralSubmachineGuns"}
|
|
};
|
|
};
|
|
class CIV_EuroMan02_EP1 {
|
|
humanity = "neutral";
|
|
category[] = {
|
|
{"Assault Rifle Ammo","NeutralAssaultRifleAmmo"}
|
|
{"Light Machine Gun Ammo","NeutralLightMachineGunAmmo"}
|
|
{"Pistol Ammo","NeutralPistolAmmo"}
|
|
{"Shotguns and Single-shot Ammo","NeutralShotgunsandSingleshotAmmo"}
|
|
{"Sniper Rifle Ammo","NeutralSniperRifleAmmo"}
|
|
{"Submachine Gun Ammo","NeutralSubmachineGunAmmo"}
|
|
};
|
|
};
|