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

38 lines
896 B
C++

class FriendlyPistolAmmo {
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};
};
};