mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
34 lines
878 B
C++
34 lines
878 B
C++
class BanditMilitaryArmed {
|
|
tid = 569;
|
|
class HMMWV_M998A2_SOV_DES_EP1_DZE {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {4,"ItemGoldBar10oz",1};
|
|
sell[] = {2,"ItemGoldBar10oz",1};
|
|
};
|
|
class HMMWV_M1151_M2_CZ_DES_EP1_DZE {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {1,"ItemBriefcase100oz",1};
|
|
sell[] = {5,"ItemGoldBar10oz",1};
|
|
};
|
|
class LandRover_Special_CZ_EP1_DZE {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {2,"ItemGoldBar10oz",1};
|
|
sell[] = {1,"ItemGoldBar10oz",1};
|
|
};
|
|
class LandRover_MG_TK_EP1_DZE {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {2,"ItemGoldBar10oz",1};
|
|
sell[] = {1,"ItemGoldBar10oz",1};
|
|
};
|
|
class UAZ_MG_TK_EP1_DZE {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {2,"ItemGoldBar10oz",1};
|
|
sell[] = {1,"ItemGoldBar10oz",1};
|
|
};
|
|
class GAZ_Vodnik_DZE {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {1,"ItemBriefcase100oz",1};
|
|
sell[] = {5,"ItemGoldBar10oz",1};
|
|
};
|
|
};
|