Add new items to config traders

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.
This commit is contained in:
ebaydayz
2016-04-06 13:05:35 -04:00
parent 666ace6d54
commit 03b8c38c6a
94 changed files with 1033 additions and 5182 deletions

View File

@@ -2,7 +2,7 @@
serverTraders = ["Tanny_PMC","Soldier_GL_M16A2_PMC","Soldier_MG_PKM_PMC","CIV_Contractor2_BAF","RU_Farmwife4","GUE_Soldier_CO","GUE_Soldier_AR","GUE_Woodlander2","GUE_Soldier_Crew","GUE_Soldier_Pilot","GUE_Soldier_GL","Soldier_TL_PMC","GUE_Villager4","UN_CDF_Soldier_Pilot_EP1","Damsel5","Dr_Annie_Baker_EP1","Soldier_MG_PKM_PMC","Soldier_MG_PMC","GUE_Soldier_3","Farmwife4","GUE_Soldier_1","GUE_Villager3","TK_CIV_Takistani04_EP1","Pilot_EP1","RU_Profiteer4","GUE_Woodlander2","Dr_Hladik_EP1","Doctor","HouseWife1","Citizen3_EP1","ibr_lingorman6","ibr_lingorman6s","TK_CIV_Woman02_EP1","Damsel3"];
// Hero Vendor
menu_Tanny_PMC = [
[["Ammunition",478],["Clothes",476],["Helicopter Armed",493],["Military Armed",562],["Trucks Armed",479],["Weapons",477]],
[["Attachments",693],["Ammunition",478],["Clothes",476],["Helicopter Armed",493],["Military Armed",562],["Trucks Armed",479],["Weapons",477]],
[],
"hero"
];
@@ -14,7 +14,7 @@ menu_Soldier_GL_M16A2_PMC = [
];
// Weapons Friendly
menu_Soldier_MG_PKM_PMC = [
[["Assault Rifle",485],["Light Machine Gun",486],["Pistols",489],["Shotguns and Single-shot",574],["Sniper Rifle",487],["Submachine Guns",488]],
[["Attachments",693],["Assault Rifle",485],["Light Machine Gun",486],["Pistols",489],["Shotguns and Single-shot",574],["Sniper Rifle",487],["Submachine Guns",488]],
[],
"friendly"
];
@@ -32,7 +32,7 @@ menu_RU_Farmwife4 = [
];
// Weapons neutral
menu_GUE_Soldier_CO = [
[["Assault Rifle",602],["Light Machine Gun",603],["Pistols",606],["Shotguns and Single-shot",607],["Sniper Rifle",605],["Submachine Guns",604]],
[["Attachments",693],["Assault Rifle",602],["Light Machine Gun",603],["Pistols",606],["Shotguns and Single-shot",607],["Sniper Rifle",605],["Submachine Guns",604]],
[],
"neutral"
];
@@ -44,13 +44,13 @@ menu_GUE_Soldier_AR = [
];
// Neutral Building/Parts
menu_GUE_Woodlander2 = [
[["Building Supplies",508],["Toolbelt Items",510],["Vehicle Parts",509]],
[["Building Supplies",508],["Tools",510],["Vehicle Parts",509]],
[],
"neutral"
];
// Bandit Trader
menu_GUE_Soldier_Crew = [
[["Ammunition",577],["Clothing",575],["Helicopter Armed",512],["Military Armed",569],["Trucks Armed",534],["Weapons",627]],
[["Attachments",693],["Ammunition",577],["Clothing",575],["Helicopter Armed",512],["Military Armed",569],["Trucks Armed",534],["Weapons",627]],
[],
"hostile"
];
@@ -68,13 +68,13 @@ menu_GUE_Soldier_GL = [
];
// Black Market Vendor
menu_Soldier_TL_PMC = [
[["Black Market Ammo",527],["Black Market Weapons",526],["Explosives",529]],
[["Attachments",693],["Black Market Ammo",527],["Black Market Weapons",526],["Explosives",529]],
[],
"neutral"
];
// Friendly Building/Parts
menu_GUE_Villager4 = [
[["Building Supplies",530],["Toolbelt Items",532],["Vehicle Parts",531]],
[["Building Supplies",530],["Tools",532],["Vehicle Parts",531]],
[],
"friendly"
];
@@ -98,7 +98,7 @@ menu_Dr_Annie_Baker_EP1 = [
];
// Weapons friendly 2
menu_Soldier_MG_PKM_PMC = [
[["Assault Rifle",615],["Light Machine Gun",616],["Pistols",617],["Shotguns and Single-shot",620],["Sniper Rifle",619],["Submachine Guns",618]],
[["Attachments",693],["Assault Rifle",615],["Light Machine Gun",616],["Pistols",617],["Shotguns and Single-shot",620],["Sniper Rifle",619],["Submachine Guns",618]],
[],
"friendly"
];
@@ -134,7 +134,7 @@ menu_GUE_Villager3 = [
];
// Weapons neutral 2
menu_TK_CIV_Takistani04_EP1 = [
[["Assault Rifle",637],["Light Machine Gun",638],["Pistols",674],["Shotguns and Single-shot",641],["Sniper Rifle",640],["Submachine Guns",642]],
[["Attachments",693],["Assault Rifle",637],["Light Machine Gun",638],["Pistols",674],["Shotguns and Single-shot",641],["Sniper Rifle",640],["Submachine Guns",642]],
[],
"neutral"
];
@@ -152,7 +152,7 @@ menu_RU_Profiteer4 = [
];
// Neutral Building/Parts
menu_GUE_Woodlander2 = [
[["Building Supplies",662],["Toolbelt Items",663],["Vehicle Parts",664]],
[["Building Supplies",662],["Tools",663],["Vehicle Parts",664]],
[],
"neutral"
];
@@ -182,13 +182,13 @@ menu_Citizen3_EP1 = [
];
// Friendly Building/parts 2
menu_ibr_lingorman6 = [
[["Building Supplies",678],["Toolbelt Items",679],["Vehicle Parts",677]],
[["Building Supplies",678],["Tools",679],["Vehicle Parts",677]],
[],
"friendly"
];
// Friendly Building/Parts 3
menu_ibr_lingorman6s = [
[["Building Supplies",680],["Toolbelt Items",681],["Vehicle Parts",682]],
[["Building Supplies",680],["Tools",681],["Vehicle Parts",682]],
[],
"friendly"
];