Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgServerTraderCategories/FriendlyLightMachineGun.hpp
Florian Kinder 0f5667eb88 removed tid
2014-02-04 16:19:28 +01:00

23 lines
508 B
C++

class FriendlyLightMachineGun {
class M249_EP1_DZ {
type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz",1};
sell[] = {6,"ItemGoldBar",1};
};
class M240_DZ {
type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz",1};
sell[] = {5,"ItemGoldBar",1};
};
class Mk_48_DZ {
type = "trade_weapons";
buy[] = {2,"ItemGoldBar10oz",1};
sell[] = {1,"ItemGoldBar10oz",1};
};
class Pecheneg_DZ {
type = "trade_weapons";
buy[] = {2,"ItemGoldBar10oz",1};
sell[] = {1,"ItemGoldBar10oz",1};
};
};