mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
28 lines
691 B
C++
28 lines
691 B
C++
class BanditTrucksArmed {
|
|
class Pickup_PK_GUE_DZE {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {1,"ItemGoldBar10oz",1};
|
|
sell[] = {5,"ItemGoldBar",1};
|
|
};
|
|
class Pickup_PK_INS_DZE {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {1,"ItemGoldBar10oz",1};
|
|
sell[] = {5,"ItemGoldBar",1};
|
|
};
|
|
class ArmoredSUV_PMC_DZE {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {2,"ItemBriefcase100oz",1};
|
|
sell[] = {1,"ItemBriefcase100oz",1};
|
|
};
|
|
class Pickup_PK_TK_GUE_EP1_DZE {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {8,"ItemGoldBar",1};
|
|
sell[] = {4,"ItemGoldBar",1};
|
|
};
|
|
class Offroad_DSHKM_Gue_DZE {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {2,"ItemGoldBar10oz",1};
|
|
sell[] = {1,"ItemGoldBar10oz",1};
|
|
};
|
|
};
|