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

39 lines
903 B
C++

class FriendlyShotgunsandSingleshotAmmo {
tid = 573;
class 15Rnd_W1866_Slug {
type = "trade_items";
buy[] = {2,"ItemSilverBar",1};
sell[] = {1,"ItemSilverBar",1};
};
class 2Rnd_shotgun_74Pellets {
type = "trade_items";
buy[] = {2,"ItemSilverBar",1};
sell[] = {1,"ItemSilverBar",1};
};
class 2Rnd_shotgun_74Slug {
type = "trade_items";
buy[] = {2,"ItemSilverBar",1};
sell[] = {1,"ItemSilverBar",1};
};
class 8Rnd_B_Beneli_74Slug {
type = "trade_items";
buy[] = {2,"ItemSilverBar",1};
sell[] = {1,"ItemSilverBar",1};
};
class 8Rnd_B_Beneli_Pellets {
type = "trade_items";
buy[] = {2,"ItemSilverBar",1};
sell[] = {1,"ItemSilverBar",1};
};
class Quiver {
type = "trade_items";
buy[] = {2,"ItemSilverBar",1};
sell[] = {1,"ItemSilverBar",1};
};
class 10x_303 {
type = "trade_items";
buy[] = {2,"ItemSilverBar",1};
sell[] = {1,"ItemSilverBar",1};
};
};