mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-18 10:16:39 +03:00
Panthera Updates to Traders/Markers/Triggers
Added repair guy to planica, Repair guy and Vehicle Vendors added to the Island in the north west. Fire barrel added to AWOLS airfield vendor. All folding tables have had simulation disabled to prevent bouncing if bumped into or shot.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// DayZ Epoch TRADERS for 16
|
||||
serverTraders = ["GUE_Soldier_Pilot","UN_CDF_Soldier_MG_EP1","GUE_Soldier_Medic","GUE_Woodlander1","GUE_Commander","Tanny_PMC","BAF_Soldier_AMG_W","BAF_Soldier_AAA_DDPM","GUE_Soldier_2","GUE_Soldier_1","BAF_Pilot_MTP","GUE_Soldier_Sab","US_Soldier_Medic_EP1","CZ_Special_Forces_MG_DES_EP1","Damsel5","GUE_Woodlander3","UN_CDF_Soldier_AAT_EP1","RU_Farmwife1","Citizen2_EP1","Rita_Ensler_EP1","USMC_SoldierS_Engineer","USMC_Soldier_TL","ValentinaVictim"];
|
||||
serverTraders = ["GUE_Soldier_Pilot","UN_CDF_Soldier_MG_EP1","GUE_Soldier_Medic","GUE_Woodlander1","GUE_Commander","Tanny_PMC","BAF_Soldier_AMG_W","BAF_Soldier_AAA_DDPM","GUE_Soldier_2","GUE_Soldier_1","BAF_Pilot_MTP","GUE_Soldier_Sab","US_Soldier_Medic_EP1","CZ_Special_Forces_MG_DES_EP1","Damsel5","GUE_Woodlander3","UN_CDF_Soldier_AAT_EP1","RU_Farmwife1","Citizen2_EP1","Rita_Ensler_EP1","USMC_SoldierS_Engineer","USMC_Soldier_TL","ValentinaVictim","Reynolds_PMC","GUE_Soldier_AR","FR_Corpsman"];
|
||||
// AWOL's Airfield
|
||||
menu_GUE_Soldier_Pilot = [
|
||||
[["Airplanes",517],["Helicopter Unarmed",519]],
|
||||
@@ -138,3 +138,21 @@ menu_ValentinaVictim = [
|
||||
[["ItemCopperBar","TrashJackDaniels",1,1,"buy","Empty Wiskey Bottle","Copper Bar",101]],
|
||||
"neutral"
|
||||
];
|
||||
// Planica Parts Vendor
|
||||
menu_Reynolds_PMC = [
|
||||
[["Building Supplies",680],["Toolbelt Items",681],["Vehicle Parts",682]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// Island Parts Vendor
|
||||
menu_GUE_Soldier_AR = [
|
||||
[["Building Supplies",678],["Toolbelt Items",679],["Vehicle Parts",677]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
// Island Vehicle Vendor
|
||||
menu_FR_Corpsman = [
|
||||
[["Bikes and ATV",650],["Buses and Vans",651],["Cargo Trucks",653],["Compact Cars",652],["Economy Cars",654],["Fuel Trucks",655],["Luxury Cars",656],["Microcars",657],["Military Unarmed",658],["Trucks",659],["Used Cars",660],["Utility Vehicles",661]],
|
||||
[],
|
||||
"neutral"
|
||||
];
|
||||
Reference in New Issue
Block a user