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

29 lines
696 B
C++

class HeroHelicopterArmed {
tid = 493;
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};
};
};