mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-21 10:56:29 +03:00
69 lines
1.9 KiB
Plaintext
69 lines
1.9 KiB
Plaintext
// DayZ Epoch TRADERS for 4
|
|
serverTraders = ["TK_CIV_Woman02_EP1","TK_CIV_Takistani05_EP1","TK_CIV_Takistani03_EP1","TK_CIV_Takistani02_EP1","CIV_EuroMan01_EP1","CIV_EuroMan02_EP1","Dr_Hladik_EP1","CIV_EuroWoman01_EP1","Worker1","Tanny_PMC","Profiteer4"];
|
|
// START PER TRADER CONFIG
|
|
// Farhah's General Supplies
|
|
menu_TK_CIV_Woman02_EP1 = [
|
|
[["Food/Drinks",195],["Backpacks",196],["Toolbelt Items",197],["Clothes",198]],
|
|
[],
|
|
"neutral"
|
|
];
|
|
// Akwhell's Vehicles
|
|
menu_TK_CIV_Takistani05_EP1 = [
|
|
[["Cars",199],["Trucks Unarmed",200],["Trucks Armed",201],["Military Unarmed",202],["UAZ",203],["Helicopters Unarmed",204]],
|
|
[],
|
|
"neutral"
|
|
];
|
|
// Amjad's Ammunition
|
|
menu_TK_CIV_Takistani03_EP1 = [
|
|
[["Pistol Ammo",205],["Rifle Ammo",206],["Heavy Ammo",207],["Sniper Ammo",208]],
|
|
[],
|
|
"neutral"
|
|
];
|
|
// Hassan's Weapons
|
|
menu_TK_CIV_Takistani02_EP1 = [
|
|
[["Pistols",209],["Rifles",210],["Heavy Machine Guns",211],["Sniper Rifles",212]],
|
|
[],
|
|
"neutral"
|
|
];
|
|
// Dan's Parts
|
|
menu_CIV_EuroMan01_EP1 = [
|
|
[["Vehicle Parts",213],["Building Supplies",214],["Explosives",215]],
|
|
[],
|
|
"friendly"
|
|
];
|
|
// Darren's Auto
|
|
menu_CIV_EuroMan02_EP1 = [
|
|
[["Armored Vehicles",216],["SUV",217],["ATV/Motorcycles ",218],["Bus/Van/Bikes",219],["Armed Choppers",220]],
|
|
[],
|
|
"friendly"
|
|
];
|
|
// Dr. House
|
|
menu_Dr_Hladik_EP1 = [
|
|
[["Medical Supplies",221],["Chemlights/Flares",222],["Smoke Grenades",223]],
|
|
[],
|
|
"friendly"
|
|
];
|
|
// Heather's General Supplies
|
|
menu_CIV_EuroWoman01_EP1 = [
|
|
[["Food/Drinks",224],["Backpacks",225],["Toolbelt Items",226],["Clothes",227]],
|
|
[],
|
|
"friendly"
|
|
];
|
|
// Greg's Ammunition
|
|
menu_Worker1 = [
|
|
[["Pistol Ammo",228],["Rifle Ammo",229],["Heavy Ammo",230],["Sniper Ammo",231]],
|
|
[],
|
|
"friendly"
|
|
];
|
|
// Joe's Weapons
|
|
menu_Tanny_PMC = [
|
|
[["Pistols",232],["Rifles",233],["Heavy Machine Guns",234],["Sniper Rifles",235]],
|
|
[],
|
|
"friendly"
|
|
];
|
|
// Steven's Hero Shop
|
|
menu_Profiteer4 = [
|
|
[["Clothes",236],["Weapons",237],["Vehicles",238]],
|
|
[],
|
|
"friendly"
|
|
]; |