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

48 lines
1.0 KiB
C++

class NeutralSniperRifle {
class SVD_CAMO {
type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz",1};
sell[] = {6,"ItemGoldBar",1};
};
class M40A3 {
type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz",1};
sell[] = {6,"ItemGoldBar",1};
};
class M14_EP1 {
type = "trade_weapons";
buy[] = {2,"ItemGoldBar10oz",1};
sell[] = {1,"ItemGoldBar10oz",1};
};
class huntingrifle {
type = "trade_weapons";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class M4SPR {
type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz",1};
sell[] = {6,"ItemGoldBar",1};
};
class SVD {
type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz",1};
sell[] = {6,"ItemGoldBar",1};
};
class SVD_des_EP1 {
type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz",1};
sell[] = {6,"ItemGoldBar",1};
};
class M24 {
type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz",1};
sell[] = {6,"ItemGoldBar",1};
};
class M24_des_EP1 {
type = "trade_weapons";
buy[] = {1,"ItemGoldBar10oz",1};
sell[] = {6,"ItemGoldBar",1};
};
};