mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
44 lines
1.1 KiB
C++
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};
|
|
};
|
|
};
|