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

49 lines
1.0 KiB
C++

class NeutralSniperRifle {
tid = 640;
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};
};
};