mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 04:23:13 +03:00
Sort it a bit and include it
This commit is contained in:
@@ -0,0 +1,74 @@
|
||||
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"}
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user