mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-24 17:39:18 +03:00
111 lines
3.2 KiB
Plaintext
111 lines
3.2 KiB
Plaintext
// DayZ Epoch TRADERS for 1
|
|
serverTraders = ["Functionary1","RU_Profiteer3","Profiteer1","RU_Sportswoman5","TK_CIV_Takistani05_EP1","Dr_Annie_Baker_EP1","Woodlander2","TK_CIV_Takistani03_EP1","TK_CIV_Takistani06_EP1","TK_CIV_Takistani04_EP1","TK_CIV_Woman03_EP1","TK_CIV_Woman02_EP1","RU_Profiteer2","TK_CIV_Takistani02_EP1","RU_Damsel4","RU_Woodlander3","RU_Citizen4","RU_Pilot"];
|
|
// START PER TRADER CONFIG
|
|
// Hero Traders
|
|
menu_Functionary1 = [
|
|
[["Clothes",130],["Weapons",131],["Vehicles",132]],
|
|
[],
|
|
"friendly"
|
|
];
|
|
// High End Weapons - Khush
|
|
menu_RU_Profiteer3 = [
|
|
[["Assault Rifle",133],["Machine Gun",134],["Sniper Rifle",135],["Explosives",136]],
|
|
[],
|
|
"neutral"
|
|
];
|
|
// High End Ammo - Khush
|
|
menu_Profiteer1 = [
|
|
[["Assault Rifle Ammo",137],["Machine Gun Ammo",138],["Sniper Rifle Ammo",139]],
|
|
[],
|
|
"neutral"
|
|
];
|
|
// Can Trader - Khush
|
|
menu_RU_Sportswoman5 = [
|
|
[["Food and Drinks",140],["Backpacks",141],["Toolbelt Items",142],["Clothes",143]],
|
|
[["ItemCopperBar","TrashJackDaniels",1,1,"buy","Empty Wiskey Bottle","Copper Bar",101]],
|
|
"friendly"
|
|
];
|
|
// Parts Trader - Khush
|
|
menu_TK_CIV_Takistani05_EP1 = [
|
|
[["Vehicle Parts",144],["Building Supplies",145]],
|
|
[],
|
|
"friendly"
|
|
];
|
|
// Doctor - Khush
|
|
menu_Dr_Annie_Baker_EP1 = [
|
|
[["Medical Supplies",146],["Chem-lites/Flares",147],["Smoke Grenades",148]],
|
|
[["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]],
|
|
"friendly"
|
|
];
|
|
// Auto Trader - Khush
|
|
menu_Woodlander2 = [
|
|
[["Trucks Armed",149],["UAZ",150],["Helicopter Armed",151],["Military Armed",152],["Fuel Trucks",153],["Heavy Armor Unarmed",154]],
|
|
[],
|
|
"friendly"
|
|
];
|
|
// Car Parts - Nur
|
|
menu_TK_CIV_Takistani03_EP1 = [
|
|
[["Vehicle Parts",155],["Building Supplies",156]],
|
|
[],
|
|
"friendly"
|
|
];
|
|
// Weapons Trader - Nur
|
|
menu_TK_CIV_Takistani06_EP1 = [
|
|
[["Sidearm",157],["Rifles",158],["Shotguns and Crossbows",159]],
|
|
[],
|
|
"friendly"
|
|
];
|
|
// Ammo Trader - Nur
|
|
menu_TK_CIV_Takistani04_EP1 = [
|
|
[["Sidearm Ammo",160],["Rifle Ammo",161],["Shotgun and Crossbow Ammo",162]],
|
|
[],
|
|
"friendly"
|
|
];
|
|
// Can Trader - Nur
|
|
menu_TK_CIV_Woman03_EP1 = [
|
|
[["Food and Drinks",163],["Backpacks",164],["Toolbelt Items",165],["Clothes",166]],
|
|
[["ItemCopperBar","TrashJackDaniels",1,1,"buy","Empty Wiskey Bottle","Copper Bar",101]],
|
|
"friendly"
|
|
];
|
|
// Doctor - Nur
|
|
menu_TK_CIV_Woman02_EP1 = [
|
|
[["Medical Supplies",167],["Chem-lites/Flares",168],["Smoke Grenades",169]],
|
|
[["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]],
|
|
"friendly"
|
|
];
|
|
// Auto Trader - Garm
|
|
menu_RU_Profiteer2 = [
|
|
[["Cars",170],["Trucks Unarmed",171],["SUV",172],["Buses and Vans",173],["Bikes and ATV",174],["Helicopter Unarmed",175],["Military Unarmed",176]],
|
|
[],
|
|
"friendly"
|
|
];
|
|
// Car Parts - Garm
|
|
menu_TK_CIV_Takistani02_EP1 = [
|
|
[["Vehicle Parts",177],["Building Supplies",178]],
|
|
[],
|
|
"friendly"
|
|
];
|
|
// Can Trader - Garm
|
|
menu_RU_Damsel4 = [
|
|
[["Food and Drinks",179],["Backpacks",180],["Toolbelt Items",181],["Clothes",182]],
|
|
[["ItemCopperBar","TrashJackDaniels",1,1,"buy","Empty Wiskey Bottle","Copper Bar",101]],
|
|
"friendly"
|
|
];
|
|
// Wholesaler - South
|
|
menu_RU_Woodlander3 = [
|
|
[["Wholesale",183]],
|
|
[],
|
|
"neutral"
|
|
];
|
|
// Wholesaler - North
|
|
menu_RU_Citizen4 = [
|
|
[["Wholesale",184]],
|
|
[],
|
|
"neutral"
|
|
];
|
|
// Airplane Dealer
|
|
menu_RU_Pilot = [
|
|
[["Airplanes",185]],
|
|
[],
|
|
"neutral"
|
|
]; |