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

39 lines
908 B
C++

class FriendlyPistolAmmo {
tid = 484;
class 15Rnd_9x19_M9 {
type = "trade_items";
buy[] = {1,"ItemSilverBar10oz",1};
sell[] = {5,"ItemSilverBar",1};
};
class 15Rnd_9x19_M9SD {
type = "trade_items";
buy[] = {2,"ItemSilverBar10oz",1};
sell[] = {1,"ItemSilverBar10oz",1};
};
class 17Rnd_9x19_glock17 {
type = "trade_items";
buy[] = {1,"ItemSilverBar10oz",1};
sell[] = {5,"ItemSilverBar",1};
};
class 6Rnd_45ACP {
type = "trade_items";
buy[] = {2,"ItemSilverBar",1};
sell[] = {1,"ItemSilverBar",1};
};
class 7Rnd_45ACP_1911 {
type = "trade_items";
buy[] = {2,"ItemSilverBar",1};
sell[] = {1,"ItemSilverBar",1};
};
class 8Rnd_9x18_Makarov {
type = "trade_items";
buy[] = {2,"ItemSilverBar",1};
sell[] = {1,"ItemSilverBar",1};
};
class 8Rnd_9x18_MakarovSD {
type = "trade_items";
buy[] = {2,"ItemSilverBar10oz",1};
sell[] = {1,"ItemSilverBar10oz",1};
};
};