mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Duplicate categories are now marked instead of being listed multiple times. This makes the configs far easier to maintain. Admins can still expand each individual category for further customization.
76 lines
2.9 KiB
Plaintext
76 lines
2.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","TK_CIV_Takistani04_EP1"];
|
|
// START PER TRADER CONFIG
|
|
// Farhah's General Supplies
|
|
menu_TK_CIV_Woman02_EP1 = [
|
|
[["Backpacks",496],["Clothes",497],["Cooked Meats",580],["Drinks",498],["Packaged Food",579]],
|
|
[["ItemTinBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Tin Bar",101]],
|
|
"neutral"
|
|
];
|
|
// Akwhell's Vehicles
|
|
menu_TK_CIV_Takistani05_EP1 = [
|
|
[["Bikes and ATV",587],["Buses and Vans",588],["Cargo Trucks",586],["Fuel Trucks",589],["Military Unarmed",598],["Trucks",590],["Used Cars",520],["Utility Vehicles",591]],
|
|
[],
|
|
"neutral"
|
|
];
|
|
// Amjad's Ammunition
|
|
menu_TK_CIV_Takistani03_EP1 = [
|
|
[["Assault Rifle Ammo",643],["Light Machine Gun Ammo",644],["Pistol Ammo",646],["Shotguns and Single-shot Ammo",649],["Sniper Rifle Ammo",647],["Submachine Gun Ammo",648]],
|
|
[],
|
|
"neutral"
|
|
];
|
|
// Hassan's Weapons
|
|
menu_TK_CIV_Takistani02_EP1 = [
|
|
[["Attachments",693],["Assault Rifle",637],["Light Machine Gun",638],["Pistols",674],["Shotguns and Single-shot",641],["Sniper Rifle",640],["Submachine Guns",642]],
|
|
[],
|
|
"neutral"
|
|
];
|
|
// Dan's Parts
|
|
menu_CIV_EuroMan01_EP1 = [
|
|
[["Building Supplies",530],["Tools",532],["Vehicle Parts",531]],
|
|
[],
|
|
"friendly"
|
|
];
|
|
// Darren's Auto
|
|
menu_CIV_EuroMan02_EP1 = [
|
|
[["Bikes and ATV",536],["Buses and Vans",592],["Cargo Trucks",570],["Fuel Trucks",595],["Military Unarmed",599],["Trucks Unarmed",535],["Used Cars",600],["Utility Vehicles",568]],
|
|
[],
|
|
"friendly"
|
|
];
|
|
// Dr. House
|
|
menu_Dr_Hladik_EP1 = [
|
|
[["Chem-lites/Flares",542],["Medical Supplies",541],["Smoke Grenades",543]],
|
|
[["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]],
|
|
"friendly"
|
|
];
|
|
// Heather's General Supplies
|
|
menu_CIV_EuroWoman01_EP1 = [
|
|
[["Backpacks",538],["Clothes",628],["Cooked Meats",630],["Drinks",601],["Packaged Food",629]],
|
|
[["ItemTinBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Tin Bar",101]],
|
|
"friendly"
|
|
];
|
|
// Greg's Ammunition
|
|
menu_Worker1 = [
|
|
[["Assault Rifle Ammo",621],["Light Machine Gun Ammo",622],["Pistol Ammo",625],["Shotguns and Single-shot Ammo",623],["Sniper Rifle Ammo",624],["Submachine Gun Ammo",626]],
|
|
[],
|
|
"friendly"
|
|
];
|
|
// Joe's Weapons
|
|
menu_Tanny_PMC = [
|
|
[["Attachments",693],["Assault Rifle",615],["Light Machine Gun",616],["Pistols",617],["Shotguns and Single-shot",620],["Sniper Rifle",619],["Submachine Guns",618]],
|
|
[],
|
|
"friendly"
|
|
];
|
|
// Steven's Hero Shop
|
|
menu_Profiteer4 = [
|
|
[["Attachments",693],["Ammunition",478],["Clothes",476],["Helicopter Armed",493],["Military Armed",562],["Trucks Armed",479],["Weapons",477]],
|
|
[],
|
|
"hero"
|
|
];
|
|
// Bandit Trader
|
|
menu_TK_CIV_Takistani04_EP1 = [
|
|
[["Attachments",693],["Ammunition",577],["Clothing",575],["Helicopter Armed",512],["Military Armed",569],["Trucks Armed",534],["Weapons",627]],
|
|
[],
|
|
"hostile"
|
|
];
|