mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
28 lines
686 B
C++
28 lines
686 B
C++
class BanditHelicopterArmed {
|
|
class CH_47F_EP1_DZE {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {2,"ItemBriefcase100oz",1};
|
|
sell[] = {1,"ItemBriefcase100oz",1};
|
|
};
|
|
class UH1H_DZE {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {2,"ItemBriefcase100oz",1};
|
|
sell[] = {1,"ItemBriefcase100oz",1};
|
|
};
|
|
class Mi17_DZE {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {1,"ItemBriefcase100oz",1};
|
|
sell[] = {5,"ItemGoldBar10oz",1};
|
|
};
|
|
class UH60M_EP1_DZE {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {2,"ItemBriefcase100oz",1};
|
|
sell[] = {1,"ItemBriefcase100oz",1};
|
|
};
|
|
class UH1Y_DZE {
|
|
type = "trade_any_vehicle";
|
|
buy[] = {2,"ItemBriefcase100oz",1};
|
|
sell[] = {1,"ItemBriefcase100oz",1};
|
|
};
|
|
};
|