Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgServerTraderCategories/NeutralMilitaryUnarmed.hpp
2014-02-04 15:00:44 +01:00

44 lines
1.1 KiB
C++

class NeutralMilitaryUnarmed {
tid = 658;
class HMMWV_M1035_DES_EP1 {
type = "trade_any_vehicle";
buy[] = {4,"ItemGoldBar10oz",1};
sell[] = {2,"ItemGoldBar10oz",1};
};
class HMMWV_Ambulance {
type = "trade_any_vehicle";
buy[] = {4,"ItemGoldBar10oz",1};
sell[] = {2,"ItemGoldBar10oz",1};
};
class HMMWV_Ambulance_CZ_DES_EP1 {
type = "trade_any_vehicle";
buy[] = {4,"ItemGoldBar10oz",1};
sell[] = {2,"ItemGoldBar10oz",1};
};
class HMMWV_DES_EP1 {
type = "trade_any_vehicle";
buy[] = {4,"ItemGoldBar10oz",1};
sell[] = {2,"ItemGoldBar10oz",1};
};
class GAZ_Vodnik_MedEvac {
type = "trade_any_vehicle";
buy[] = {9,"ItemGoldBar10oz",1};
sell[] = {6,"ItemGoldBar10oz",1};
};
class HMMWV_DZ {
type = "trade_any_vehicle";
buy[] = {4,"ItemGoldBar10oz",1};
sell[] = {2,"ItemGoldBar10oz",1};
};
class LandRover_CZ_EP1 {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar10oz",1};
sell[] = {1,"ItemGoldBar10oz",1};
};
class LandRover_TK_CIV_EP1 {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar10oz",1};
sell[] = {1,"ItemGoldBar10oz",1};
};
};